Jobs_v4Functions

Functions

Link copied to clipboard

Retrieves specified company.

suspend fun getCompany(argument: suspend GetCompanyPlainArgsBuilder.() -> Unit): GetCompanyResult
suspend fun getCompany(companyId: String, project: String? = null, tenantId: String): GetCompanyResult
Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(jobId: String, project: String? = null, tenantId: String): GetJobResult
Link copied to clipboard

Retrieves specified tenant.

suspend fun getTenant(argument: suspend GetTenantPlainArgsBuilder.() -> Unit): GetTenantResult
suspend fun getTenant(project: String? = null, tenantId: String): GetTenantResult