v1

latestOpenAPI 3.1.02026-07-242892032.8 MB

List All Categories for a Subdomain

Retrieve a list of all the category documents at a given subdomain. Valid query keys are: fields, offset, and limit.

get/program-categories/{subdomain}

Query parameters

fields?string

A comma-delimited list of program fields (in Kebab/dash-case) to filter the response with. Valid field values are application-link, careers, categories, credential, cip, code, credits, institution-id, length, length-unit, locations, name, request-info-email, transfers, tuition-link, tuition-range, url, slug, subdomain

offset?integer

(for pagination); The number of results to skip over. For instance, ?offset=5 means the first 5 results would be omitted.

limit?integer

(for pagination); The total number of results to return. The max is 1000. For instance, ?limit=10 means the result set is limited to 10 results. Used in conjunction with offset, you can slice the result set, e.g. ?offset=20&limit=10 would give you results 21-31.

Response