Groupsortingcriteria
The sorting criteria used for Groups search
fieldstringrequired
The field to sort by. It can be a native field (one from the provided list) or otherwise can specify a custom field definitionusing the format [customFieldSetId].[customFieldId].
Possible values: [encodedKey, id, creationDate, groupName, lastModifiedDate, depositsBalance, loansBalance, totalBalance, loanCycle]
orderstring
The sorting order: ASC or DESC. The default order is DESC.
Possible values: [ASC, DESC]
Groupsortingcriteria
{
"field": "encodedKey",
"order": "ASC"
}