List All Resources

List all created Resources.

Scopes
read:resource
offset
integer
min0
max
99999999999999

Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.

limit
integer
min-1
max
500

Limit the number of results returned

sort_by
string

Properties that should be ordered by with their order type. To define order append it to the field with dot. For example: sort_by=email.asc or sort_by=email.desc

q
string

Additional query in PlusAuth Query Language format.

GET
/resources
1
2
3
Loading...
Response:
200
Loading...

Response Body Schema

results
array<object>
results.
audience
string
REQUIRED

Unique identifier for the Resource. This field must be a valid URL without fragments. Cannot be changed after set.

results.
description
string

Additional identifier to be stored with Resource.

results.
id
string
REQUIRED

Unique identifier of entity

results.
name
string
REQUIRED

Display name for the Resource.

results.
system
boolean
REQUIRED
results.
settings
object
REQUIRED
results.settings.
access_token_ttl
number
min30
max
31556952
total
integer