Skip to content

divisions

List of all published divisions belonging to the agency, as configured in Settings > Types.

ACCESS

Directly accessible in all Website templates.

Example

json
[{
  "id": 1,
  "agency_id": 1,
  "office_id": null,
  "import_id": null,
  "name": "Mainboard",
  "url": "/divisions/mainboard",
  "is_submission": null,
  "is_published": 0,
  "is_social_enabled": 0,
  "meta_title": null,
  "meta_description": null,
  "sort_order": 1,
  "talent_order_by": "model_division.sort_order",
  "created_at": "2025-01-31 12:00:00",
  "updated_at": "2025-01-31 12:00:00",
  "office_name": "Los Angeles"
}]

Properties

Each item in the array has the following properties:

id integer
agency_id integer
office_id integer
import_id integer
name string
url string
is_submission boolean
is_published boolean
is_social_enabled boolean
meta_title string
meta_description string
sort_order integer
talent_order_by string
created_at datetime
updated_at datetime
office_name string