Get streaks
Get user streaks.
Query Parameters
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$
The date after which any streaks would be returned (inclusive)
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$
The date before which any streaks would be returned (inclusive)
Possible values: [QURAN
]
The type of the streak
Possible values: [asc
, desc
]
Default value: desc
The sorting order of orderBy
field
Possible values: [startDate
, days
]
Default value: startDate
Which field to order the streaks by
Possible values: [ACTIVE
, BROKEN
]
The status of the streak.
Possible values: >= 1
and <= 20
The number of items to be fetched. Should be used together with before
Possible values: >= 1
and <= 20
The number of items to be fetched.
The cursor after which you want to get the next page of items. Should be used together with first
The cursor before which the previous page of items will be fetched. Should be used together with last
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
- 502
- 503
- 504
Request has been handled successfully.
Schema
- Array [
- ]
data object[]
The id of the streak.
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$
The date of the streak.
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$
The date of the streak.
Possible values: [ACTIVE
, BROKEN
]
The status of the streak.
The number of days the streak is/was active for.
pagination object
{
"success": true,
"data": [
{
"id": "cm2x3p3hf000f96s0huxd8d94",
"startDate": "2023-09-01",
"endDate": "2023-09-31",
"status": "ACTIVE",
"days": 5
}
],
"pagination": {
"startCursor": "cm2x3p30a000296s04p4macu2",
"endCursor": "cm2x3p30b000396s0gmbmfpa7",
"hasNextPage": true,
"hasPreviousPage": false
}
}
The request is missing required parameters or is invalid.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The request is missing required headers or is invalid",
"type": "invalid_request",
"success": false
}
The request is unauthorized.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The request requires user authentication",
"type": "unauthorized",
"success": false
}
Forbidden error. Can either be due to access token not being passed, having been expired or the caller trying to access a resource without enough permissions.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The server understood the request, but refuses to authorize it",
"type": "forbidden",
"success": false
}
Not Found. The resource being accessed does not exist.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The requested resource could not be found",
"type": "not_found",
"success": false
}
Validation Error. The request includes one or more invalid params. Please check the request params and try again.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The request was well-formed but was unable to be followed due to semantic errors",
"type": "unprocessable_entity",
"success": false
}
Too many requests, please try again later.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "Too many requests, please try again later",
"type": "rate_limit_exceeded",
"success": false
}
Server Error. Something went wrong, try again later.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The server encountered an internal error and was unable to complete your request",
"type": "internal_server_error",
"success": false
}
Invalid response from the upstream server
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The server was acting as a gateway or proxy and received an invalid response from the upstream server",
"type": "bad_gateway",
"success": false
}
The server is currently unable to handle the request due to a temporary overload or scheduled maintenance
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The server is currently unable to handle the request due to a temporary overload or scheduled maintenance",
"type": "service_unavailable",
"success": false
}
The server did not receive a timely response from the upstream server.
Schema
{
"message": "string",
"type": "gateway_timeout",
"success": false
}
{
"message": "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server",
"type": "gateway_timeout",
"success": false
}