cURL
curl --request GET \ --url https://api.chift.eu/datastores \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "definition": { "columns": [ { "name": "<string>", "title": "<string>", "type": "<string>", "optional": false } ], "search_column": "<string>" }, "status": "active" } ]
Returns a list of datastores (active and inactive) available for your account
This access token needs to be included in each of your request to the Chift API.
active
inactive
Successful Response
Show child attributes
Column name that will be indexed and used in search if any.