format_autocomplete
Return a list of resource formats whose names contain a string.
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 '{}'