api.companies.get_geo_settings

GET /companies/{companyId}/geosettings — ACPortal

Python

api.companies.get_geo_settings(company_id: str) -> GeoSettings

CLI

ab companies get_geo_settings <company_id>

GET /companies/{companyId}/geosettings

Response

Returns GeoSettings.

Field

Type

Required

Description

companyId

Optional[str]

no

Company UUID

serviceAreas

Optional[list[dict]]

no

Service area definitions

restrictions

Optional[list[dict]]

no

Geographic restrictions


← Back to api.companies