Find all Tags that match, fully or partially
POST {{baseUrl}}/api/Tag/Search?skip=<integer>&take=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
skip | string | The number of records to skip. Default = 0. | |
take | string | The number of records to take. Default = 10. |
Request Body
{"search"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"list":[{"id":"\u003cinteger\u003e","tagName":"\u003cstring\u003e","tagGroupName":"\u003cstring\u003e","contactsByTagUrl":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","tagName":"\u003cstring\u003e","tagGroupName":"\u003cstring\u003e","contactsByTagUrl":"\u003cstring\u003e"}],"total":"\u003cinteger\u003e"}