// This is Generated Source. import GlipCompany from "../definitions/GlipCompany"; import PathSegment from "../PathSegment"; export default class Companies extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("companies", id, prv, service); } /** *
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