Get tags by document

Retrieves all the tags of a selected document

GET /documents/tags/{ID}

Arguments

Name (bold if mandatory) Type Comments Default
id Number Document ID None, mandatory

Response

If successful, a structure listing values is returned:

Property Type Description
Value String List (array) of all tags

Sample Calls


GET /documents/tags/{ID} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer -generated from accounts/token method.

Sample response (prettified for display here)

["String content"]