@@ -51,8 +51,8 @@ This endpoint can return a full list of categories names or a categories with al
5151
5252The following parameters can be used to filter the data:
5353
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 .
5656
5757#### Response
5858
@@ -245,18 +245,16 @@ Returns a JSON object with the following schema:
245245
246246The following parameters can be used to filter the data:
247247
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 ` .
253250- ` 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.
254252
255253#### Response
256254
257255``` bash
258256curl --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'
260258```
261259
262260Returns a JSON object with the following schema:
0 commit comments