organizations

Retrieve all collections for an organization.

Retrieve all collections for an organization. Supports optional authentication.

get/organizations/{organizationId}/collections

Path parameters

organizationIdinteger required

Organization ID.

Query parameters

includestring required

Included fields.

Response

default response

aliasesobject
dbCreateDateinteger
dbUpdateDateinteger
descriptionstring

Description of the collection

displayNamestring
idinteger

Implementation specific ID for the collection in this web service

metadataobject

Arbitrary metadata for this collection, settable only by admins and curators

namestring required

Name of the collection

notebooksLengthinteger

Number of notebooks inside this collection

organizationIDinteger
organizationNamestring
servicesLengthinteger

Number of services inside this collection

toolsLengthinteger

Number of tools inside this collection

topicstring required

Short description of the collection

workflowsLengthinteger

Number of workflows inside this collection

Example response

[
  {
    "name": "alignment",
    "topic": "A collection of alignment algorithms"
  }
]

Changes

Changed in 5 of the 51 revisions of this API.357

    • added the optional property items/entries/items/categories/items/metadata to the response with the default status

      response-optional-property-added

    • added the optional property items/entries/items/categories/items/aiManaged to the response with the default status

      response-optional-property-added

    • added the optional property items/entries/items/categories/items/curator to the response with the default status

      response-optional-property-added

    • added the optional property items/entries/items/curator to the response with the default status

      response-optional-property-added

  • 5b6e0475c79a21See the full diff
    • the items/displayName response property's maxLength was increased from 50 to 90 for the response status default

      response-property-max-length-increased

    • the items/name response property's maxLength was increased from 39 to 90 for the response status default

      response-property-max-length-increased

    • the items/name response's property pattern was changed from [a-zA-Z](-?[a-zA-Z\d]){0,38} to [a-zA-Z](-?[a-zA-Z\d]){0,89} for the status default

      response-property-pattern-changed

    • added the optional property items/metadata to the response with the default status

      response-optional-property-added

  • 7a89c3c933f1151See the full diff
    • the items/topic response property's maxLength was unset from 255 for the response status default

      response-property-max-length-unset

    • removed the optional property items/entries/items/categories/items/aiManaged from the response with the default status

      response-optional-property-removed

    • removed the optional property items/entries/items/categories/items/curator from the response with the default status

      response-optional-property-removed

    • removed the optional property items/entries/items/categories/items/metadata from the response with the default status

      response-optional-property-removed

    • removed the optional property items/entries/items/curator from the response with the default status

      response-optional-property-removed

    • removed the optional property items/metadata from the response with the default status

      response-optional-property-removed

    • the items/name response's property pattern was changed from [a-zA-Z](-?[a-zA-Z\d]){0,89} to [a-zA-Z](-?[a-zA-Z\d]){0,38} for the status default

      response-property-pattern-changed

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