docs/interfaces/management.Management.ListAculsRequestParameters.html
{ * fields: "fields", * include_fields: true, * page: 1, * per_page: 1, * include_totals: true, * prompt: "prompt", * screen: "screen", * rendering_mode: "advanced" * }Copy
interface ListAculsRequestParameters {
fields?: string | null;
include_fields?: boolean | null;
page?: number | null;
per_page?: number | null;
include_totals?: boolean | null;
prompt?: string | null;
screen?: string | null;
rendering_mode?: Management.AculRenderingModeEnum | null;
}
fields?include_fields?page?per_page?include_totals?prompt?screen?rendering_mode?
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 (default: 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. Maximum value is 100, default value is 50.
Optionalinclude_totalsinclude_totals?: boolean | null
Return results inside an object that contains the total configuration count (true) or as a direct array of results (false, default).
Optionalpromptprompt?: string | null
Name of the prompt to filter by
Optionalscreenscreen?: string | null
Name of the screen to filter by
Optionalrendering_moderendering_mode?: Management.AculRenderingModeEnum | null
Rendering mode to filter by
Member Visibility
ThemeOSLightDark
Properties fieldsinclude_fieldspageper_pageinclude_totalspromptscreenrendering_mode