Get the issue details for the provided issue identifier.
GET
/issues/{id}
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/issues/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 158,
"name": null,
"actionPlanId": null,
"periodId": 70,
"periodName": "Jun",
"year": "2020",
"subject": "15453 Close Issue AP",
"taskName": null,
"taskId": null,
"priority": "Medium",
"status": {
"id": "IN_PROGRESS",
"name": "In progress"
},
"inboxReceiver": {
"name": "Dan Longley",
"type": "U",
"email": "dalongley@DanDaMan.com",
"queueId": null
},
"logSid": 802,
"taskReference": "USR05272020091821426497",
"late": true
}