Returns a hierarchical view of all categories as an array of Category Characteristics.
| 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. |
NOTE: Variables to place in the query string of the request.
| Parameter | Data Type | Valid Values | Required | Description |
|---|---|---|---|---|
| CategoryID | integer | positive number | YES | The GunBroker category ID to request characteristics for |
| ManufacturerID | integer | positive number | NO | The AppCo manufacturer ID to request characteristics for |
If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON
The following will be returned in an array.
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| Array of Category Characteristics | A array of CategoryCharacteristics |