projects
Lists all companies associated with the project.
get/v4/{+parent}/companies
Path parameters
parentstring required
Required. Resource name of the tenant under which the company is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
Query parameters
pageSizeinteger
The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
pageTokenstring
The starting indicator from which to return results.
requireOpenJobsboolean
Set to true if the companies requested must have open jobs. Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned.
Response
Successful response