Returns the company with the specified id.
Returns the company with the specified id.
Required Permissions
The user must be an admin or havecompany-master-data:read
permissions.Path parameters
companyId
The id of the company.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
name
The company name.
description
The company description.
industry
The company's industry.
id
The id of the company.
hasImage
Whether the company has an image.
companyContactInfos
The company infos assigned to this company.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
resourceVersion
The version of the entity, updated on every modification, to the ticks in UTC.
Not identical to UpdatedOn.
projectsCount
The number of all projects related to the company.
projectsInProgressCount
The number of all projects in status 'progress' related to the company.
isExternal
True if this entity is coming from an external workspace (awork Connect).