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.ATTR

  • destination.ATTR

  • waypoint.ATTR

  • idp.ATTR

Where ATTR is an attribute name such as "id" or "name".

Example

{
    "value": {
        "order_by": "destination.name desc"
    }
}

Get Review Sort Order

Get Review Sort Settings

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringOptionalExample: application/json
Responses
200

OK

application/json
Responseobject
get
/api/private/workflows/access/global_settings/view_sort_settings
200

OK

Set Review Sort Order

Set Review Sort Settings

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample: application/json
AcceptstringOptionalExample: application/json
Body
objectOptionalExample: {"value":{"order_by":"<string>"}}
Responses
200

OK

application/json
Responseobject
put
/api/private/workflows/access/global_settings/view_sort_settings
200

OK

Last updated

Was this helpful?