get https://{defaultHost}/api/v2/roadmaps
Returns a list of all Roadmaps accessible by the authenticated user. By default, it does not return versions. You can change this behavior by modifying the filtering (q
) parameter.
Responses
Returns a list of all Roadmaps accessible by the authenticated user. By default, it does not return versions. You can change this behavior by modifying the filtering (q
) parameter.
xxxxxxxxxx
curl --request GET \
--url 'https://app.productplan.com/api/v2/roadmaps?page=1&page_size=200&exclude_shared=false&edit_only=false' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: