api.jobs.get_calendar_items
GET /job/{jobDisplayId}/calendaritems— ACPortal
Python
api.jobs.get_calendar_items(job_display_id: int) -> list[CalendarItem]
CLI
ab jobs get_calendar_items <job_display_id>
GET /job/{jobDisplayId}/calendaritems (ACPortal)
Response
Returns a list of List[CalendarItem].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Item UUID |
|
|
no |
Item title |
|
|
no |
Start datetime |
|
|
no |
End datetime |
|
|
no |
Item name/description |
|
|
no |
Quantity |
|
|
no |
Length dimension |
|
|
no |
Width dimension |
|
|
no |
Height dimension |
|
|
no |
Weight |
|
|
no |
Declared value |
|
|
no |
Item notes |
|
|
no |
Customer item reference |
|
|
no |
Noted conditions for item |