get
https://connect.routee.net/groups/my/page
Retrieve a page of the specified account’s groups of contacts.
QUERY PARAMETERS
| KEY | OPTIONAL | DESCRIPTION | EXAMPLE |
|---|---|---|---|
| page | Yes | The page number to retrieve, default value is 0 (meaning the first page). | 1 |
| size | Yes | The number of items to retrieve, default value is 10. | 1 |
RESPONSE PARAMETERS
| KEY | DESCRIPTION |
|---|---|
| totalPages | The number of total pages. |
| last | Whether the current page is the last one. |
| totalElements | The total amount of elements for the current request. |
| first | Whether the current page is the first one. |
| numberOfElements | The number of elements currently on this page. |
| number | The requested page number. |
| size | The requested page size. |
| content | Contains the request results. |
| content.name | The name of the group. |
| content.size | The contact count in the group. |
ERROR CODES
| STATUS | CODE | DESCRIPTION |
|---|---|---|
| 404 | 404001001 | Account not found |
