Get all rooms/places in a Project
Use the Place API to populate a room selector in Dedicated Setting HTML.
POST https://app.airngin.com/Api/v1.0/Place/GetAllPlacesByProjectIdForDevice
Pass the temporary query-string token as a Bearer token and send projectId.
The response data contains Place records such as:
{
"id": "55226d18-60d5-446c-94bf-ad3ff3cc8d21",
"name": "Living room",
"icon": "https://file1.airngin.com/.../place.jpg",
"images": null
}
Use Place identity for user-friendly filtering only; the selected Device/Operation remains the actual dependency/control target.