Returns all companies.
Returns all companies.
Required Permissions
The user must be an admin or havecompany-master-data:read
permissions.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
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).