GET
/roadmapsList roadmaps
Returns all roadmaps in the workspace
Response
List of roadmaps
Returns an array of objects:
| Field | Type | Description |
|---|---|---|
idrequired | string | TypeID - a type-prefixed UUID |
namerequired | string | |
slugrequired | string | URL-friendly identifier |
descriptionrequired | string | null | |
isPublicrequired | boolean | Whether the roadmap is publicly visible |
positionrequired | number | Display order |
createdAtrequired | string | ISO 8601 timestamp |
meta
| Field | Type | Description |
|---|---|---|
paginationrequired | object |
Errors
401UnauthorizedExample request
curl \
"https://feedback.quackback.io/api/v1/roadmaps" \
-H "Authorization: Bearer qb_your_api_key_here"