curl --location --request GET 'https://api.triowfs.com/trio/Timecard/3bc4a504-0e4f-4abf-8837-7c7fe5bea846/reviews/098c3792-5f15-4f42-4a0e-08de59d3abb2' \
--header 'X-API-Key: <api-key>'{
"Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
"TimecardId": "7464bc4f-8fc9-4db4-b757-53888a4387db",
"ExternalId": "string",
"ReviewedOn": "2019-08-24T14:15:22.123Z",
"ReviewedBy": {
"id": "string",
"name": "string"
},
"Status": "InQueue",
"Steps": [
{
"name": "string",
"status": "NotStarted",
"tasks": [
{
"name": "string",
"status": "NotStarted",
"keyFindings": [
{
"title": "string",
"content": [
"string"
]
}
]
}
]
}
]
}