/api/card
GET /api/card/{card-id}/params/{param-key}/search/{query}
Fetch possible values of the parameter whose ID is :param-key that contain :query.
;; fetch values for Card 1 parameter 'abc' that contain 'Orange';
GET /api/queries/1/params/abc/search/Orange
Currently limited to first 1000 results.
get/api/card/{card-id}/params/{param-key}/search/{query}
Path parameters
card-idinteger required
value must be an integer greater than zero.
param-keystring required
querystring required
Response
Successful response
Changes
Changed in 1 of the 13 revisions of this API.1
- ○
api operation id
get-api-card-card-id-params-param-key-search-querywas addedapi-operation-id-added
This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○