Skip to main content

Gets the collection item list

GET /v1/collectionitem/list

Summary

Gets the collection item list.

Details

Returns collection items associated with the authenticated user.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • array of CollectionItem
    • key (integer (int64), optional)
    • collectionID (integer (int64), optional)
    • itemTypeID (integer (int64), optional)
    • itemID (integer (int64), optional)
    • creationDate (string (date-time), optional)

Example

[
{
"key": 1,
"collectionID": 1,
"itemTypeID": 1,
"itemID": 1,
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]