/Categories/{categoryID} GET

This returns all the information on a single category.

URL
/Categories/{categoryID}
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string Optional The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the query string of the request.

None

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON

Parameter Data Type Valid Values Description
CategoryID integer positive # id belonging to category
CategoryName string string The name of the category
CanContainItems boolean true/false Can this category contain items?
Description string string A description of the category
Category Path Category Path Category Path The Category Path of the current category. i.e. Bread Crumbs
SubCategories SubCategory [] SubCategoryInfos [] An arrray of SubCategoryInfo objects

Links

Rel Description Condition
search Search by this category