GET api/categories

Gets the list of current categories, which can correspond to tags.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An array of categories, either serialized in JSON or XML.

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.