docs/interfaces/management.Management.ListClientsRequestParameters.html
{ * fields: "fields", * include_fields: true, * page: 1, * per_page: 1, * include_totals: true, * is_global: true, * is_first_party: true, * app_type: "app_type", * external_client_id: "external_client_id", * q: "q" * }Copy
interface ListClientsRequestParameters {
fields?: string | null;
include_fields?: boolean | null;
page?: number | null;
per_page?: number | null;
include_totals?: boolean | null;
is_global?: boolean | null;
is_first_party?: boolean | null;
app_type?: string | null;
external_client_id?: string | null;
q?: string | null;
}
fields?include_fields?page?per_page?include_totals?is_global?is_first_party?app_type?external_client_id?q?
Optionalfieldsfields?: string | null
Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
Optionalinclude_fieldsinclude_fields?: boolean | null
Whether specified fields are to be included (true) or excluded (false).
Optionalpagepage?: number | null
Page index of the results to return. First page is 0.
Optionalper_pageper_page?: number | null
Number of results per page. Default value is 50, maximum value is 100
Optionalinclude_totalsinclude_totals?: boolean | null
Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optionalis_globalis_global?: boolean | null
Optional filter on the global client parameter.
Optionalis_first_partyis_first_party?: boolean | null
Optional filter on whether or not a client is a first-party client.
Optionalapp_typeapp_type?: string | null
Optional filter by a comma-separated list of application types.
Optionalexternal_client_idexternal_client_id?: string | null
Optional filter by the Client ID Metadata Document URI for CIMD-registered clients.
Optionalqq?: string | null
Advanced Query in Lucene syntax.
Permitted Queries :
Additional Restrictions :
_ Note : Recent updates may not be immediately reflected in query results_
Member Visibility
ThemeOSLightDark
Properties fieldsinclude_fieldspageper_pageinclude_totalsis_globalis_first_partyapp_typeexternal_client_idq