@joblist/components - v0.3.4
    Preparing search index...

    Interface GreenhouseApiJob

    interface GreenhouseApiJob {
        absolute_url: string;
        company_name: string;
        content: string;
        data_compliance: DataCompliance[];
        departments: Department[];
        first_published: string;
        id: number;
        internal_job_id: number;
        location: JobLocation;
        metadata: JobMetadata[];
        offices?: JobOffice[];
        requisition_id: string;
        title: string;
        updated_at: string;
    }
    Index

    Properties

    absolute_url: string

    Full URL to job posting

    company_name: string

    Company name

    content: string

    Job description (HTML format) - only when ?content=true

    data_compliance: DataCompliance[]

    Array of compliance requirements

    departments: Department[]

    Array of departments

    first_published: string

    ISO timestamp when first published

    id: number

    Greenhouse job ID

    internal_job_id: number

    Internal Greenhouse job ID

    location: JobLocation

    Primary job location

    metadata: JobMetadata[]

    Array of job metadata

    offices?: JobOffice[]

    List of office locations

    requisition_id: string

    Job requisition ID

    title: string

    Job title

    updated_at: string

    ISO timestamp of last update