collection

Info for a specific collection

get/collection/{collectionId}

Path parameters

collectionIdnumber required

The id of the collection to retrieve

Response

Expected response to a valid request

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 query response property's minItems was decreased from 1 to 0 for the response status 200

      response-property-min-items-decreased

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

      response-property-type-changed

    • the response property query became required for the status 200

      response-property-became-required

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property 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.