Skip to main content

Proposal account details sorting criteria

The sorting criteria used for sorting account details.

fieldstringrequired

The field to use to sort the selection. This can be an enumerated value or a custom field using the format [customFieldSetId].[customFieldId].

Possible values: [sa.id]

orderstring

The sorting order: ASC or DESC. The default order is DESC.

Possible values: [ASC, DESC]

Proposal account details sorting criteria
{
"field": "sa.id",
"order": "ASC"
}