This operation is a utility operation which gives you information about what jobs your license key has open or closed. Returns in order of starting date.
GetJobSummaryReport Inputs
Name | Type | Description |
---|---|---|
LicenseKey | String | Your DOTS NCOA Live license key |
GetJobSummaryReport Outputs
Name | Type | Values | Description |
---|---|---|---|
JobInfo | JobInfo[] | Varies | The list of Job information. |
Error | Error | Varies | Error object indicating why the service could not return a result. See “Errors” page. |
- JobInfo
Name | Type | Values | Description |
---|---|---|---|
JobId | String | Varies | The Job Id |
Status | String | “OPEN” or “CLOSED” | Status of the job |
StartDate | Date | mm/dd/yyyy hh:mm:ss AM/PM | Date job started |
EndDate | Date | mm/dd/yyyy hh:mm:ss AM/PM | Date job closed |