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": "62c3cc62-a0a5-47f9-b763-c2217dacb267",
"ResourceTypeIdentity": "fcbeae13-f5f6-4a58-abc1-2c6a92ad4075",
"ResourceIdentities": [
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
},
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "e24e849f-d0f3-4077-b473-c57d434d44d6",
"ReadPermissionGroups": [
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
},
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
},
{
"Identity": "fd60e668-8560-47d0-84d6-1b02dade46fb",
"Name": "sample string 2"
}
],
"Identity": "6632f711-1016-4f26-8333-98f750b4a607",
"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">6632f711-1016-4f26-8333-98f750b4a607</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>fd60e668-8560-47d0-84d6-1b02dade46fb</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>fd60e668-8560-47d0-84d6-1b02dade46fb</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>fd60e668-8560-47d0-84d6-1b02dade46fb</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>fd60e668-8560-47d0-84d6-1b02dade46fb</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>62c3cc62-a0a5-47f9-b763-c2217dacb267</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>e24e849f-d0f3-4077-b473-c57d434d44d6</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d2p1:NamedObject>
<d2p1:Identity>fd60e668-8560-47d0-84d6-1b02dade46fb</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
<d2p1:NamedObject>
<d2p1:Identity>fd60e668-8560-47d0-84d6-1b02dade46fb</d2p1:Identity>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>fcbeae13-f5f6-4a58-abc1-2c6a92ad4075</ResourceTypeIdentity>
</ResourceGroup>