ckanaction

format_autocomplete

Return a list of resource formats whose names contain a string.

POST
format_autocomplete
Authorization<token>

CKAN API token

In: header

q?string

the string to search for

limit?integer

the maximum number of resource formats to return (default: 5)

curl -X POST "http://localhost:5000/api/3/action/format_autocomplete" \  -H "Content-Type: application/json" \  -d '{}'