collection

List all collections

get/collection

Query parameters

limitinteger

How many items to return at one time (max 100)

offsetinteger

How many items skip in return

caseinteger

Case ID

Response

A paged array of collection

idstring collectionId required
namestring required
contentstring[]
publicboolean
expiredOnstring date-time
querystring required

Search query

createdOnstring datetime required
createdBystring required

User ID responsible for creating the content

modifiedOnstring datetime required
modifiedBystring required

Changes

Changed in 2 of the 16 revisions of this API.25

    • the items/query response property's minItems was decreased from 1 to 0 for the response status 200

      response-property-min-items-decreased

    • the items/query response's property type/format changed from array/ to string/ for status 200

      response-property-type-changed

    • the response property items/query became required for the status 200

      response-property-became-required

    • added the required property items/createdBy to the response with the 200 status

      response-required-property-added

    • added the required property items/createdOn to the response with the 200 status

      response-required-property-added

    • added the required property items/modifiedBy to the response with the 200 status

      response-required-property-added

    • added the required property items/modifiedOn to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 16 revisions, 1 has no diff computed.