curl --request GET \
--url https://api.zenskar.com/plans/{plan_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "draft",
"schedule": {
"duration": "<string>",
"start_offset": "P0D",
"trigger_type": "time_based"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"phases": [],
"plan_version": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"old_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"new_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"parent_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version_number": 123,
"diff": {
"additions": [
"<unknown>"
],
"deletions": [
"<unknown>"
],
"updates": [
"<unknown>"
]
}
}
}Retrieve a specific plan by its ID
curl --request GET \
--url https://api.zenskar.com/plans/{plan_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "draft",
"schedule": {
"duration": "<string>",
"start_offset": "P0D",
"trigger_type": "time_based"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"phases": [],
"plan_version": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"old_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"new_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"parent_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version_number": 123,
"diff": {
"additions": [
"<unknown>"
],
"deletions": [
"<unknown>"
],
"updates": [
"<unknown>"
]
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Plan ID
Plan name
Plan Status
draft, active Schedule of the plan
Show child attributes
Plan created at
Plan updated at
Product Description
Plan Phases
Show child attributes
Plan Version
Show child attributes