api.dashboard.get
GET /dashboard— ACPortal
Python
api.dashboard.get(*, view_id: int | None = None, company_id: str | None = None) -> DashboardSummary
CLI
ab dashboard get [--view-id ...] [--company-id ...]
Aggregated dashboard summary for one grid view.
Both view_id and company_id are optional. When company_id
is omitted the API defaults to the active user’s primary company —
the call does not 4xx. view_id is the id of a row returned
by :meth:get_grid_views.
Args:
view_id: Grid view id (forward reference: :class:GridViewInfo.id).
company_id: Company UUID; defaults to the caller’s primary company.
Query parameters — DashboardParams
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Grid view ID |
|
|
no |
Company UUID filter |
Response
Returns DashboardSummary.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Inbound shipment count |
|
|
no |
Outbound shipment count |
|
|
no |
In-house shipment count |
|
|
no |
Local delivery count |
|
|
no |
Recent estimates count |
|
|
no |
Grid view rows |