api.jobs.get
GET /job/{jobDisplayId}— ACPortal
Python
api.jobs.get(job_display_id: int) -> Job
CLI
ab jobs get <job_display_id>
GET /job/{jobDisplayId} (ACPortal)
Retrieve a job by its display ID.
Args: job_display_id: The numeric display ID of the job.
Returns:
:class:~ab.api.models.jobs.Job
Response
Returns Job.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Whether the record is active |
|
|
no |
Creation timestamp |
|
|
no |
Last modification timestamp |
|
|
no |
Creator identifier |
|
|
no |
Last modifier identifier |
|
|
no |
Unique identifier |
|
|
no |
Human-readable job ID |
|
|
no |
Job status |
|
|
no |
Customer details |
|
|
no |
Pickup info |
|
|
no |
Delivery info |
|
|
no |
Line items |
|
|
no |
Booking date |
|
|
no |
Owner company UUID |
|
|
no |
Customer contact details |
|
|
no |
Pickup contact details |
|
|
no |
Delivery contact details |
|
|
no |
Total sell price |
|
|
no |
Freight shipment items |
|
|
no |
Financial/weight summary snapshot |
|
|
no |
Job notes |
|
|
no |
Active on-hold details |
|
|
no |
User write access flag |
|
|
no |
User access level bitmask |
|
|
no |
Job status UUID |
|
|
no |
Job management sub UUID |
|
|
no |
Cancelled flag |
|
|
no |
Freight tracking summary |
|
|
no |
Freight provider options |
|
|
no |
Expected pickup date |
|
|
no |
Expected delivery date |
|
|
no |
Timeline task entries |
|
|
no |
Attached documents |
|
|
no |
Label request sent date |
|
|
no |
Payment status |
|
|
no |
Agent payment info |
|
|
no |
SLA tracking info |
|
|
no |
Job type |
|
|
no |
Price entries |