GET api/Files/{id}/Tags

Returns the set of tag strings for the file.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]