Jobs_v3Functions

Functions

Link copied to clipboard

Retrieves specified company.

suspend fun getCompany(argument: suspend GetCompanyPlainArgsBuilder.() -> Unit): GetCompanyResult
suspend fun getCompany(companyId: String, project: String? = null): 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): GetJobResult