@@ -51,8 +51,8 @@ This endpoint can return a full list of categories names or a categories with al
51
51
52
52
The following parameters can be used to filter the data:
53
53
54
- - ` category ` (` required ` ): A comma-separated string representing the category name(s).
55
- - ` onlyname ` (optional): A string 'true' or 'false' .
54
+ - ` category ` (optional ): A comma-separated string representing the category name(s).
55
+ - ` onlyname ` (optional): No value required. If present, only the category names will be returned .
56
56
57
57
#### Response
58
58
@@ -245,18 +245,16 @@ Returns a JSON object with the following schema:
245
245
246
246
The following parameters can be used to filter the data:
247
247
248
- - ` technology ` (` required ` ): A comma-separated string representing the technology name(s).
249
- - ` start ` (optional): A string representing the start date in the format ` YYYY-MM-DD ` .
250
- - ` end ` (optional): A string representing the end date in the format ` YYYY-MM-DD ` .
251
- - ` geo ` (optional): A string representing the geographic location.
252
- - ` rank ` (optional): An string representing the rank.
248
+ - ` client ` (optional): A string with the client: ` mobile ` or ` desktop ` .
249
+ - ` technology ` (optional): A comma-separated string representing the technology name(s) or ` ALL ` .
253
250
- ` category ` (optional): A comma-separated string representing the category name(s).
251
+ - ` onlyname ` (optional): No value required. If present, only the technology names will be returned.
254
252
255
253
#### Response
256
254
257
255
``` bash
258
256
curl --request GET \
259
- --url ' https://{{HOST}}/v1/technologies?start=2022-02-01&end=2022-04-01& category=Live%20chat%2C%20blog&technology=Smartsupp&client=mobile'
257
+ --url ' https://{{HOST}}/v1/technologies?category=Live%20chat%2C%20blog&technology=Smartsupp&client=mobile'
260
258
```
261
259
262
260
Returns a JSON object with the following schema:
0 commit comments