GET api/AvailabilityPatterns/GetLinkedEntities/{identity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BusyPatternConfigurationMembers| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| BookingTypes | Collection of NamedObject |
None. |
|
| BookingTypesCount | integer |
None. |
|
| Resources | Collection of LinkedAvailabilityResourceInfo |
None. |
|
| ResourcesCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "8770ab68-d2ba-4459-9ac7-291752dc9528",
"Name": "sample string 2",
"BookingTypes": [
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
},
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
}
],
"BookingTypesCount": 2,
"Resources": [
{
"ResourceType": {
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
},
"Resources": [
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
},
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
}
]
},
{
"ResourceType": {
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
},
"Resources": [
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
},
{
"Identity": "acdd5de5-3e3f-4e0a-b1a2-fc88edff701b",
"Name": "sample string 2"
}
]
}
],
"ResourcesCount": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.