POST api/resource/list
Request Information
URI Parameters
None.
Body Parameters
RequestResourceListModelName | Description | Type | Additional information |
---|---|---|---|
tagIds | Collection of globally unique identifier |
None. |
|
title | string |
None. |
|
keyword | string |
None. |
|
APIEndPoint | string |
None. |
|
ParentEntityId | globally unique identifier |
None. |
|
pageSize | integer |
None. |
|
pageNumber | integer |
None. |
|
SortBy | string |
None. |
|
SortOrderDescending | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "tagIds": [ "ac7fd820-c4f4-4b8d-8ee5-4de4ff54a604", "d636d3ce-49b5-4a63-aa0f-a7e55e31e8a3" ], "title": "sample string 1", "keyword": "sample string 2", "APIEndPoint": "sample string 3", "ParentEntityId": "6c83329e-deff-4741-8f53-ae870132c4da", "pageSize": 4, "pageNumber": 5, "SortBy": "sample string 6", "SortOrderDescending": true }
application/xml, text/xml
Sample:
<RequestResourceListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels"> <APIEndPoint>sample string 3</APIEndPoint> <ParentEntityId>6c83329e-deff-4741-8f53-ae870132c4da</ParentEntityId> <SortBy>sample string 6</SortBy> <SortOrderDescending>true</SortOrderDescending> <pageNumber>5</pageNumber> <pageSize>4</pageSize> <keyword>sample string 2</keyword> <tagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ac7fd820-c4f4-4b8d-8ee5-4de4ff54a604</d2p1:guid> <d2p1:guid>d636d3ce-49b5-4a63-aa0f-a7e55e31e8a3</d2p1:guid> </tagIds> <title>sample string 1</title> </RequestResourceListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.