Pathway Versions
Get Pathway Versions
Retrieves all versions of a specific pathway, including version number, creation date, name, and latest status.
GET
/
v1
/
pathway
/
:pathway_id
/
versions
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe ID of the pathway for which to retrieve versions.
Response
id
string
The unique identifier of the pathway version.
version_number
integer
The version number of this pathway version.
created_at
string
The timestamp when this version was created.
name
string
The name of this pathway version.
is_latest
boolean
Indicates whether this is the latest version of the pathway.