api.companies.get_by_id

GET /companies/{id} — ACPortal

Python

api.companies.get_by_id(company_id: str) -> CompanySimple

CLI

ab companies get_by_id <company_id>

GET /companies/{id}

Response

Returns CompanySimple.

Field

Type

Required

Description

id

Optional[str]

no

Company UUID

name

Optional[str]

no

Company name

code

Optional[str]

no

Short company code

companyType

Optional[str]

no

Company type

parentCompanyId

Optional[str]

no

Parent company UUID

companyName

Optional[str]

no

Full company name

typeId

Optional[str]

no

Company type UUID


← Back to api.companies