Appearance
division
The active division, directly accessible in Division and Model templates.
Example
json
{
"id": 1,
"agency_id": 1,
"office_id": null,
"import_id": null,
"name": "Mainboard",
"url": "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": null,
"gender": null,
"models": []
}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
stringgender
stringAvailable in the Division template only. The active gender filter, determined by the URL.
models
arrayAvailable in the Division template only. The paginated list of models in this division.
Array of model objects.