GET api/ResourceTypes/{resourceTypeIdentity}/ResourceGroups?pageNumber={pageNumber}&itemsPerPage={itemsPerPage}&query={query}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceTypeIdentity | string |
Required |
|
| pageNumber | integer |
Default value is 1 |
|
| itemsPerPage | integer |
Default value is 10 |
|
| query | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
PaginatedResultsOfResourceGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPages | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| Results | Collection of ResourceGroup |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPages": 1,
"CurrentPage": 2,
"Results": [
{
"Description": "sample string 1",
"BookingTypeIdentities": "cbd43a23-10ee-46a3-a3f2-4c5c2f5a2e08",
"ResourceTypeIdentity": "fe84ba1b-7916-418c-a694-68a9adaeed24",
"ResourceIdentities": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "9e09161a-6c42-4696-b9a5-67895eb46484",
"ReadPermissionGroups": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"Identity": "f7079577-e40e-49e8-a39f-fece19ce82d0",
"Name": "sample string 6"
},
{
"Description": "sample string 1",
"BookingTypeIdentities": "cbd43a23-10ee-46a3-a3f2-4c5c2f5a2e08",
"ResourceTypeIdentity": "fe84ba1b-7916-418c-a694-68a9adaeed24",
"ResourceIdentities": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"CanEdit": true,
"ExternalApplicationIdentity": "9e09161a-6c42-4696-b9a5-67895eb46484",
"ReadPermissionGroups": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"WritePermissionGroups": [
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
},
{
"Identity": "96bd1133-0403-46e9-9d69-1c933437df20",
"Name": "sample string 2"
}
],
"Identity": "f7079577-e40e-49e8-a39f-fece19ce82d0",
"Name": "sample string 6"
}
],
"Count": 3
}
application/xml, text/xml
Sample:
<PaginatedResultsOfResourceGroupqMSKJDOU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<Count>3</Count>
<CurrentPage>2</CurrentPage>
<Results>
<ResourceGroup>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">f7079577-e40e-49e8-a39f-fece19ce82d0</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 6</Name>
<ReadPermissionGroups xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ReadPermissionGroups>
<WritePermissionGroups xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>cbd43a23-10ee-46a3-a3f2-4c5c2f5a2e08</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>9e09161a-6c42-4696-b9a5-67895eb46484</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>fe84ba1b-7916-418c-a694-68a9adaeed24</ResourceTypeIdentity>
</ResourceGroup>
<ResourceGroup>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">f7079577-e40e-49e8-a39f-fece19ce82d0</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 6</Name>
<ReadPermissionGroups xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ReadPermissionGroups>
<WritePermissionGroups xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</WritePermissionGroups>
<BookingTypeIdentities>cbd43a23-10ee-46a3-a3f2-4c5c2f5a2e08</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 1</Description>
<ExternalApplicationIdentity>9e09161a-6c42-4696-b9a5-67895eb46484</ExternalApplicationIdentity>
<ResourceIdentities xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>96bd1133-0403-46e9-9d69-1c933437df20</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ResourceIdentities>
<ResourceTypeIdentity>fe84ba1b-7916-418c-a694-68a9adaeed24</ResourceTypeIdentity>
</ResourceGroup>
</Results>
<TotalPages>1</TotalPages>
</PaginatedResultsOfResourceGroupqMSKJDOU>