# Lever: Requisition Enhanced

## Description

* Table capturing requisitions, if enabled.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/lever/resources/lever.svg" alt="" data-size="line"> Lever

## Columns

| Type     | Name                         | Description                                                                                                           |
| -------- | ---------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| DATETIME | \_fivetran\_synced           |                                                                                                                       |
| BOOLEAN  | is\_backfill                 | Boolean that is true if the requisition represents a backfill or new headcount. If unspecified, defaults to false.    |
| STRING   | compensation\_band\_currency | The ISO currency code associated with the requisition's compensation band.                                            |
| STRING   | compensation\_band\_interval | The string representing the interval of payment for the compensation band.                                            |
| INTEGER  | compensation\_band\_max      | The high bound for the compensation band.                                                                             |
| INTEGER  | compensation\_band\_min      | The low bound for the compensation band.                                                                              |
| DATETIME | created\_at                  | Timestamp of when the requisition was first created.                                                                  |
| STRING   | creator\_user\_id            | Foreign key referencing the USER who created the requisition.                                                         |
| STRING   | employment\_status           | The work type of the requisition ('full-time', 'part-time', 'intern', 'contractor', or 'temp-worker').                |
| INTEGER  | headcount\_hired             | The number of filled seats / openings on the requisition, or the string, 'unlimited'.                                 |
| INTEGER  | headcount\_infinite          |                                                                                                                       |
| INTEGER  | headcount\_total\_allotted   | Total headcount allotted for this requisition.                                                                        |
| STRING   | hiring\_manager\_user\_id    | Foreign key referencing the USER who is the hiring manager for this requisition.                                      |
| STRING   | requisition\_id              | Unique id of the requisition.                                                                                         |
| STRING   | internal\_notes              | Free form text for notes and meta-data about the requisition, visible to anyone who can see the requisition in Lever. |
| STRING   | job\_location                | The location associated with the requisition.                                                                         |
| STRING   | job\_title                   | The human-readable name for the requisition.                                                                          |
| STRING   | owner\_user\_id              | Foreign key referencing the USER who owns the requisition.                                                            |
| INTEGER  | requisition\_code            | The unique HRIS requisition code.                                                                                     |
| STRING   | status                       | The status of the requisition. Can be 'open', 'onHold', 'closed', or 'draft'.                                         |
| STRING   | job\_team                    | The team associated with the requisition                                                                              |
| STRING   | creator\_name                | Full name of the user who created the requisition.                                                                    |
| STRING   | requisition\_owner\_name     | Full user name of the user who owns the requisition.                                                                  |
| STRING   | hiring\_manager\_name        | Full user name of the requisition's hiring manager.                                                                   |
| INTEGER  | count\_postings              | Number of postings associated with this requisition.                                                                  |
| BOOLEAN  | has\_posting                 | Boolean that is true if the requisition has a posting.                                                                |
| INTEGER  | count\_offers                | Total count of extended offers associated with this requisition. Note - includes offers regardless of their status.   |
| BOOLEAN  | has\_offer                   | Boolean that is true if the requisition has any offer associated with it.                                             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/lever-requisition-enhanced.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
