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
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe ID of the pathway.
version_id
string
requiredThe ID of the version to retrieve. Use 0 for the live pathway.
Response
name
string
The name of the pathway version.
nodes
array of objects
Data about all the nodes in the pathway version.
edges
array of objects
Data about all the edges in the pathway version.
version_number
integer
The version number of this pathway version.
is_latest
boolean
Indicates whether this is the latest version of the pathway.