POST POS/v3.1/Tags/Search Try Now
Get Tags
Request Information
URI Parameters
None.
Body Parameters
Tag Search Request
| Name | Description | Type | Additional 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": "2025-11-27T22:24",
"UpdatedSince": {
"FromDate": "2025-11-27T22:24",
"ToDate": "2025-11-27T22:25",
"FilterByTime": true
},
"Page": 5,
"ItemsPerPage": 6
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of string |
None.
|
|
| Pagination | PaginationResponse |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": [
""
],
"Pagination": {
"TotalResults": 1,
"TotalPages": 2,
"CurrentPage": 3
}
}