Skip to main content
GET
Search resource servers

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

クエリパラメータ

q
string

Filter expression in SCIM or Lucene syntax (depending on parser parameter). SCIM examples: name eq "My API", identifier sw "https://". SCIM operators: eq, ne, sw, ew, co, pr, gt, ge, lt, le, and, or.

Supported Fields:

  • id - Filter by resource server ID
  • identifier - Filter by resource server identifier
  • name - Filter by resource server name
  • updated_at - Filter by last update date
Maximum 5 filter operations per query. Results are eventually consistent and may not reflect recent updates.

Maximum string length: 1000
parser
enum<string>

Query parser to use for the filter expression. Use "scim" for SCIM filter syntax or "lucene" for Lucene query syntax (default).

利用可能なオプション:
scim,
lucene
fields
string

Comma-separated list of fields to include or exclude in the response. Works with the include_fields parameter to control projection mode.

Maximum string length: 1000
include_fields
boolean

Controls field projection mode. Set to true to include only fields specified in the fields parameter. Set to false to exclude fields specified in the fields parameter. Defaults to true if not specified.

take
integer

Maximum number of results to return per page (1-100). Defaults to 50.

必須範囲: 1 <= x <= 100
from
string

Cursor for the next page of results. Use the value from the next field in the previous response.

Maximum string length: 1000
sort
enum<string>

Field name to sort results by in ascending order only. Defaults to insertion order (oldest first) if not provided.

利用可能なオプション:
identifier,
name,
updated_at

レスポンス

Resource servers successfully retrieved.

resource_servers
object[]
必須

Array of resource server objects matching the search criteria.

next
string

Cursor for retrieving the next page of results. Omitted if there are no more results.