GET api/resource/DailyTimsheets?customFields={customFields}&formTypes={formTypes}&delta={delta}
Retrieves a detailed daily timesheet report including hours, cost, and user metadata.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customFields |
Optional JSON string representing a list of custom user profile fields to include in the report. Each item should contain a `label` and a `guid`. |
string |
Default value is |
| formTypes |
Optional comma-separated list of form GUIDs to filter the projects included in the report. |
string |
Default value is |
| delta | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing timesheet data and user metadata. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}