Get Roadmap Item Detail
Single item detail, for both official items and suggestions. 404 if the item doesn't exist, or is a rejected/withdrawn suggestion.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
item_id*Item Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/roadmap/items/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "title": "string", "description": "string", "status": "under_consideration", "body": "string", "submitted_by": "string", "is_mine": false, "net_score": 0, "upvotes": 0, "downvotes": 0, "my_vote": 1}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}