POST POS/v3.1/Tags/Search Try Now

Get Tags

Request Information

URI Parameters

None.

Body Parameters

Tag Search Request

NameDescriptionTypeAdditional information
KeyWord
Keyword to Search Tags
string
None.
OrderBy
Sets the order by.(Note: Please use column Name Given in Response only,Don't use "Page" or "ItemsPerPage").
string
None.
SortOrder
The SortOrder i.e. "ASC" or "DESC"
string
None.
DateUpdated
Set Date Updated you can use either Date Updated Or UpdatedSince.
date
None.
UpdatedSince
Set From Date and To Date value. Return result for between date , From Date And To Date.
DateValue
None.
Page
Sets the page.
integer
None.
ItemsPerPage
Sets the items per page.
integer
None.

Request Formats

application/json, text/json

Sample:
{
  "KeyWord": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-04-04T00:23",
  "UpdatedSince": {
    "FromDate": "2024-04-04T00:23",
    "ToDate": "2024-04-04T00:24",
    "FilterByTime": true
  },
  "Page": 5,
  "ItemsPerPage": 6
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
Items
Collection of string
None.
Pagination
PaginationResponse
None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    ""
  ],
  "Pagination": {
    "TotalResults": 1,
    "TotalPages": 2,
    "CurrentPage": 3
  }
}