GET api/Mt_Rooms?pos_name={pos_name}&id_room={id_room}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_name | string |
Required |
|
| id_room | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mt_room_p| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name_pos | string |
None. |
|
| order | integer |
None. |
|
| list_room_unit | Collection of mt_room_unit_p |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "a5a872d1-471a-4d7a-83da-0514050c617e",
"name_pos": "sample string 2",
"order": 3,
"list_room_unit": [
{
"$id": "2",
"id": "5590a2e0-a59d-45fd-b5b2-1a799b531e8d",
"name_pos": "sample string 2",
"name_external": "sample string 3",
"order": 4,
"status": 5
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]