GET api/trainingRoom
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of trainingRoomExtenName | Description | Type | Additional information |
---|---|---|---|
locationName | string |
None. |
|
id | integer |
None. |
|
locationID | integer |
None. |
|
name | string |
None. |
|
capacity | integer |
None. |
|
isActive | boolean |
None. |
|
dateCreated | date |
None. |
|
dateUpdated | date |
None. |
|
Timezone | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "locationName": "sample string 1", "id": 2, "locationID": 3, "name": "sample string 4", "capacity": 1, "isActive": true, "dateCreated": "2025-04-04T11:37:56.5989631+01:00", "dateUpdated": "2025-04-04T11:37:56.5989631+01:00", "Timezone": 1 }, { "$ref": "1" } ]