bamboohr.com
    Preparing search index...

    Interface TimeOffRequestsOptions

    interface TimeOffRequestsOptions {
        action?: string;
        employeeId?: string;
        end: string;
        id?: number;
        start: string;
        status?: string;
        type?: string;
    }
    Index

    Properties

    action?: string

    Limit to requests that the user has a particular level of access to. Legal values are: "view" or "approve". Defaults to view.

    employeeId?: string

    A particular employee ID to limit the response to.

    end: string

    YYYY-MM-DD. Only show time off that occurs on/before the specified end date.

    id?: number

    A particular request ID to limit the response to.

    start: string

    YYYY-MM-DD. Only show time off that occurs on/after the specified start date.

    status?: string

    A comma separated list of request status values to include. If omitted, requests of all status values are included. Legal values are "approved", "denied", "superceded", "requested", "canceled".

    type?: string

    A comma separated list of time off types IDs to include limit the response to. If omitted, requests of all types are included.