Pathway Versions
Get Specific Pathway Version
Retrieves a specific version of a pathway, including its name, nodes, edges, version number, and latest status.
GET
/
v1
/
pathway
/
{pathway_id}
/
version
/
{version_id}
Headers
Your API key for authentication.
Path Parameters
The ID of the pathway.
The ID of the version to retrieve. Use 0 for the live pathway.
Response
The name of the pathway version.
Data about all the nodes in the pathway version.
Data about all the edges in the pathway version.
The version number of this pathway version.
Indicates whether this is the latest version of the pathway.