Error
A valid request URL is required to generate request examples{
"posts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"body": "<string>",
"status": "open",
"votes": 123,
"voted": true,
"created_at": "2023-11-07T05:31:56Z"
}
],
"statuses": [
"<string>"
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Feedback
My roadmap board
The same board GET /v1/roadmap/{publishable_key} carries, plus one field: whether this person voted for each post. That is the only difference between the two queries, which is what keeps the weight out of both as the module grows.
It needs a verified session. Unlike the changelog’s read, the reason is not what the answer reveals — this board is public — it is the writes that sit beside it: a vote is a row your roadmap ranking is built from, and an unverified identified session is an assertion anybody who knows an external_id can make from a browser. An anonymous session may read and is refused both writes.
Bounded to 500 posts.
GET
/
v1
/
contact
/
feedback
Error
A valid request URL is required to generate request examples{
"posts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"body": "<string>",
"status": "open",
"votes": 123,
"voted": true,
"created_at": "2023-11-07T05:31:56Z"
}
],
"statuses": [
"<string>"
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}