POST api/resource/listtags

Request Information

URI Parameters

None.

Body Parameters

RequestTagListModel
NameDescriptionTypeAdditional information
tagType

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:
{
  "tagType": "sample string 1",
  "APIEndPoint": "sample string 2",
  "ParentEntityId": "bbfdabdd-719b-4f71-9af9-0dc2b5ea49e5",
  "pageSize": 3,
  "pageNumber": 4,
  "SortBy": "sample string 5",
  "SortOrderDescending": true
}

application/xml, text/xml

Sample:
<RequestTagListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels">
  <APIEndPoint>sample string 2</APIEndPoint>
  <ParentEntityId>bbfdabdd-719b-4f71-9af9-0dc2b5ea49e5</ParentEntityId>
  <SortBy>sample string 5</SortBy>
  <SortOrderDescending>true</SortOrderDescending>
  <pageNumber>4</pageNumber>
  <pageSize>3</pageSize>
  <tagType>sample string 1</tagType>
</RequestTagListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.