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": "7298ff7d-63d1-4453-9090-21797cd81023",
"ResourceTypeIdentity": "8e1780cf-e2f9-4d14-9459-278c1047d643",
"ResourceIdentities": [
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
},
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "dcf2dde6-2973-4a27-a1cb-9da484740ae7",
"ReadPermissionGroups": [
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
},
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
},
{
"Identity": "e04c24de-5b48-49be-b48a-10cb352d9609",
"Name": "sample string 2"
}
],
"Identity": "8e17cd4c-dff0-4ef9-b442-514b60c3d0e1",
"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">8e17cd4c-dff0-4ef9-b442-514b60c3d0e1</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>e04c24de-5b48-49be-b48a-10cb352d9609</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>e04c24de-5b48-49be-b48a-10cb352d9609</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>e04c24de-5b48-49be-b48a-10cb352d9609</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>e04c24de-5b48-49be-b48a-10cb352d9609</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>7298ff7d-63d1-4453-9090-21797cd81023</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>dcf2dde6-2973-4a27-a1cb-9da484740ae7</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>e04c24de-5b48-49be-b48a-10cb352d9609</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>e04c24de-5b48-49be-b48a-10cb352d9609</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>8e1780cf-e2f9-4d14-9459-278c1047d643</ResourceTypeIdentity>
</ResourceGroup>