GET api/Categories/{clientid}
Returns a list of categories
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CategoryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| category_id |
Category Id |
integer |
None. |
| category_name |
Category Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"category_id": 1,
"category_name": "sample string 2"
},
{
"category_id": 1,
"category_name": "sample string 2"
}
]