GET api/ResourceTypes/{resourceTypeIdentity}/Resources?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
PaginatedResultsOfResourceSearchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPages | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| Results | Collection of ResourceSearchResult |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPages": 1,
"CurrentPage": 2,
"Results": [
{
"BookingTypeIdentities": [
"295089a1-26f4-4189-9c83-bb3e6c6d093f",
"e7f06e19-f579-41a1-8b22-de47f330ed34"
],
"ResourceTypeIdentity": "6d750255-b030-4b3a-be71-fbd885774044",
"ResourceTypeName": "sample string 2",
"ResourceOwners": [
{
"Identity": "c90d4377-96d8-4cdd-bfaa-1769997cc531",
"Name": "sample string 2"
},
{
"Identity": "c90d4377-96d8-4cdd-bfaa-1769997cc531",
"Name": "sample string 2"
}
],
"Description": "sample string 3",
"CanEdit": true,
"ImageUri": "http://webapihelppage5.com",
"Identity": "bb52bee1-03e3-4be7-8d52-6960496a823e",
"Name": "sample string 7"
},
{
"BookingTypeIdentities": [
"295089a1-26f4-4189-9c83-bb3e6c6d093f",
"e7f06e19-f579-41a1-8b22-de47f330ed34"
],
"ResourceTypeIdentity": "6d750255-b030-4b3a-be71-fbd885774044",
"ResourceTypeName": "sample string 2",
"ResourceOwners": [
{
"Identity": "c90d4377-96d8-4cdd-bfaa-1769997cc531",
"Name": "sample string 2"
},
{
"Identity": "c90d4377-96d8-4cdd-bfaa-1769997cc531",
"Name": "sample string 2"
}
],
"Description": "sample string 3",
"CanEdit": true,
"ImageUri": "http://webapihelppage5.com",
"Identity": "bb52bee1-03e3-4be7-8d52-6960496a823e",
"Name": "sample string 7"
}
],
"Count": 3
}
application/xml, text/xml
Sample:
<PaginatedResultsOfResourceSearchResultqMSKJDOU 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>
<ResourceSearchResult>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">bb52bee1-03e3-4be7-8d52-6960496a823e</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name>
<BookingTypeIdentities xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>295089a1-26f4-4189-9c83-bb3e6c6d093f</d4p1:guid>
<d4p1:guid>e7f06e19-f579-41a1-8b22-de47f330ed34</d4p1:guid>
</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 3</Description>
<ImageUri>http://webapihelppage5.com/</ImageUri>
<ResourceOwners xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>c90d4377-96d8-4cdd-bfaa-1769997cc531</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>c90d4377-96d8-4cdd-bfaa-1769997cc531</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ResourceOwners>
<ResourceTypeIdentity>6d750255-b030-4b3a-be71-fbd885774044</ResourceTypeIdentity>
<ResourceTypeName>sample string 2</ResourceTypeName>
</ResourceSearchResult>
<ResourceSearchResult>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">bb52bee1-03e3-4be7-8d52-6960496a823e</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name>
<BookingTypeIdentities xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>295089a1-26f4-4189-9c83-bb3e6c6d093f</d4p1:guid>
<d4p1:guid>e7f06e19-f579-41a1-8b22-de47f330ed34</d4p1:guid>
</BookingTypeIdentities>
<CanEdit>true</CanEdit>
<Description>sample string 3</Description>
<ImageUri>http://webapihelppage5.com/</ImageUri>
<ResourceOwners xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>c90d4377-96d8-4cdd-bfaa-1769997cc531</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>c90d4377-96d8-4cdd-bfaa-1769997cc531</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ResourceOwners>
<ResourceTypeIdentity>6d750255-b030-4b3a-be71-fbd885774044</ResourceTypeIdentity>
<ResourceTypeName>sample string 2</ResourceTypeName>
</ResourceSearchResult>
</Results>
<TotalPages>1</TotalPages>
</PaginatedResultsOfResourceSearchResultqMSKJDOU>