GetGroupList
- 인쇄
- PDF
GetGroupList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Group을 조회합니다.
API
GET /api/v1/groups
Content-Type: application/json; charset=utf-8
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}
x-ncp-apigw-signature-v2: {API Gateway Signature}
API Header
가이드 바로가기 Request Headers
요청
Parameters
파라미터 | 필수여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
groupName | N | String | Group Name | |
pageIndex | N | integer | default: 0, starting from 0 | |
pageSize | N | integer | default: 20, max: 100 |
응답
Response body
{
"items": [
{
"groupId": "string",
"groupName": "string",
"groupDesc": "string",
"createTime": "integer",
"updateTime": "integer"
}
],
"pageIndex": "integer",
"pageSize": "integer",
"hasMore": "boolean"
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
items | array of object | ||
- groupId | string | ||
- groupName | string | ||
- groupDesc | string | ||
- createTime | integer | ||
- updateTime | integer | ||
pageIndex | integer | ||
pageSize | integer | ||
hasMore | boolean |
에러
아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참조하세요.
공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요.
이 문서가 도움이 되었습니까?