Skip to main content
GET
List all subjects

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Query Parameters

client_subject_id
string

Filter by client subject ID.

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

subject_name
string

Filter by subject name.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"