Review Sort Order
Set default sort order for review rows.
Configure the default order in which review rows are displayed. Note: Users can later sort the rows as they prefer.
The order is specified using a SCIM "order by" expression. The default value is source.type asc.
Valid Values
Valid values include:
source.ATTRdestination.ATTRwaypoint.ATTRidp.ATTR
Where ATTR is an attribute name such as "id" or "name".
Example
{
"value": {
"order_by": "destination.name desc"
}
}Get Review Sort Order
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringOptionalExample:
application/jsonResponses
200
OK
application/json
Responseobject
get
/api/private/workflows/access/global_settings/view_sort_settings200
OK
Set Review Sort Order
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample:
application/jsonAcceptstringOptionalExample:
application/jsonBody
objectOptionalExample:
{"value":{"order_by":"<string>"}}Responses
200
OK
application/json
Responseobject
put
/api/private/workflows/access/global_settings/view_sort_settings200
OK
Last updated
Was this helpful?
