Search group list
- Print
- PDF
Search group list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Search a group list.
API
- GET /groups
Request
Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
page | int | Page number. Default: 0 | ||
size | int | Size of result list. Default: 10 |
Response
{
"hasNext": "boolean",
"hasPrevious": "boolean",
"isFirst": "boolean",
"isLast": "boolean",
"items": [
{
"groupId": "string",
"groupName": "string",
"nrn": "string"
}
],
"page": "integer",
"totalItems": "integer",
"totalPages": "integer"
}
Category | Type | Description | Note |
---|---|---|---|
hasNext | boolean | Indicates whether there is a next page | |
hasPrevious | boolean | Indicates whether there is a previous page | |
isFirst | boolean | Indicates whether this is the first page | |
isLast | boolean | Indicates whether this is the last page | |
items | array | ||
items.groupId | string | Group ID | |
items.groupName | string | Group name | |
items.nrn | string | Naming Rule for expressing Ncloud resources | |
page | integer | Page number | |
totalItems | integer | Total number of items | |
totalPages | integer | Total number of pages |
Was this article helpful?