Document toolboxDocument toolbox

API - Querying a Single Roadmap

Query on the properties and contents of a specific Roadmap based on roadmapID. Roadmap queries include a wide array of information including all of the following data which may be present on the roadmap:

  • Items

  • Milestones

  • Fields

Sample Query

Objective with query:

  • narrowing down the roadmap by it's specific ID and finding the title and when it's been updated last

  • pulling field and item information associated with the roadmap

image-20240618-142101.png

Sample Response

image-20240618-142119.png

Note: lastUpdatedOn returns the number of milliseconds since Unix Epoch (Jan 1, 1970).

 

Open GraphQL Playground