The base URL for all endpoints is always: https://YOUR_STACK.datatap.adverity.com/
Example URL for Datastreams endpoint: https://YOUR_STACK.datatap.adverity.com/api/datastreams/
Example URL for Jobs endpoint: https://YOUR_STACK.datatap.adverity.com/api/jobs/
FILTERING & ORDERING
All GET endpoint results can be filtered on certain parameters, e.g. Datastream or Organization (Stack), by including the ID parameter. Results can also be ordered (sorted), e.g. by date or ID. If a page returns multiple results, the parameter page_size can be included to limit the amount of results.
Example:
will return a list of jobs, limited to 10 entries, filtered by a certain organization and sorted by Job ID.
LIST OF ENDPOINTS
Endpoint | Endpoint URL | Valid Operations |
---|---|---|
Columns | api/columns/ | GET, PATCH |
Connection Types | api/connection-types/ | GET, HEAD, OPTIONS |
Datastream Types | api/datastream-types/ | GET, HEAD, OPTIONS |
Datastreams | api/datastreams/ | GET, HEAD, OPTIONS |
Errors | api/errors/ | GET, HEAD, OPTIONS |
Extracts | api/extracts/ | GET, HEAD, OPTIONS |
Jobs | api/jobs/ | GET, HEAD, OPTIONS |
Mapping Tables | api/mapping-tables/ | GET, POST, HEAD, OPTIONS |
SQL Targets | api/targets/ | GET, POST, HEAD, OPTIONS |
Stacks | api/stacks/ | GET, POST, HEAD, OPTIONS |
Storage | api/storage/ | GET, POST, HEAD, OPTIONS |
Target Columns | api/target-columns | GET, POST, HEAD, OPTIONS |
Target Types | api/target-types/ | GET, HEAD, OPTIONS |
Tasks | api/tasks/ | GET, HEAD, OPTIONS |
Token Info | api/token/info | GET |
Transformer | api/transformer/ | GET, POST, DELETE, PATCH HEAD, OPTIONS |
Value Tables | api/value-tables/ | GET, POST, HEAD, OPTIONS |
Comments
0 comments
Article is closed for comments.