POST /department/search
Search Department
Search departments — composable infra architecture.
Request Body (SearchDepartmentApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
search | string | No | — |
page_size | integer | No | — |
page_offset | integer | No | — |
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (ListDepartmentApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the acting user |
departments | ListDepartmentApiDepartment[] | No | List of department items |
flag_filter | ListFilterSection | No | Filter options for flags in list UI |
profile_filter | ListFilterSection | No | Filter options for profiles in list UI |
settings_filter | ListFilterSection | No | Filter options for settings in list UI |
logins_filter | ListFilterSection | No | Filter options for logins in list UI |
total_count | integer | No | Total number of departments |
import_fields | ImportField[] | No | CSV import column schema for the bulk-import dialog |
Last updated on