Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lists existing Intake records, with summary information for each. Follows standard List model, with pagination support. See the documentation of the Intake list schema, below.

Note

Aron to verify pagination support in Intake service

Intake 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/intakes/ HTTP/1.1 GET /cspace-services/intakes/?pgSz=10 HTTP/1.1 GET /cspace-services/intakes/?pgSz=10&pgNum=3 HTTP/1.1 GET /cspace-services/intakes/?pgNum=3 HTTP/1.1

The Intake service does not currently support pagination of list results; restore relevant wording from version 10 of this document when that support is added.

Intake REST payload schemas

...