Parameters
| Name | Description |
|---|---|
| applicationid:int* required integer (path) |
ID of the application you want to work with. |
| userid:int * required integer (query) |
ID of the user. |
Responses | Example Value
[
{
"accumulatorTypeId": 0,
"id": 0,
"timestamp": "string",
"userId": 0,
"value": 0
}
]
Parameters
| Name | Description |
|---|---|
| applicationid:long * required integer (path) |
ID of the application you want to work with. |
| userid:int * required integer (path) |
ID of the user. |
| accumulatorid:long * required integer (path) |
Accumulatorid of the Accumulator you want to work with. |
| Timestamp string (query) |
Returns an accumulator value at this specific timestamp (As defined by date-time - RFC3339) Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.work with. |
Responses | Example Value
{
"accumulatorTypeId": 0,
"id": 0,
"timestamp": "string",
"userId": 0,
"value": 0
}
Parameters
| Name | Description |
|---|---|
| applicationid:long * required integer (path) |
ID of the application you want to work with. |
| FromIndex integer (query) |
The starting index of the page (exclusive) |
| PageSize integer (query) |
The size of the page |
Responses | Example Value
[
{
"accumulatorTypeId": 0,
"id": 0,
"timestamp": "string",
"userId": 0,
"value": 0
}
]
Parameters
| Name | Description |
|---|---|
| applicationid:long * required integer (path) |
ID of the application you want to work with. |
| accumulatorid:long * required integer (path) |
Accumulatorid of the Accumulator you want to work with. |
| Timestamp string (query) |
Returns an accumulator value at this specific timestamp (As defined by date-time - RFC3339) Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.work with. |
Responses | Example Value
{
"accumulatorTypeId": 0,
"id": 0,
"timestamp": "string",
"userId": 0,
"value": 0
}
Parameters
| Name | Description |
|---|---|
| applicationid:long * required integer (path) |
ID of the application you want to work with. |
Responses | Example Value
[
{
"applicationId": 0,
"description": "string",
"id": 0,
"name": "string"
}
]