curl --request GET \
--url https://openapi.pluuug.com/v1/field \
--header 'X-API-Key: <api-key>'{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"name": "<string>",
"dataType": "S",
"optionSet": [
{
"id": "<string>",
"title": "<string>"
}
],
"memberSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
]
}
]
}curl --request GET \
--url https://openapi.pluuug.com/v1/field \
--header 'X-API-Key: <api-key>'{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"name": "<string>",
"dataType": "S",
"optionSet": [
{
"id": "<string>",
"title": "<string>"
}
],
"memberSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
]
}
]
}I - 의뢰C - 고객CO - 계약C, CO, I Pagination을 위한 커서
한번에 조회할 데이터의 개수 (limit)
Show child attributes
커스텀 필드 이름
데이터 타입
S - StringN - NumberM - MemberD - DateT - TimeB - BooleanSL - Single List(단수 선택)ML - Multi List(복수 선택)S, N, M, D, T, B, SL, ML 멤버 목록 (멤버(M) 타입에서만 데이터 존재)
Show child attributes
닉네임
이메일
활성화 여부