Get roadmap
Retrieve the public roadmap with posts grouped by status.
Authorization
bearerAuth AuthorizationBearer <token>
API key with sk_live_ or sk_test_ prefix. Create keys in your workspace settings.
In: header
Query Parameters
sortBy?string
Sort posts within each status
Value in
"votes" | "recent"statusId?string
Filter by status ID
page?integer
Page number
limit?integer
Results per page
Response Body
application/json
application/json
application/json
curl -X GET "https://app.fdback.io/api/v1/roadmap"{
"data": {
"columns": [
{
"id": "string",
"name": "string",
"color": "string",
"posts": [
{
"id": "string",
"title": "string",
"description": {},
"descriptionHtml": "string",
"postTypeId": "string",
"statusId": "string",
"votesCount": 0,
"commentsCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}
]
}
}{
"error": {
"code": "UNAUTHORIZED",
"message": "Invalid API key.",
"status": 401
}
}{
"error": {
"code": "RATE_LIMITED",
"message": "Too many requests. Please try again later.",
"status": 429
}
}