Appearance
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
integeragency_id
integeroffice_id
integerimport_id
integername
stringurl
stringis_submission
booleanis_published
booleanis_social_enabled
booleanmeta_title
stringmeta_description
stringsort_order
integertalent_order_by
stringcreated_at
datetimeupdated_at
datetimeoffice_name
string