Series
Path parameters
keystringRequired
integration key of resource
Body
Can either be a single time point, omitting timestamp field is allowed as it will be replaced with now() - or a series of multiple time points
or
Responses
202
The time points have been accepted
post/series/{key}
POST /api/series/{key} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"timestamp": 1,
"value": 1
}202
The time points have been accepted
No content
Last updated
Was this helpful?