GET api/suppliers/topSearchWords/{amountWords}
Get Top Search Words
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| amountWords | Amount Of Words | integer | Required | 
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
            Sample:
[ "sample string 1", "sample string 2" ]
