Retrieve the account's groups in paged format

Retrieve a page of the specified account’s groups of contacts.

QUERY PARAMETERS

KEYOPTIONALDESCRIPTIONEXAMPLE
pageYesThe page number to retrieve, default value is 0 (meaning the first page).1
sizeYesThe number of items to retrieve, default value is 10.1

RESPONSE PARAMETERS

KEYDESCRIPTION
totalPagesThe number of total pages.
lastWhether the current page is the last one.
totalElementsThe total amount of elements for the current request.
firstWhether the current page is the first one.
numberOfElementsThe number of elements currently on this page.
numberThe requested page number.
sizeThe requested page size.
contentContains the request results.
content.nameThe name of the group.
content.sizeThe contact count in the group.

ERROR CODES

STATUSCODEDESCRIPTION
404404001001Account not found
Language