Get Tags for a Contact

GET {{baseUrl}}/api/ContactTag/ByContact/:contactId?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;contactTagId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tagId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactsByTagUrl&quot;:&quot;\u003cstring\u003e&quot;},{&quot;contactTagId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tagId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactsByTagUrl&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}