Manatal integration (Productivity). Imported from open-connector.
https://api.manatal.com/open/v3/candidates/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Manatal starts pagination at 1. |
| pageSize | integer | optional | Number of records to return per page. |
| id | integer | optional | Return a specific candidate ID. |
| fullName | string | optional | Filter candidates by full name. |
| creatorId | integer | optional | Return candidates created by this Manatal user ID. |
| ownerId | integer | optional | Return candidates owned by this Manatal user ID. |
| sourceType | string | optional | Filter candidates by source type. |
| string | optional | Filter candidates by email address. | |
| phoneNumber | string | optional | Filter candidates by phone number. |
| gender | string | optional | Filter candidates by gender. |
| birthDateGte | string | optional | Return candidates born on or after this date. |
| birthDateLte | string | optional | Return candidates born on or before this date. |
| address | string | optional | Filter candidates by address text. |
| latestDegree | string | optional | Filter candidates by latest degree. |
| latestUniversity | string | optional | Filter candidates by latest university. |
| currentCompany | string | optional | Filter candidates by current company. |
| currentPosition | string | optional | Filter candidates by current position. |
| description | string | optional | Filter candidates by description text. |
| externalId | string | optional | Filter candidates by external ID. |
| candidateTags | string | optional | Filter candidates by candidate tag IDs or names. |
| candidateIndustries | string | optional | Filter candidates by candidate industry IDs or names. |
| candidateLocation | string | optional | Filter candidates by location text. |
| createdAtGte | string | optional | Return records created at or after this timestamp. |
| createdAtLte | string | optional | Return records created at or before this timestamp. |
| updatedAtGte | string | optional | Return records updated at or after this timestamp. |
| updatedAtLte | string | optional | Return records updated at or before this timestamp. |
/candidates/{candidateId}/
| Param | Type | Required | Description |
|---|---|---|---|
| candidateId | integer | required | ID of the Manatal candidate to retrieve. |
/jobs/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Manatal starts pagination at 1. |
| pageSize | integer | optional | Number of records to return per page. |
| id | integer | optional | Return a specific job ID. |
| organizationId | integer | optional | Filter jobs by organization ID. |
| positionName | string | optional | Filter jobs by position name. |
| headcount | integer | optional | Filter jobs by required headcount. |
| creatorId | integer | optional | Return jobs created by this Manatal user ID. |
| ownerId | integer | optional | Return jobs owned by this Manatal user ID. |
| address | string | optional | Filter jobs by address text. |
| status | string | optional | Filter jobs by status. |
| frequency | string | optional | Filter jobs by salary frequency. |
| city | string | optional | Filter jobs by city. |
| state | string | optional | Filter jobs by state. |
| contractDetails | string | optional | Filter jobs by contract details. |
| isPublished | boolean | optional | Filter jobs by whether they are published. |
| isRemote | boolean | optional | Filter jobs by whether they are remote. |
| externalId | string | optional | Filter jobs by external ID. |
| openAtGte | string | optional | Return jobs opened at or after this timestamp. |
| openAtLte | string | optional | Return jobs opened at or before this timestamp. |
| closeAtGte | string | optional | Return jobs closed at or after this timestamp. |
| closeAtLte | string | optional | Return jobs closed at or before this timestamp. |
| createdAtGte | string | optional | Return records created at or after this timestamp. |
| createdAtLte | string | optional | Return records created at or before this timestamp. |
| updatedAtGte | string | optional | Return records updated at or after this timestamp. |
| updatedAtLte | string | optional | Return records updated at or before this timestamp. |
/jobs/{jobId}/
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | integer | required | ID of the Manatal job to retrieve. |
/organizations/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Manatal starts pagination at 1. |
| pageSize | integer | optional | Number of records to return per page. |
| id | integer | optional | Return a specific organization ID. |
| name | string | optional | Filter organizations by name. |
| creatorId | integer | optional | Return organizations created by this Manatal user ID. |
| ownerId | integer | optional | Return organizations owned by this Manatal user ID. |
| address | string | optional | Filter organizations by address text. |
| website | string | optional | Filter organizations by website. |
| isPublic | boolean | optional | Filter organizations by whether they are public. |
| isVisible | boolean | optional | Filter organizations by whether they are visible. |
| externalId | string | optional | Filter organizations by external ID. |
| createdAtGte | string | optional | Return records created at or after this timestamp. |
| createdAtLte | string | optional | Return records created at or before this timestamp. |
| updatedAtGte | string | optional | Return records updated at or after this timestamp. |
| updatedAtLte | string | optional | Return records updated at or before this timestamp. |
/organizations/{organizationId}/
| Param | Type | Required | Description |
|---|---|---|---|
| organizationId | integer | required | ID of the Manatal organization to retrieve. |
/matches/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Manatal starts pagination at 1. |
| pageSize | integer | optional | Number of records to return per page. |
| ordering | string | optional | Field used to order Manatal match results. |
| externalId | string | optional | Filter matches by external ID. |
| stageIn | string | optional | Comma-separated Manatal pipeline stage IDs. |
| hiredAtGte | string | optional | Return matches hired at or after this timestamp. |
| hiredAtLte | string | optional | Return matches hired at or before this timestamp. |
| submittedAtGte | string | optional | Return matches submitted at or after this timestamp. |
| submittedAtLte | string | optional | Return matches submitted at or before this timestamp. |
| interviewAtGte | string | optional | Return matches interviewed at or after this timestamp. |
| interviewAtLte | string | optional | Return matches interviewed at or before this timestamp. |
| offerAtGte | string | optional | Return matches offered at or after this timestamp. |
| offerAtLte | string | optional | Return matches offered at or before this timestamp. |
| droppedAtGte | string | optional | Return matches dropped at or after this timestamp. |
| droppedAtLte | string | optional | Return matches dropped at or before this timestamp. |
| createdAtGte | string | optional | Return records created at or after this timestamp. |
| createdAtLte | string | optional | Return records created at or before this timestamp. |
| updatedAtGte | string | optional | Return records updated at or after this timestamp. |
| updatedAtLte | string | optional | Return records updated at or before this timestamp. |
/matches/{matchId}/
| Param | Type | Required | Description |
|---|---|---|---|
| matchId | integer | required | ID of the Manatal match to retrieve. |