See the API's various operations for details on their request parameters and response data:
You can also run this API with a Postman collection.
Operation | Method | Endpoint |
---|---|---|
Datastream 2 configuration | ||
List data set fields | GET | /datasets-fields |
List groups | GET | /groups |
List properties by group | GET | /groups/{groupId}/properties |
List streams | GET | /streams |
Create a stream | POST | /streams |
Delete a stream | DELETE | /streams/{streamId} |
Get a stream | GET | /streams/{streamId} |
Edit a stream | PUT | /streams/{streamId} |
Patch a stream | PATCH | /streams/{streamId} |
Activate a stream | POST | /streams/{streamId}/activate |
View activation history | GET | /streams/{streamId}/activationHistory |
Deactivate a stream | POST | /streams/{streamId}/deactivate |
View history | GET | /streams/{streamId}/history |