GET api/resource/DailyResourcing?includeGuestUsers={includeGuestUsers}&customFields={customFields}&delta={delta}
Retrieves a detailed daily resourcing report including hours, cost, and user metadata.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| includeGuestUsers |
Optional flag to include guest users in the report. If provided, filters users by the `guestuser` flag. |
string |
Default value is |
| 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 |
| delta | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing resourcing 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
}