GET api/v1/CalendarDataTitles/{id}
Gets given calendar's information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Calendar data title id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CalendarDataTitle| Name | Description | Type | Additional information |
|---|---|---|---|
| CalendarDataTitle_ID |
Calendar ID |
globally unique identifier |
None. |
| Description |
Description |
string |
None. |
| Name |
Name |
string |
None. |
| RealEstate_ID |
Real estate id |
globally unique identifier |
None. |
| Type |
Type |
CalendarDataTitleType |
None. |
| Zone_ID |
Zone id |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"CalendarDataTitle_ID": "e460528d-d8d1-4a5b-a0e7-96d0ce4149de",
"Description": "sample string 2",
"Name": "sample string 3",
"RealEstate_ID": "8e79b169-f499-484b-97de-e35df7afcd96",
"Type": 0,
"Zone_ID": "4d866a5c-9d63-4c8b-b0da-e421ed9de0d8"
}
application/xml, text/xml
Sample:
<CalendarDataTitle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus"> <CalendarDataTitle_ID>e460528d-d8d1-4a5b-a0e7-96d0ce4149de</CalendarDataTitle_ID> <Description>sample string 2</Description> <Name>sample string 3</Name> <RealEstate_ID>8e79b169-f499-484b-97de-e35df7afcd96</RealEstate_ID> <Type>TimeControlCalendar</Type> <Zone_ID>4d866a5c-9d63-4c8b-b0da-e421ed9de0d8</Zone_ID> </CalendarDataTitle>