Groups

Search for Groups

post/v1/issuer/groups/search

Request body

idsnumber[]

Limit the list of Groups to those id match the given array.

namestring

Limit the list of Groups to those named with the given string. Supports partial matching.

course_namestring

Limit the list of Groups to those whose course name matches the given string. Supports partial matching.

department_idnumber

Limit results to a particular Department. Must be a Department accessible to the API key being used; otherwise a 400 Bad Request is returned. When omitted, results include all Departments the API key can access.

meta_dataobject

Key/values for client's own data on group

start_updated_datestring date

Date after which Groups which have been updated should be returned. Format: YYYY-MM-DD

end_updated_datestring date

Date before which Groups which have been updated should be returned. Format: YYYY-MM-DD

page_sizenumber

The pagination response size, default of 50.

pagenumber

The pagination page.

Response

OK

Changes

Changed in 7 of the 30 revisions of this API.187

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the new optional request property

      new-optional-request-property

    • added the required property // to the response with the status

      response-required-property-added

    • added the new optional request property

      new-optional-request-property

    • added the optional property // to the response with the status

      response-optional-property-added

    • added required request body

      request-body-added-required

    • deleted the query request parameter end_updated_date

      request-parameter-removed

    • deleted the query request parameter ids

      request-parameter-removed

    • deleted the query request parameter meta_data

      request-parameter-removed

    • deleted the query request parameter name

      request-parameter-removed

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • deleted the query request parameter start_updated_date

      request-parameter-removed

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added