Roadmap by Url

Get roadmap by Url

GET
/roadmaps/{url}

Path Parameters

urlstring

Roadmap slug

Response Body

curl -X GET "http://localhost:8000/api/v1/roadmaps/string"
{
  "roadmap": {
    "id": {},
    "name": {},
    "url": {},
    "color": {}
  }
}
{
  "message": "Roadmap not found",
  "code": "ROADMAP_ID_OR_URL_MISSING"
}
{
  "message": "Something went wrong!",
  "code": "SERVER_ERROR"
}