English
cURL
curl --request GET \ --url https://app.azalt.co/api/v1/datasets/{datasetId}/items \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "items": [ { "id": "<string>", "name": "<string>", "description": "<string>", "link": "<string>", "year": 123, "tags": [ "<string>" ], "data": "<unknown>" } ], "pagination": { "total": 123, "limit": 123, "offset": 123 } }
Get all coefficient values for a specific dataset, plus the dataset details.
What you get:
Common uses:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
x >= 0
Successful response
Show child attributes