List contact groups
Retrieves all contact groups and their codes that are currently configured in the WebPortal.
A contact group code can be supplied when creating a package: any member of that contact group is then able to sign the package on behalf of the whole group.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The token to return to request the next page: the next page number as a string
(for example '2'), as returned in the previous response's ContinuationToken.
The maximum number of results to return
1 <= x <= 50specify how the result is sorted, default is ascending
asc, desc specify on which field to sort
name, code Response
OK
Response that contains a number of contact groups
The token to pass as continuationToken to request the next page: the next page number as a string.
"1"
The list containing the identifiers of all contactGroups
The maximum number of results that will be returned per request
0 <= x <= 50The total number of results.