Stay up to date with API changes: new endpoints, updates to existing ones and other improvements.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.
May 20, 2026
API Changes
GET /v1/public/files
- ⚠️ removed the required property
items/items/namefrom the response with the200status - ⚠️ removed the optional property
items/items/titlefrom the response with the200status - added the optional property
items/items/userTitleto the response with the200status - added the required property
items/items/originalFileNameto the response with the200status
GET /v1/public/files/
- ⚠️ removed the required property
namefrom the response with the200status - ⚠️ removed the optional property
titlefrom the response with the200status - added the optional property
userTitleto the response with the200status - added the required property
originalFileNameto the response with the200status
PATCH /v1/public/files/
- ⚠️ removed the required property
namefrom the response with the200status - ⚠️ removed the request property
title - ⚠️ removed the optional property
titlefrom the response with the200status - added the new optional request property
userTitle - added the optional property
userTitleto the response with the200status - added the required property
originalFileNameto the response with the200status
POST /v1/public/files/
- ⚠️ removed the required property
namefrom the response with the201status - ⚠️ removed the request property
title - ⚠️ removed the optional property
titlefrom the response with the201status - added the new optional request property
userTitle - added the optional property
userTitleto the response with the201status - added the required property
originalFileNameto the response with the201status
April 24, 2026
API Changes
GET /v1/public/files
- ⚠️ removed the required property
items/items/file_pathfrom the response with the200status - added the optional property
items/items/descriptionto the response with the200status - added the optional property
items/items/titleto the response with the200status
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_idbecame optional for the status200 - ⚠️ response property
items/items/references/items/item_document_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200 - added the optional property
items/items/references/items/file_link_idto the response with the200status - response property
items/items/references/items/item_document_iddeprecated
POST /v1/public/properties
- ⚠️ the response property
references/items/item_document_idbecame optional for the status201 - ⚠️ response property
references/items/item_document_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response201 - added the optional property
references/items/file_link_idto the response with the201status - response property
references/items/item_document_iddeprecated
GET /v1/public/properties/
- ⚠️ the response property
references/items/item_document_idbecame optional for the status200 - ⚠️ response property
references/items/item_document_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200 - added the optional property
references/items/file_link_idto the response with the200status - response property
references/items/item_document_iddeprecated
PATCH /v1/public/properties/
- ⚠️ the response property
references/items/item_document_idbecame optional for the status200 - ⚠️ response property
references/items/item_document_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200 - added the optional property
references/items/file_link_idto the response with the200status - response property
references/items/item_document_iddeprecated
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
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