GET api/AvailabilityPatterns/GetLinkedEntities/{identity}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BusyPatternConfigurationMembersName | 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": "3551dbbf-4d72-484e-b90d-0a58f59bb867", "Name": "sample string 2", "BookingTypes": [ { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" }, { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" } ], "BookingTypesCount": 2, "Resources": [ { "ResourceType": { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" }, "Resources": [ { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" }, { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" } ] }, { "ResourceType": { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" }, "Resources": [ { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" }, { "Identity": "4f1d1a24-ff5d-442b-934c-b6af65ecb2ac", "Name": "sample string 2" } ] } ], "ResourcesCount": 1 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.