Get

Retrieves a single department configuration. | authz: min_org_role=operator | () -> (Department1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

department_idstringRequired

Response

Successful Response
schema_versioninteger
namestring
departmentenum
_idstring
org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

created_atdatetime
locationobject

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

operator_user_idslist of strings

Errors

422
Departments Get V1request Unprocessable Entity Error