GET api/timesheet/GetSessionDBImportOrdered?guid={guid}
Retrieves unimported timesheet data import records, optionally filtered by a specific GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
Optional GUID to filter the timesheet data import session. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset of unimported timesheet records. On failure: HTTP 400 Bad Request with a descriptive error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}