커스텀 오브젝트 종류 조회
커스텀 오브젝트 종류 조회
언제 사용하나요?
Headers
Name
Value
Request
Response
200
Name
Type
Description
Name
Type
Description
40x
주요 에러
Status
상황
Last updated
Was this helpful?
Was this helpful?
{
"success": true,
"data": {
"customObjectDefinitionList": [
{
"id": "<customObjectDefinitionId>",
"name": "커스텀 오브젝트 1"
},
{
"id": "<customObjectDefinitionId>",
"name": "커스텀 오브젝트 2"
}
]
}
}{
"success": true,
"data": {
"customObjectDefinitionList": []
}
}{
"success": false,
"message": "에러 메시지"
}