Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.poelis.com/llms.txt

Use this file to discover all available pages before exploring further.

Stay up to date with API changes: new endpoints, updates to existing ones and other improvements.
May 20, 2026

API Changes

GET /v1/public/files

  • ⚠️ removed the required property items/items/name from the response with the 200 status
  • ⚠️ removed the optional property items/items/title from the response with the 200 status
  • added the optional property items/items/userTitle to the response with the 200 status
  • added the required property items/items/originalFileName to the response with the 200 status

GET /v1/public/files/

  • ⚠️ removed the required property name from the response with the 200 status
  • ⚠️ removed the optional property title from the response with the 200 status
  • added the optional property userTitle to the response with the 200 status
  • added the required property originalFileName to the response with the 200 status

PATCH /v1/public/files/

  • ⚠️ removed the required property name from the response with the 200 status
  • ⚠️ removed the request property title
  • ⚠️ removed the optional property title from the response with the 200 status
  • added the new optional request property userTitle
  • added the optional property userTitle to the response with the 200 status
  • added the required property originalFileName to the response with the 200 status

POST /v1/public/files/

  • ⚠️ removed the required property name from the response with the 201 status
  • ⚠️ removed the request property title
  • ⚠️ removed the optional property title from the response with the 201 status
  • added the new optional request property userTitle
  • added the optional property userTitle to the response with the 201 status
  • added the required property originalFileName to the response with the 201 status
May 18, 2026

API Changes

POST /v1/public/files/

  • endpoint added
May 15, 2026

API Changes

GET /v1/public/organization/users

  • endpoint added
April 24, 2026

API Changes

GET /v1/public/files

  • ⚠️ removed the required property items/items/file_path from the response with the 200 status
  • added the optional property items/items/description to the response with the 200 status
  • added the optional property items/items/title to the response with the 200 status

GET /v1/public/files/

  • endpoint added

PATCH /v1/public/files/

  • endpoint added
April 19, 2026

API Changes

GET /v1/public/properties

  • ⚠️ the response property items/items/references/items/item_document_id became optional for the status 200
  • ⚠️ response property items/items/references/items/item_document_id list-of-types was widened by adding types null to media type application/json of response 200
  • added the optional property items/items/references/items/file_link_id to the response with the 200 status
  • response property items/items/references/items/item_document_id deprecated

POST /v1/public/properties

  • ⚠️ the response property references/items/item_document_id became optional for the status 201
  • ⚠️ response property references/items/item_document_id list-of-types was widened by adding types null to media type application/json of response 201
  • added the optional property references/items/file_link_id to the response with the 201 status
  • response property references/items/item_document_id deprecated

GET /v1/public/properties/

  • ⚠️ the response property references/items/item_document_id became optional for the status 200
  • ⚠️ response property references/items/item_document_id list-of-types was widened by adding types null to media type application/json of response 200
  • added the optional property references/items/file_link_id to the response with the 200 status
  • response property references/items/item_document_id deprecated

PATCH /v1/public/properties/

  • ⚠️ the response property references/items/item_document_id became optional for the status 200
  • ⚠️ response property references/items/item_document_id list-of-types was widened by adding types null to media type application/json of response 200
  • added the optional property references/items/file_link_id to the response with the 200 status
  • response property references/items/item_document_id deprecated
April 8, 2026

API Changes

GET /v1/public/files//download

  • added the new optional ‘query’ request parameter ‘format’

GET /v1/public/items

  • added the optional property ‘items/items/description’ to the response with the ‘200’ status

POST /v1/public/items

  • added the new optional request property ‘description’
  • added the optional property ‘description’ to the response with the ‘201’ status

GET /v1/public/items/

  • added the optional property ‘description’ to the response with the ‘200’ status

PATCH /v1/public/items/

  • added the new optional request property ‘description’
  • added the optional property ‘description’ to the response with the ‘200’ status

GET /v1/public/products

  • added the optional property ‘items/items/description’ to the response with the ‘200’ status

POST /v1/public/products

  • added the new optional request property ‘description’
  • added the optional property ‘description’ to the response with the ‘201’ status

GET /v1/public/products/

  • added the optional property ‘description’ to the response with the ‘200’ status

PATCH /v1/public/products/

  • added the new optional request property ‘description’
  • added the optional property ‘description’ to the response with the ‘200’ status
April 1, 2026

API Changes

GET /v1/public/files

  • endpoint added

GET /v1/public/files//download

  • endpoint added
March 10, 2026

GET /v1/public/products

  • added the optional property ‘items/items/archived’ to the response with the ‘200’ status
  • added the optional property ‘items/items/excludedStatusIds’ to the response with the ‘200’ status
  • added the optional property ‘items/items/status’ to the response with the ‘200’ status

POST /v1/public/products

  • added the optional property ‘archived’ to the response with the ‘201’ status
  • added the optional property ‘excludedStatusIds’ to the response with the ‘201’ status
  • added the optional property ‘status’ to the response with the ‘201’ status

GET /v1/public/products/

  • added the optional property ‘archived’ to the response with the ‘200’ status
  • added the optional property ‘excludedStatusIds’ to the response with the ‘200’ status
  • added the optional property ‘status’ to the response with the ‘200’ status

PATCH /v1/public/products/

  • added the optional property ‘archived’ to the response with the ‘200’ status
  • added the optional property ‘excludedStatusIds’ to the response with the ‘200’ status
  • added the optional property ‘status’ to the response with the ‘200’ status
February 6, 2026

POST /v1/public/items

  • endpoint added

DELETE /v1/public/items/

  • endpoint added

PATCH /v1/public/items/

  • endpoint added

POST /v1/public/products

  • endpoint added

DELETE /v1/public/products/

  • endpoint added

PATCH /v1/public/products/

  • endpoint added

POST /v1/public/properties

  • endpoint added

DELETE /v1/public/properties/

  • endpoint added

PATCH /v1/public/properties/

  • endpoint added