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": "4bb92437-53f2-410f-b6ee-57656027f86a",
"Name": "sample string 2",
"BookingTypes": [
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
},
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
}
],
"BookingTypesCount": 2,
"Resources": [
{
"ResourceType": {
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
},
"Resources": [
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
},
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
}
]
},
{
"ResourceType": {
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
},
"Resources": [
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
},
{
"Identity": "619c682f-5258-4d67-ab58-508718e9235c",
"Name": "sample string 2"
}
]
}
],
"ResourcesCount": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.