GET api/v1/categories/{categoryId}/subcategories/{subcategoryId}
Endpoint that gets information of a specific subcategory based on the category and subcategory Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
Required |
|
| subcategoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.