# Available fields

### General

| Field             | Description                                 |
| ----------------- | ------------------------------------------- |
| name              | Job post name                               |
| title             | Job title                                   |
| numberOfPositions | Number of positions                         |
| accession         | Accession - start date                      |
| salary            | Salary                                      |
| sector            | Sector - Fixed list                         |
| type              | Job type - Fixed list                       |
| deadline          | Application deadline                        |
| body              | Job description - the add                   |
| logo              | URL to job post logo                        |
| excerpt           | Excerpt of the job post description (body)  |
| permalink         | Link to internal Wordpress job post         |
| apply             | Link to apply form in Recman                |
| similarJobs       | List of 3 similar job posts (array of ID's) |

### Company Information

| Field              | Description                     |
| ------------------ | ------------------------------- |
| companyName        | Company Name                    |
| workplace          | Workplace                       |
| companyDescription | Company description             |
| website            | Company web page URL            |
| facebook           | Facebook                        |
| linkedIn           | LinkedIn                        |
| twitter            | Twitter / Either @handle or URL |
| instagram          | Instagram (NOT AVAILABLE)       |

### Contact persons

| Field    | Description     |
| -------- | --------------- |
| contacts | Contact Persons |

#### Contact persons sub fields:

| Field       | Description                                   |
| ----------- | --------------------------------------------- |
| userId      | User ID in Recman                             |
| name        | A combination of firstName + space + lastName |
| firstName   | First name                                    |
| lastName    | Last name                                     |
| title       | Title                                         |
| email       | Email                                         |
| mobilePhone | Mobile phone number                           |
| officePhone | Office phone number                           |
| linkedin    | URL to LinkedIn page for user                 |
| image       | Profile image for user                        |

### Extra

| Field         | Description                      |
| ------------- | -------------------------------- |
| departmentId  | department ID in Recman          |
| department    | Name of department (if settings) |
| corporationId | corporation ID in Recman         |
| images        | An array of URL to images        |
| videoUrl      | An url to video                  |
| skills        | Keywords (array)                 |
| projectId     | Connected project ID in Recman   |

### Address

| Field             | Description                |
| ----------------- | -------------------------- |
| address1          | Address line 1             |
| address2          | Address line 2             |
| postalCode        | Address Postal Code        |
| city              | Address City               |
| country           | Address country            |
| countryId         | Work location country ID   |
| regionId          | Work location region ID    |
| cityId            | Work location City ID      |
| location\_city    | Work location city text    |
| location\_region  | Work location region text  |
| location\_country | Work location country text |

### Industry - Branches

| Field                     | Description                 |
| ------------------------- | --------------------------- |
| branchCategoryId          | Branch category ID          |
| branchCategory            | Branch category text        |
| branchId                  | Branch ID                   |
| branch                    | Branch text                 |
| secondaryBranchCategoryId | Second branch category ID   |
| secondaryBranchCategory   | Second branch category text |
| secondaryBranchId         | Second branch ID            |
| secondaryBranch           | Second branch text          |

### Tags for sharing on social media

| Field             | Description              |
| ----------------- | ------------------------ |
| some\_title       | Social media title       |
| some\_description | Social media description |
| some\_image       | Social media image       |

### Extra fields

This fields are usually not a part of a job post ad, but if you want to get this kind of data for some reasons we have included them in the plugin.

| Field     | Description                                                          |
| --------- | -------------------------------------------------------------------- |
| startDate | Start date of job post. Formatted with default Wordpress date format |
| endDate   | End date of job post. Formatted with default Wordpress date format   |
| created   | When the job post was created: Y-m-d H:i:s                           |
| updated   | When the job post was last updated: Y-m-d H:i:s                      |
