Tricht Data
These endpoints are dedicated to list collection.
Ticket
Retrieve collections.
HTTP Request
Request type
GET
Endpoint
https://api.datenly.com/api/trichtdata/collections?uuid=<UUID>&collector=<COLLECTOR>
Parameters
Parameter | Type | Description |
---|---|---|
UUID | String | Collection uuid |
COLLECTOR | String | Collector uuid Find list of collectors |
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Boolean | Processing status of your request |
collections | Array | List collections |
collections.$.uuid | String | Collection uuid |
collections.$.status | String | Collection status (pending,terminated,canceled) |
collections.$.collector | Object | Collector name and uuid |
collections.$.input | Object | Your entry data as described in the collectors list |
collections.$.data | Object | Result data as described in the collectors list |
collections.$.time | String | Request timestamp |
Example
Request
curl 'https://api.datenly.com/api/trichtdata/collections?uuid=<UUID>&collector=<COLLECTOR>' \
-H "Authorization: <token>"