Hello,
i need to retrieve with the timelog folder endpoint (/folders/{folderId}/timelogs) the financial fields actualFees und actualCosts.
According to API documentation this should work.
https://developers.wrike.com/api/v4/timelogs/
| fields | | optional | Json string array of optional fields to be included in the response model Optional fields, Enum: | approvalStatus | Timesheet approval status | | billingType | Timelog billing type |
|
Using the fields actualFees and actualCosts i get an error using the field parameter.
{
"errorDescription": "Fields parameter value 'actualFees' not allowed",
"error": "invalid_parameter"
}
Please help