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": "f99b4dc8-75dd-4f3f-a13d-ea84d0578b75",
"ResourceTypeIdentity": "24866272-562e-40aa-9831-e08e4e4059a9",
"ResourceIdentities": [
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
},
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "ddf1dfd6-94a9-4b8b-9b78-847130aaa0b8",
"ReadPermissionGroups": [
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
},
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
},
{
"Identity": "b4c56cfb-2e4b-4411-b63d-9b275e33f032",
"Name": "sample string 2"
}
],
"Identity": "628cf840-7d17-4580-8b1e-306ad1c2e1b7",
"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">628cf840-7d17-4580-8b1e-306ad1c2e1b7</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>b4c56cfb-2e4b-4411-b63d-9b275e33f032</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>b4c56cfb-2e4b-4411-b63d-9b275e33f032</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>b4c56cfb-2e4b-4411-b63d-9b275e33f032</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>b4c56cfb-2e4b-4411-b63d-9b275e33f032</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>f99b4dc8-75dd-4f3f-a13d-ea84d0578b75</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>ddf1dfd6-94a9-4b8b-9b78-847130aaa0b8</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>b4c56cfb-2e4b-4411-b63d-9b275e33f032</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>b4c56cfb-2e4b-4411-b63d-9b275e33f032</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>24866272-562e-40aa-9831-e08e4e4059a9</ResourceTypeIdentity>
</ResourceGroup>