get https://api-staging.fanheroapi.com/subjects
Overview
Use this endpoint to list all subjects available for subjects in your organization.
The organization
header is required for authentication.
You can pass the following optional parameters in the query to return a filtered group list:
entity__exact | String | Return only the subjects with this exact entity. |
entity__contains | String | Return only the subjects that have this string in the entity. |
You have the option to pass pagination parameters in the query. If you don't,
pageSize
defaults to 20. For details, read Pagination.
Response
A successful response contains an array of Subject objects.