GET /api/auth_sources
Lijst alle authenticatie bronnen op

GET /api/locations/:location_id/auth_sources
Lijst alle authenticatie bronnen per locatie op

GET /api/organizations/:organization_id/auth_sources
Lijst alle authenticatie bronnen per organisatie op

Params

Param name Description
location_id
optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
optional

Scope met organisaties

Validations:

  • Must be a Integer

search
optional

filter resultaten

Validations:

  • Must be a String

order
optional

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
optional

Pagineer de resultaten

Validations:

  • Must be a String

per_page
optional

Aantal items per aanvraag

Validations:

  • Must be a String