Returns item suggestions based on term and category
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 | Description |
---|---|---|---|
term | string | any string | User Name |
category ID | int | positive # | The CategoryID of the item |
If there are no errors with the input parameters, this call will respond with a 200 OK
and a JSON array of the following
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
Value | string | An item name | Item name |
Contexts | string | Array of strings | An array of strings representing category of the item |