Description
Jobs represent scheduled or completed work and are associated with an Opportunity. This endpoint provides status, identifiers, and tracking metadata for individual jobs.
Resource overview
| Endpoint | Definition |
|---|
| GET /Jobs | Retrieve a list of Jobs and related details. |
Attributes
| Attribute | Description | Data type | Notes |
|---|
| JobID | Unique identifier for the job | integer | Required |
| OpportunityID | Associated Opportunity ID | integer | Optional |
| JobStatusID | Status of the job | integer | Optional |
| CustomerJobNum | Customer-facing job reference | string | Optional; Max length: 50 |
| CustomerPO | Customer purchase order number | string | Optional; Max length: 50 |
| CompleteDate | Date job was completed | string (date-time) | Optional |
| CompletedUserID | ID of the user who completed the job | integer | Optional |
| CreatedByUserName | Username of the job creator | string | Optional |
| CancelDate | Date job was canceled | string (date-time) | Optional |
| CanceledByUserID | ID of the user who canceled the job | integer | Optional |
| CanceledFromOpportunity | Indicates if job was canceled from the Opportunity view | boolean | Optional |