curl --request GET \
--url https://app.synkrony.ai/api/v1/epics/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"project_id": 123,
"custom_class": "<string>",
"name": "<string>",
"progress": 123,
"order": 123,
"description": "<string>",
"start": "<string>",
"end": "<string>",
"dependencies": [
"<string>"
]
},
"epic": {
"id": 123,
"project_id": 123,
"custom_class": "<string>",
"name": "<string>",
"progress": 123,
"order": 123,
"description": "<string>",
"start": "<string>",
"end": "<string>",
"dependencies": [
"<string>"
]
}
}curl --request GET \
--url https://app.synkrony.ai/api/v1/epics/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"project_id": 123,
"custom_class": "<string>",
"name": "<string>",
"progress": 123,
"order": 123,
"description": "<string>",
"start": "<string>",
"end": "<string>",
"dependencies": [
"<string>"
]
},
"epic": {
"id": 123,
"project_id": 123,
"custom_class": "<string>",
"name": "<string>",
"progress": 123,
"order": 123,
"description": "<string>",
"start": "<string>",
"end": "<string>",
"dependencies": [
"<string>"
]
}
}