GET api/BookingTypes/{bookingTypeIdentity}/BookingRequests/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingTypeIdentity | string |
Required |
|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Name | string |
None. |
|
| EventType | string |
None. |
|
| Owner | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| RecurrencePattern | RecurrencePatternObject |
None. |
|
| Occurrences | Collection of Occurrence |
None. |
|
| BookingTypeIdentity | globally unique identifier |
None. |
|
| FormIdentity | globally unique identifier |
None. |
|
| OccurrenceGroupIdentity | globally unique identifier |
None. |
|
| Resources | Collection of BookingResource |
None. |
|
| CanEdit | boolean |
None. |
|
| EventIdentity | globally unique identifier |
None. |
|
| BookerName | string |
None. |
|
| BookerEmailAddress | string |
None. |
|
| AdditionalEmailAddresses | Collection of string |
None. |
|
| Status | string |
None. |
|
| HasRecurrence | boolean |
None. |
|
| IsEdited | boolean |
None. |
|
| Reference | string |
None. |
|
| BookingRequestFormValue | BookingRequestFormValue |
None. |
|
| HistoryCount | integer |
None. |
|
| RevisedBy | string |
None. |
|
| RevisedByEmailAddress | string |
None. |
|
| SkipUpdateOccurrencePattern | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "740f98c5-9d6e-4bfd-bc72-e7beee23fc02",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-08-31T03:31:56.6153981+00:00",
"EndDateTime": "2026-08-31T03:31:56.6153981+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-08-31T03:31:56.6153981+00:00",
"StartDateTime": "2026-08-31T03:31:56.6153981+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-08-31T03:31:56.6153981+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "9a3191ae-0cc0-404d-a7f5-ad50ee78115c",
"IsEdited": true,
"StartDateTime": "2026-08-31T03:31:56.6153981+00:00",
"EndDateTime": "2026-08-31T03:31:56.6153981+00:00"
},
{
"Identity": "9a3191ae-0cc0-404d-a7f5-ad50ee78115c",
"IsEdited": true,
"StartDateTime": "2026-08-31T03:31:56.6153981+00:00",
"EndDateTime": "2026-08-31T03:31:56.6153981+00:00"
}
],
"BookingTypeIdentity": "63eed3f2-d2bd-453c-b0d4-1581d4408646",
"FormIdentity": "0bf5ee13-9896-4030-b3c8-6952bb64a968",
"OccurrenceGroupIdentity": "4f102395-7be0-42c6-8972-661605364819",
"Resources": [
{
"ResourceTypeIdentity": "1d566ddb-7ea3-4193-b013-d7e37931dad2",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "4fc1fa35-ab51-4f20-817f-8fc565d2f653",
"ResourceRestrictionIdentity": "0ddcab69-fe12-4b42-9b44-5b930641c556",
"IsPrimary": true,
"Identity": "bf9dfc75-05bb-41f4-9932-32105d133092",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "1d566ddb-7ea3-4193-b013-d7e37931dad2",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "4fc1fa35-ab51-4f20-817f-8fc565d2f653",
"ResourceRestrictionIdentity": "0ddcab69-fe12-4b42-9b44-5b930641c556",
"IsPrimary": true,
"Identity": "bf9dfc75-05bb-41f4-9932-32105d133092",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "1f7aef48-a000-47a8-a9cc-f983326fcfd5",
"BookerName": "sample string 13",
"BookerEmailAddress": "sample string 14",
"AdditionalEmailAddresses": [
"sample string 1",
"sample string 2"
],
"Status": "sample string 15",
"HasRecurrence": true,
"IsEdited": true,
"Reference": "sample string 17",
"BookingRequestFormValue": {
"Identity": "830a05bb-36e5-4a44-bdaa-99da9e86c66b",
"Name": "sample string 2",
"Sections": [
{
"Identity": "d4cf202f-ad37-4f00-b5d0-5337861c707f",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "b04cd152-91c3-4df0-9868-2f52c2b5a44b",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "b04cd152-91c3-4df0-9868-2f52c2b5a44b",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "d4cf202f-ad37-4f00-b5d0-5337861c707f",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "b04cd152-91c3-4df0-9868-2f52c2b5a44b",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "b04cd152-91c3-4df0-9868-2f52c2b5a44b",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
}
]
},
"HistoryCount": 18,
"RevisedBy": "sample string 19",
"RevisedByEmailAddress": "sample string 20",
"SkipUpdateOccurrencePattern": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.