공간
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/room/types HTTP/1.1
Host: openapi.archisketch.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"result": "SUCCESS",
"data": [
{
"symbol": "text",
"roomCode": 1,
"i18n": {
"ko": "text",
"en": "text",
"ja": "text",
"vi": "text",
"cn": "text",
"tw": "text"
},
"createdAt": "2026-05-20T23:47:19.243Z",
"updatedAt": "2026-05-20T23:47:19.243Z"
}
],
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}GET /api/v1/room/types/{roomCode} HTTP/1.1
Host: openapi.archisketch.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"result": "SUCCESS",
"data": {
"symbol": "text",
"roomCode": 1,
"i18n": {
"ko": "text",
"en": "text",
"ja": "text",
"vi": "text",
"cn": "text",
"tw": "text"
},
"createdAt": "2026-05-20T23:47:19.243Z",
"updatedAt": "2026-05-20T23:47:19.243Z"
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}