GET api/ResourceTypes/{resourceTypeIdentity}/ResourceGroups/{identity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceTypeIdentity | string |
Required |
|
| identity | 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": "37bff676-8502-45fb-a227-9039ab0d86a0",
"ResourceTypeIdentity": "37ef2c19-3063-49e1-bb7b-8ec38da5ef24",
"ResourceIdentities": [
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
},
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "c7793e2c-4932-46d9-b4e6-8b0ebf3cc31f",
"ReadPermissionGroups": [
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
},
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
},
{
"Identity": "bb0406c1-f1ef-4404-a691-1a03835c2157",
"Name": "sample string 2"
}
],
"Identity": "aed8e59a-4637-440c-b644-d659be29f002",
"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">aed8e59a-4637-440c-b644-d659be29f002</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>bb0406c1-f1ef-4404-a691-1a03835c2157</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>bb0406c1-f1ef-4404-a691-1a03835c2157</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>bb0406c1-f1ef-4404-a691-1a03835c2157</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>bb0406c1-f1ef-4404-a691-1a03835c2157</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>37bff676-8502-45fb-a227-9039ab0d86a0</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>c7793e2c-4932-46d9-b4e6-8b0ebf3cc31f</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>bb0406c1-f1ef-4404-a691-1a03835c2157</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>bb0406c1-f1ef-4404-a691-1a03835c2157</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>37ef2c19-3063-49e1-bb7b-8ec38da5ef24</ResourceTypeIdentity>
</ResourceGroup>