GET api/Files/{id}/Tags
Returns the set of tag strings for the file.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of file. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the set of tag strings for the file.
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]