Application Architecture
This section covers all the different taxonomy or hierarchy using which the brand can be browsed.
GET/api/v1/brand
Get Brands
This endpoint is used to get Brand details
Request Parameters
NA - No request parameters required for this endpoint
| Name | Type | Description |
|---|---|---|
| result | object | Contains the Brand object with all details |
| result.id | int | Brand id |
| result.name | string | Brand name |
| result.description | string | Description of the Brand. |
| result.iId | int | iId of the Brand. |