import GlipCompany from "../definitions/GlipCompany"; import PathSegment from "../PathSegment"; export default class Companies extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.28 (Release 8.4)
Returns a company by ID.
| Permission | Description |
|---|---|
| Glip | Availability of Glip |
Light
*/ get(): PromiseSince 1.0.28 (Release 8.4)
Returns a company by ID.
| Permission | Description |
|---|---|
| Glip | Availability of Glip |
Light
* return {ApiResponse} */ getRaw(): Promise