...
Lists existing CollectionObject records, with summary information for each. Follows standard List model, with pagination support. See the documentation of the CollectionObject list schema, below.
Note |
---|
Aron to verify pagination support in CollectionObject service |
CollectionObject supports the following common parameters for List results, pagination controls and query filters:
- pgSz for page size
- pgNum for page size
Examples:
Code Block |
---|
GET /cspace-services/collectionobjects/ HTTP/1.1
GET /cspace-services/collectionobjects/?pgSz=10 HTTP/1.1
GET /cspace-services/collectionobjects/?pgSz=10&pgNum=3 HTTP/1.1
GET /cspace-services/collectionobjects/?pgNum=3 HTTP/1.1
The CollectionObject service does not currently support pagination of list results; restore relevant wording from version 5 of this document when that support is added. |
CollectionObject REST payload schemas
...