Introduction
This API allows you to retrieve detailed information about a specific roadmap by its ID.
GET https://api.featureos.app/api/v3/roadmaps/:id
Headers
Parameter | Default | Description | |
---|---|---|---|
API-KEY | - | Generate from organization settings on the admin dashboard. |
Path Parameters
Parameter | Required | Type | Description |
---|---|---|---|
id | true | Integer | The unique identifier of the roadmap to retrieve. |
Sample Response
{ "id": 179, "title": "New Roadmap", "slug": "new-roadmap", "description": "New Roadmap", "is_public": false, "status": "backlog", "icon": {}, "mode": "manual", "score_type": "rice", "score": null, "archived": false, "percentage": 0.0, "created_at": "2024-03-13T06:23:08.131Z", "kanban_view_group": "state", "start_date": "2024-03-13T06:23:00.000Z", "end_date": null, "user": { "id": 2, "name": "Admin", "profile_picture": { "url": null }, "confirmed": true, "is_admin_of_organization": true, "is_member_of_organization": true, "is_csm_of_organization": true, "is_interactor": true, "user_labels": [], "email": "Masked Email" }}