GET
/roadmaps/{roadmapId}Get a roadmap
Get a single roadmap by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
roadmapIdrequired | path | string | Roadmap ID |
Response
Roadmap details
| 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 |
Errors
401Unauthorized404Roadmap not foundExample request
curl \
"https://feedback.quackback.io/api/v1/roadmaps/:roadmapId" \
-H "Authorization: Bearer qb_your_api_key_here"