Get all Tags

GET {{baseUrl}}/api/Tag?skip=<integer>&take=<integer>

Request Params

KeyDatatypeRequiredDescription
skipstringThe number of records to skip. Default = 0.
takestringThe number of records to take. Default = 10.

RESPONSES

status: OK

{&quot;list&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tagName&quot;:&quot;\u003cstring\u003e&quot;,&quot;tagGroupName&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactsByTagUrl&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tagName&quot;:&quot;\u003cstring\u003e&quot;,&quot;tagGroupName&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactsByTagUrl&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}