GET api/BookingTypes/{bookingTypeIdentity}/ResourceGroups/{resourceGroupIdentity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingTypeIdentity | string |
Required |
|
| resourceGroupIdentity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourceGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| BookingTypeIdentities | globally unique identifier |
None. |
|
| ResourceTypeIdentity | globally unique identifier |
None. |
|
| ResourceIdentities | Collection of NamedObject |
None. |
|
| CanEdit | boolean |
None. |
|
| ExternalApplicationIdentity | globally unique identifier |
None. |
|
| ReadPermissionGroups | Collection of NamedObject |
None. |
|
| WritePermissionGroups | Collection of NamedObject |
None. |
|
| Identity | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"BookingTypeIdentities": "c3bdab8f-9fad-4e07-ae0f-e40211ba5fb4",
"ResourceTypeIdentity": "e38e4b51-e9b0-421c-a56d-24b223d5b0b3",
"ResourceIdentities": [
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
},
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "e9b59c6f-0136-4713-ba59-84607b19eaa2",
"ReadPermissionGroups": [
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
},
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
},
{
"Identity": "d7543e36-c9a8-4947-9de6-04eb67e13e9c",
"Name": "sample string 2"
}
],
"Identity": "7b75d8d8-c80d-4189-82c1-2b3e1fde53d2",
"Name": "sample string 6"
}
application/xml, text/xml
Sample:
<ResourceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">7b75d8d8-c80d-4189-82c1-2b3e1fde53d2</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 6</Name>
<ReadPermissionGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ReadPermissionGroups>
<WritePermissionGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>c3bdab8f-9fad-4e07-ae0f-e40211ba5fb4</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>e9b59c6f-0136-4713-ba59-84607b19eaa2</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>d7543e36-c9a8-4947-9de6-04eb67e13e9c</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>e38e4b51-e9b0-421c-a56d-24b223d5b0b3</ResourceTypeIdentity>
</ResourceGroup>