Skip to content
GET/roadmaps/{roadmapId}

Get a roadmap

Get a single roadmap by ID

Parameters

NameInTypeDescription
roadmapIdrequiredpathstringRoadmap ID

Response

Roadmap details

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
slugrequiredstringURL-friendly identifier
descriptionrequiredstring | null
isPublicrequiredbooleanWhether the roadmap is publicly visible
positionrequirednumberDisplay order
createdAtrequiredstringISO 8601 timestamp

Errors

401Unauthorized
404Roadmap not found

Example request

curl \
  "https://feedback.quackback.io/api/v1/roadmaps/:roadmapId" \
  -H "Authorization: Bearer qb_your_api_key_here"