Courses and category E licences

List an establishment's project licences that are licenced for training and higher education

get/establishment/{establishmentId}/projects/cat-e

Path parameters

establishmentIdinteger required

Query parameters

{"stackTrail":"components:parameters:Sort:schema","oasType":"schema","type":"unknown"}

Used by datatables to specify the column(s) to sort by, and the direction

limitinteger

Used by datatables to specify the page size when paginating

offsetinteger

Used by datatables to specify the page offset when paginating

Response

Successful response containing the list of training and higher education project licences

Changes

Changed in 2 of the 3 revisions of this API.5

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter

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

      response-required-property-added

    • endpoint added

      endpoint-added