HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Can Time card flag comments be seen by the API

Looking to get the time card commetns. I can only see if a time card is flagged

Here's my Code and response:

Post https://az-am-ent-f7.corrigo.com/api/v1/query/TimeCard?=

{
"QueryExpression":
{ "Criteria": {
"Conditions": [
{
"PropertyName": "Employee.Id",
"Operator": "Equal",
"Values": ["369"]
},
{
"PropertyName": "WeekStartDate",
"Operator": "Equal",
"Values": ["2025-03-16"]
},
],

},
}
}


Response:

{"Entities": [{"Data": {
"WeekStartDate": "2025-03-16T00:00:00",
"Employee": {"Id": 369},
"Flagged": 2,
"StatusId": "Pending",
"Week": {"Id": 739325},
"ConcurrencyId": 3,
"Id": 76783
}}]}

Time card shows flagged But no commet. In Corrigo I can see the comment