List items
GET
https://api.catenda.com/v2/projects/{project-id}/libraries/collections/{collection-id}/items
project-idstringCatenda project id
collection-idstringId of the document library item collection
fieldsstring<p>Specify which fields to include in the response. Provide a comma separated list of valid values. Valid values are <strong>id</strong>.</p>
includestring<p>Specify which additional fields to include in the response. Provide a comma separated list of valid values. Valid values are <strong>libraryItem</strong>.</p>
libraryItemIncludestring<p>Specify which additional library item fields to include in the response. Combine with include parameter and provide a comma separated list of valid values. Valid values are <strong>path</strong>.</p>
acceptstringGenerated from available response content types
200OK
curl --request GET \
--url https://api.catenda.com/v2/projects/{project-id}/libraries/collections/{collection-id}/items \
--header 'accept: application/json'