GrowSpace
Manual

Retrieve Place UID List

2026년 09월 25일

Use the following API to retrieve all places uploaded to a project.

📍 GET /open-api/v1/place/list

Request Header

KeyValueDescription
api-key{YOUR_API_Key}

Query Parameter

KeyValueDescription
projectId{YOUR_Project_ID}The unique ID of the Project you’re looking for

Response Body

200

[
{
"id": 1,
"placeAreaUid": "A01",
"name": "Place 1",
"description": "description",
"createDate": "2025-07-16 10:49:44",
"updateDate": "2025-07-16"
},
{
"id": 2,
"placeAreaUid": "A02",
"name": "Place 2",
"description": "description",
"createDate": "2025-07-16 10:49:52",
"updateDate": "2025-07-16"
}
]

400

{
 "error": "Invalid request"
}

cURL

curl --location 'https://space.api-freegrow.com/open-api/v1/place/list?projectId=1' 
--header 'api-key: {YOUR_API_KEY}'

Related Guides

Curious how to use the service? Check out the Growspace Studio Guide here

PDF로 내려받아 현장에서 보세요

Table of Contents