카테고리
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/categories?categoryType=FURNITURE HTTP/1.1
Host: openapi.archisketch.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"result": "SUCCESS",
"data": {
"id": "text",
"parentId": "text",
"name": "text",
"image": "text",
"childCategories": [
{
"id": "text",
"name": "text",
"image": "text",
"createdAt": "2026-05-21T00:08:30.853Z",
"updatedAt": "2026-05-21T00:08:30.853Z"
}
],
"createdAt": "2026-05-21T00:08:30.853Z",
"updatedAt": "2026-05-21T00:08:30.853Z"
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}GET /api/v1/categories/{id} HTTP/1.1
Host: openapi.archisketch.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"result": "SUCCESS",
"data": {
"id": "text",
"parentId": "text",
"name": "text",
"image": "text",
"childCategories": [
{
"id": "text",
"name": "text",
"image": "text",
"createdAt": "2026-05-21T00:08:30.853Z",
"updatedAt": "2026-05-21T00:08:30.853Z"
}
],
"createdAt": "2026-05-21T00:08:30.853Z",
"updatedAt": "2026-05-21T00:08:30.853Z"
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}