Skip to content

division

The active division, directly accessible in Division and Model templates.

ACCESS

Directly accessible in:

Division Model

Returned as child in:

model.divisions

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 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
gender string

Available in the Division template only. The active gender filter, determined by the URL.

models array

Available in the Division template only. The paginated list of models in this division.

Array of model objects.