Returns the company with the specified id.

GET

Returns the company with the specified id.

Required Permissions: The user must be an admin or have company-master-data:read permissions.

Path parameters

companyIdstringRequired
The id of the company.

Response

This endpoint returns an object
namestring
The company name.
descriptionstringOptional
The company description.
industrystringOptional
The company's industry.
idstringOptional
The id of the company.
hasImagebooleanOptional
Whether the company has an image.
companyContactInfoslist of objectsOptional
The company infos assigned to this company.
createdOndatetimeOptional
The date this entity was created.
createdBystringOptional
The id of the user who created this entity.
updatedOndatetimeOptional
The date this entity was last modified.
updatedBystringOptional
The id of the user who last modified this entity.
resourceVersionlongOptional
The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.
tagslist of objectsOptional
The tags for this company.
projectsCountintegerOptional
The number of all projects related to the company.
projectsInProgressCountintegerOptional
The number of all projects in status 'progress' related to the company.
isExternalbooleanOptional
True if this entity is coming from an external workspace (awork Connect).