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": "93f6309f-4643-45b7-985b-bd6184781f74",
"name_pos": "sample string 2",
"order": 3,
"list_room_unit": [
{
"$id": "2",
"id": "d621aeef-caca-46d0-aea1-15289da17a4b",
"name_pos": "sample string 2",
"name_external": "sample string 3",
"order": 4,
"status": 5
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]