Download OpenAPI specification:Download
The Talroo Platform API provides programmatic management of many of the objects that are available in the Talroo Ad Platform (TAP). This API allows our TAP customers the ability to customize their experience a little bit by building their own applications that pull in only the data that they're interested in seeing or integrating TAP data with their existing applications. While TAP has many more features, the Platform API exposes lower-level flexibility to manage objects when you want and how you want.
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=name,asc Sorting criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": "string",
- "name": "string",
- "accessTokenExpirySeconds": 300,
- "createdAt": "1970-01-01T00:00Z",
- "scopes": [
- "string"
], - "secret": "string"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| name | string App Client name |
| accessTokenExpirySeconds | integer <int32> How long App Client generated tokens are valid before expiring |
| scopes | Array of strings App Client scopes |
{- "name": "string",
- "accessTokenExpirySeconds": 0,
- "scopes": [
- "string"
]
}{- "id": "string",
- "name": "string",
- "accessTokenExpirySeconds": 300,
- "createdAt": "1970-01-01T00:00Z",
- "scopes": [
- "string"
], - "secret": "string"
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of any Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string",
- "enabled": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| title required | string Job title |
| company required | string Company name |
| zipcodes required | Array of strings A list of zipcodes. Each zipcode is a string. |
| description | string Job description |
{- "title": "string",
- "company": "string",
- "zipcodes": [
- "string"
], - "description": "string"
}{- "cpc": 0.1,
- "cpa": 0.1
}| title required | string Job title |
| company required | string Company name |
| zipcodes required | Array of strings A list of zipcodes. Each zipcode is a string. |
| budget required | number <float> Monthly budget |
| description | string Job description |
{- "title": "string",
- "company": "string",
- "zipcodes": [
- "string"
], - "budget": 0.1,
- "description": "string"
}{- "cpc": 0.1
}| title required | string Job title |
| company required | string Company name |
| price required | number <float> Either a CPC or target CPA, in cents |
| priceType required | string Enum: "cpc" "target_cpa" The type for price attribute. The value is either cpc or target_cpa. |
| zipcodes required | Array of strings A list of zipcodes. Each zipcode is a string. |
| description | string Job description |
[- {
- "title": "string",
- "company": "string",
- "price": 0.1,
- "priceType": "cpc",
- "zipcodes": [
- "string"
], - "description": "string"
}
][- {
- "numApplications": 0.1,
- "numClicks": 0.1
}
]| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "customLogoUrl": "string",
- "logoExpire": "2019-08-24T14:15:22Z"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of any Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
| search | any Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "description": "string",
- "eventCategory": "string"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": "string",
- "description": "string",
- "indication": "MAJOR_INDUSTRY"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| search | string Filtering criteria (more info) |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "description": "string"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| segmentId required | integer <int32> |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| expand | Array of strings unique Default: "" Items Enum: "qualifyingQuestionAnswers" "resume" |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "tlrApplicationId": "string",
- "job": {
- "jobId": 0,
- "sourceId": 0,
- "jobReference": "string",
- "originalJobReference": "string",
- "company": "string",
- "title": "string",
- "zipcode": "string",
- "city": "string",
- "state": "stri"
}, - "applicant": {
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "emailAddress": "string",
- "address": "string",
- "city": "string",
- "state": "string",
- "zipcode": "string",
- "country": "string",
- "userAgent": "string"
}, - "resume": {
- "fileName": "string",
- "contentType": "string",
- "contentSha256": "string",
- "data": "string"
}, - "applicationTime": "1970-01-01T00:00Z",
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "tlrSid": "string",
- "questionsAndAnswers": [
- {
- "applicationId": 0,
- "id": 0,
- "customerQuestionId": "string",
- "answer": {
- "valueAsText": "string",
- "fieldNames": null,
- "array": true,
- "fields": null,
- "null": true,
- "elements": null,
- "number": true,
- "int": true,
- "long": true,
- "double": true,
- "bigDecimal": true,
- "bigInteger": true,
- "numberType": "BIG_DECIMAL",
- "decimalValue": 0,
- "doubleValue": 0.1,
- "intValue": 0,
- "longValue": 0,
- "bigIntegerValue": 0,
- "valueNode": true,
- "containerNode": true,
- "missingNode": true,
- "object": true,
- "pojo": true,
- "integralNumber": true,
- "floatingPointNumber": true,
- "textual": true,
- "boolean": true,
- "binary": true,
- "numberValue": 0,
- "booleanValue": true,
- "binaryValue": "string",
- "valueAsInt": 0,
- "valueAsLong": 0,
- "valueAsDouble": 0.1,
- "valueAsBoolean": true,
- "textValue": "string"
}, - "question": {
- "id": "string",
- "type": "date",
- "question": "string",
- "text": "string",
- "options": [
- {
- "label": "string",
- "value": "string",
- "correct": true
}
], - "hierarchicalOptions": [
- {
- "id": "string",
- "question": "string",
- "options": [
- {
- "label": null,
- "value": null,
- "correct": null
}
], - "required": true,
- "type": "date",
- "format": "decimal",
- "condition": {
- "id": "string",
- "value": "string"
}
}
], - "required": true,
- "format": "decimal",
- "correct": "string",
- "limit": 0,
- "min": "string",
- "max": "string",
- "condition": {
- "id": "string",
- "value": "string"
}, - "questions": [
- { }
], - "repeated": true
}, - "questionIndex": 0,
- "fileStatus": "FAILURE"
}
], - "qualified": true,
- "qualifyingQuestionAnswers": [
- {
- "questionText": "string",
- "answers": [
- "string"
]
}
], - "redirectUrl": "string",
- "campaignId": 0,
- "segmentId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| expand | Array of strings unique Default: "" Items Enum: "qualifyingQuestionAnswers" "resume" |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "tlrApplicationId": "string",
- "job": {
- "jobId": 0,
- "sourceId": 0,
- "jobReference": "string",
- "originalJobReference": "string",
- "company": "string",
- "title": "string",
- "zipcode": "string",
- "city": "string",
- "state": "stri"
}, - "applicant": {
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "emailAddress": "string",
- "address": "string",
- "city": "string",
- "state": "string",
- "zipcode": "string",
- "country": "string",
- "userAgent": "string"
}, - "resume": {
- "fileName": "string",
- "contentType": "string",
- "contentSha256": "string",
- "data": "string"
}, - "applicationTime": "1970-01-01T00:00Z",
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "tlrSid": "string",
- "questionsAndAnswers": [
- {
- "applicationId": 0,
- "id": 0,
- "customerQuestionId": "string",
- "answer": {
- "valueAsText": "string",
- "fieldNames": null,
- "array": true,
- "fields": null,
- "null": true,
- "elements": null,
- "number": true,
- "int": true,
- "long": true,
- "double": true,
- "bigDecimal": true,
- "bigInteger": true,
- "numberType": "BIG_DECIMAL",
- "decimalValue": 0,
- "doubleValue": 0.1,
- "intValue": 0,
- "longValue": 0,
- "bigIntegerValue": 0,
- "valueNode": true,
- "containerNode": true,
- "missingNode": true,
- "object": true,
- "pojo": true,
- "integralNumber": true,
- "floatingPointNumber": true,
- "textual": true,
- "boolean": true,
- "binary": true,
- "numberValue": 0,
- "booleanValue": true,
- "binaryValue": "string",
- "valueAsInt": 0,
- "valueAsLong": 0,
- "valueAsDouble": 0.1,
- "valueAsBoolean": true,
- "textValue": "string"
}, - "question": {
- "id": "string",
- "type": "date",
- "question": "string",
- "text": "string",
- "options": [
- {
- "label": "string",
- "value": "string",
- "correct": true
}
], - "hierarchicalOptions": [
- {
- "id": "string",
- "question": "string",
- "options": [
- {
- "label": null,
- "value": null,
- "correct": null
}
], - "required": true,
- "type": "date",
- "format": "decimal",
- "condition": {
- "id": "string",
- "value": "string"
}
}
], - "required": true,
- "format": "decimal",
- "correct": "string",
- "limit": 0,
- "min": "string",
- "max": "string",
- "condition": {
- "id": "string",
- "value": "string"
}, - "questions": [
- { }
], - "repeated": true
}, - "questionIndex": 0,
- "fileStatus": "FAILURE"
}
], - "qualified": true,
- "qualifyingQuestionAnswers": [
- {
- "questionText": "string",
- "answers": [
- "string"
]
}
], - "redirectUrl": "string",
- "campaignId": 0,
- "segmentId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| campaignId required | integer <int32> |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| expand | Array of strings unique Default: "" Items Enum: "qualifyingQuestionAnswers" "resume" |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "tlrApplicationId": "string",
- "job": {
- "jobId": 0,
- "sourceId": 0,
- "jobReference": "string",
- "originalJobReference": "string",
- "company": "string",
- "title": "string",
- "zipcode": "string",
- "city": "string",
- "state": "stri"
}, - "applicant": {
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "emailAddress": "string",
- "address": "string",
- "city": "string",
- "state": "string",
- "zipcode": "string",
- "country": "string",
- "userAgent": "string"
}, - "resume": {
- "fileName": "string",
- "contentType": "string",
- "contentSha256": "string",
- "data": "string"
}, - "applicationTime": "1970-01-01T00:00Z",
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "tlrSid": "string",
- "questionsAndAnswers": [
- {
- "applicationId": 0,
- "id": 0,
- "customerQuestionId": "string",
- "answer": {
- "valueAsText": "string",
- "fieldNames": null,
- "array": true,
- "fields": null,
- "null": true,
- "elements": null,
- "number": true,
- "int": true,
- "long": true,
- "double": true,
- "bigDecimal": true,
- "bigInteger": true,
- "numberType": "BIG_DECIMAL",
- "decimalValue": 0,
- "doubleValue": 0.1,
- "intValue": 0,
- "longValue": 0,
- "bigIntegerValue": 0,
- "valueNode": true,
- "containerNode": true,
- "missingNode": true,
- "object": true,
- "pojo": true,
- "integralNumber": true,
- "floatingPointNumber": true,
- "textual": true,
- "boolean": true,
- "binary": true,
- "numberValue": 0,
- "booleanValue": true,
- "binaryValue": "string",
- "valueAsInt": 0,
- "valueAsLong": 0,
- "valueAsDouble": 0.1,
- "valueAsBoolean": true,
- "textValue": "string"
}, - "question": {
- "id": "string",
- "type": "date",
- "question": "string",
- "text": "string",
- "options": [
- {
- "label": "string",
- "value": "string",
- "correct": true
}
], - "hierarchicalOptions": [
- {
- "id": "string",
- "question": "string",
- "options": [
- {
- "label": null,
- "value": null,
- "correct": null
}
], - "required": true,
- "type": "date",
- "format": "decimal",
- "condition": {
- "id": "string",
- "value": "string"
}
}
], - "required": true,
- "format": "decimal",
- "correct": "string",
- "limit": 0,
- "min": "string",
- "max": "string",
- "condition": {
- "id": "string",
- "value": "string"
}, - "questions": [
- { }
], - "repeated": true
}, - "questionIndex": 0,
- "fileStatus": "FAILURE"
}
], - "qualified": true,
- "qualifyingQuestionAnswers": [
- {
- "questionText": "string",
- "answers": [
- "string"
]
}
], - "redirectUrl": "string",
- "campaignId": 0,
- "segmentId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| applicationId required | integer <int32> |
| expand | Array of strings unique Default: "" Items Enum: "qualifyingQuestionAnswers" "resume" |
{- "id": 0,
- "tlrApplicationId": "string",
- "job": {
- "jobId": 0,
- "sourceId": 0,
- "jobReference": "string",
- "originalJobReference": "string",
- "company": "string",
- "title": "string",
- "zipcode": "string",
- "city": "string",
- "state": "stri"
}, - "applicant": {
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "emailAddress": "string",
- "address": "string",
- "city": "string",
- "state": "string",
- "zipcode": "string",
- "country": "string",
- "userAgent": "string"
}, - "resume": {
- "fileName": "string",
- "contentType": "string",
- "contentSha256": "string",
- "data": "string"
}, - "applicationTime": "1970-01-01T00:00Z",
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "tlrSid": "string",
- "questionsAndAnswers": [
- {
- "applicationId": 0,
- "id": 0,
- "customerQuestionId": "string",
- "answer": {
- "valueAsText": "string",
- "fieldNames": null,
- "array": true,
- "fields": null,
- "null": true,
- "elements": null,
- "number": true,
- "int": true,
- "long": true,
- "double": true,
- "bigDecimal": true,
- "bigInteger": true,
- "numberType": "BIG_DECIMAL",
- "decimalValue": 0,
- "doubleValue": 0.1,
- "intValue": 0,
- "longValue": 0,
- "bigIntegerValue": 0,
- "valueNode": true,
- "containerNode": true,
- "missingNode": true,
- "object": true,
- "pojo": true,
- "integralNumber": true,
- "floatingPointNumber": true,
- "textual": true,
- "boolean": true,
- "binary": true,
- "numberValue": 0,
- "booleanValue": true,
- "binaryValue": "string",
- "valueAsInt": 0,
- "valueAsLong": 0,
- "valueAsDouble": 0.1,
- "valueAsBoolean": true,
- "textValue": "string"
}, - "question": {
- "id": "string",
- "type": "date",
- "question": "string",
- "text": "string",
- "options": [
- {
- "label": "string",
- "value": "string",
- "correct": true
}
], - "hierarchicalOptions": [
- {
- "id": "string",
- "question": "string",
- "options": [
- {
- "label": "string",
- "value": "string",
- "correct": true
}
], - "required": true,
- "type": "date",
- "format": "decimal",
- "condition": {
- "id": "string",
- "value": "string"
}
}
], - "required": true,
- "format": "decimal",
- "correct": "string",
- "limit": 0,
- "min": "string",
- "max": "string",
- "condition": {
- "id": "string",
- "value": "string"
}, - "questions": [
- { }
], - "repeated": true
}, - "questionIndex": 0,
- "fileStatus": "FAILURE"
}
], - "qualified": true,
- "qualifyingQuestionAnswers": [
- {
- "questionText": "string",
- "answers": [
- "string"
]
}
], - "redirectUrl": "string",
- "campaignId": 0,
- "segmentId": 0
}| poolId required | integer <int32> Job Pool ID |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" "SURVEY_STATUS" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" "surveyStatus" |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| poolId required | integer <int32> Job Pool ID |
| name required | string Job Campaign name |
| basicCpc | integer <int32> CPC used by Talroo Apply and Talroo Basic campaigns |
| monthlyBudget required | number The monthly recurring budget for the campaign |
| jobBudgetType required | string Enum: "MONTHLY" "NONE" Enable and set job level budget type |
| jobBudgetDefault required | number Default job level budget |
| applyOrder | integer <int32> Order (descending) in which campaigns have their job filters applied to remaining jobs within the pool |
object (ConfigQuery) Filter jobs into this campaign based on various job object fields | |
| targetCpa | integer <int32> Goal CPA used by campaigns utilizing the Target CPA bidding strategy |
| talrooApply | boolean Boolean indicating whether this is a Talroo Apply campaign |
| emailAddress | string Email address to which Talroo Apply applicants and Talroo Event RSVP reports will be sent, when applicable |
| otherEmailAddresses required | Array of strings Additional email addresses to receive Talroo Apply New Applicant and Event RSVP emails, when applicable |
| talrooApplySkipResume required | boolean Talroo Apply Only: [Optional] Boolean indicating whether applicants will be prompted to submit a resume as part of the Talroo Apply application |
| talrooApplyReqResume required | boolean Talroo Apply Only: [Optional] Boolean indicating whether a resume is required as part of the Talroo Apply application |
| talrooApplySendUnqualified required | boolean Talroo Apply Only: [Optional] Boolean indicating whether we forward data for unqualified Talroo Apply applications |
| talrooApplyRedir required | boolean Talroo Apply Only: [Optional] Feature to automatically redirect applicants to the job's URL after applying |
| budgetPacing required | boolean Whether this campaign is utilizing the automatic budget pacing mechanism |
| extendBudgetPacing required | boolean Whether this campaign continues to use budget pacing after the pacingDom |
| pacingDom required | integer <int8> When using budget pacing, apply pacing to the campaign's budget until this day of the month |
| minCpc required | integer <int32> Minimum cost per click for this Job Campaign |
| minCpa required | integer <int32> Minimum cost per application for this Job Campaign |
| talrooProCpc | integer <int32> CPC used by Talroo Pro campaigns |
| talrooPro | string Enum: "OFF" "ON" Boolean indicating whether this is a Talroo Pro campaign |
| adType required | string Enum: "EVENT" "JOB" Campaign Ad Type that denotes whether this is a Standard Job Campaign or a Hiring Event campaign |
| eventStartDt | string <date> Hiring Events Only: [Required] Event start date |
| eventEndDt | string <date> Hiring Events Only: [Required] Event end date |
| eventLocation | string Hiring Events Only: [Required] Physical address, or URL if online, where event will take place |
| eventType | string Enum: "IN_PERSON" "ONLINE" Hiring Events Only: [Required] Whether this is an in-person or online event |
| eventTimes | string Hiring Events Only: [Required] Formatted times of the event |
| eventTimeslot required | integer <int8> Hiring Events Only: [Optional] Length of timeslots in minutes (30 or 60 are supported). When set, this will require users to RSVP to specific timeslots |
| eventTimeslotLimit | integer <int32> Hiring Events Only: [Optional] Limits the amount of RSVPs that can be made for a single timeslot |
| eventCustomTy | string Hiring Events Only: [Optional] Custom thank you message to show users after they RSVP |
| eventPrepare | string Hiring Events Only: [Optional] Verbiage around how users should prepare for the event after they RSVP |
| eventWear | string Hiring Events Only: [Optional] Verbiage around what users should wear to the event |
| fullTargetCpa required | boolean Boolean indicating whether this campaign is allowed to bid up on high converting traffic. HIGHLY RECOMMENDED TO BE SET TO TRUE |
| targetCpaType | string Enum: "CAMPAIGN" "CAMPAIGN_FIXED" "JOB" "JOB_FIXED" "NONE" Target CPA Only: Field to indicate what type of Target CPA campaign this is |
| autopilot | boolean Boolean indicating whether this campaign is utilizing our Autopilot bidding strategy |
| autopilotMaxCpc | integer <int32> Maximum CPC that can be set when using our Autopilot bidding strategy |
required | object Additional Field object to be used with integrations. Please reach out to your Talroo POC for options |
| talrooFeaturedType required | string Enum: "AI_ALWAYS_ON" "ALWAYS_ON" "ALWAYS_ON_ABSOLUTE" "CPC_BASED" "J2C_ALWAYS_ON" "J2C_CPC_BASED" "OFF" Enum indicating if this campaign is a Talroo Featured campaign |
| talrooApplyPro required | boolean Boolean indicating if this campaign is a Talroo Apply Pro campaign |
| sendReminders required | string Enum: "OFF" "ON" Boolean indicating whether this campaign sends reminders for unfinished applications |
| reminderType required | string Enum: "BOTH" "EMAIL" "NONE" "SMS" Enum indicating how this campaign sends reminders for unfinished applications |
| applicationLinkOverride | string The job application link override for a campaign |
| addressQuestion required | string Enum: "OFF" "OPTIONAL" "REQUIRED" Whether we add an address question to the Talroo Apply application form |
| workExperienceQuestions required | string Enum: "OFF" "OPTIONAL" "OPTIONAL_IF_NO_RESUME" "REQUIRED" "REQUIRE_IF_NO_RESUME" Whether we add work experience questions to the Talroo Apply application form |
| educationHistoryQuestions required | string Enum: "OFF" "OPTIONAL" "OPTIONAL_IF_NO_RESUME" "REQUIRED" "REQUIRE_IF_NO_RESUME" Whether we add education history questions to the Talroo Apply application form |
| enableAutoArchive required | boolean Whether this campaign is eligible for auto archival |
| autoArchiveAt | string <date-time> The timestamp at which the campaign should be automatically archived |
| useSmartCpc | boolean Flag indicating usage of recommended cpc api to set the bid on jobs filtered into this campaign |
| candidateTier | string Enum: "ET" "FT" "ST" The minimum tier of candidate targeting for this campaign |
object Candidate tier settings with multiplier and source parameter for each tier |
{- "name": "string",
- "basicCpc": 0,
- "monthlyBudget": 0,
- "jobBudgetType": "MONTHLY",
- "jobBudgetDefault": 0,
- "applyOrder": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "targetCpa": 0,
- "talrooApply": true,
- "emailAddress": "string",
- "otherEmailAddresses": [
- "string"
], - "talrooApplySkipResume": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplyRedir": true,
- "budgetPacing": true,
- "extendBudgetPacing": true,
- "pacingDom": 0,
- "minCpc": 0,
- "minCpa": 0,
- "talrooProCpc": 0,
- "talrooPro": "OFF",
- "adType": "EVENT",
- "eventStartDt": "1970-01-01",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventType": "IN_PERSON",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 0,
- "eventCustomTy": "string",
- "eventPrepare": "string",
- "eventWear": "string",
- "fullTargetCpa": true,
- "targetCpaType": "CAMPAIGN",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooApplyPro": true,
- "sendReminders": "OFF",
- "reminderType": "BOTH",
- "applicationLinkOverride": "string",
- "addressQuestion": "OFF",
- "workExperienceQuestions": "OFF",
- "educationHistoryQuestions": "OFF",
- "enableAutoArchive": true,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "useSmartCpc": true,
- "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}
}{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| reasonId | integer <int32> [Optional] Pause Reason ID. See Enum - Pause Reasons |
{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| name required | string New name for the Job Campaign copy |
| poolId required | integer <int32> Job Pool ID to put the new Job Campaign copy under |
{- "name": "string",
- "poolId": 0
}{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" "SURVEY_STATUS" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" "surveyStatus" |
{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| name | string Job Campaign name |
| basicCpc | integer <int32> CPC used by Talroo Apply and Talroo Basic campaigns |
| monthlyBudget | number The monthly recurring budget for the campaign |
| jobBudgetType | string Enum: "MONTHLY" "NONE" Enable and set job level budget type |
| jobBudgetDefault | number Default job level budget |
| applyOrder | integer <int32> Order (descending) in which campaigns have their job filters applied to remaining jobs within the pool |
object (ConfigQuery) Filter jobs into this campaign based on various job object fields | |
| targetCpa | integer <int32> Goal CPA used by campaigns utilizing the Target CPA bidding strategy |
| talrooApply | boolean Boolean indicating whether this is a Talroo Apply campaign |
| emailAddress | string Email address to which Talroo Apply applicants and Talroo Event RSVP reports will be sent, when applicable |
| otherEmailAddresses | Array of strings Additional email addresses to receive Talroo Apply New Applicant and Event RSVP emails, when applicable |
| talrooApplySkipResume | boolean Talroo Apply Only: [Optional] Boolean indicating whether applicants will be prompted to submit a resume as part of the Talroo Apply application |
| talrooApplyReqResume | boolean Talroo Apply Only: [Optional] Boolean indicating whether a resume is required as part of the Talroo Apply application |
| talrooApplySendUnqualified | boolean Talroo Apply Only: [Optional] Boolean indicating whether we forward data for unqualified Talroo Apply applications |
| talrooApplyRedir | boolean Talroo Apply Only: [Optional] Feature to automatically redirect applicants to the job's URL after applying |
| budgetPacing | boolean Whether this campaign is utilizing the automatic budget pacing mechanism |
| extendBudgetPacing | boolean Whether this campaign continues to use budget pacing after the pacingDom |
| pacingDom | integer <int8> When using budget pacing, apply pacing to the campaign's budget until this day of the month |
| minCpc | integer <int32> Minimum cost per click for this Job Campaign |
| minCpa | integer <int32> Minimum cost per application for this Job Campaign |
| talrooProCpc | integer <int32> CPC used by Talroo Pro campaigns |
| talrooPro | string Enum: "OFF" "ON" Boolean indicating whether this is a Talroo Pro campaign |
| eventStartDt | string <date> Hiring Events Only: [Required] Event start date |
| eventEndDt | string <date> Hiring Events Only: [Required] Event end date |
| eventLocation | string Hiring Events Only: [Required] Physical address, or URL if online, where event will take place |
| eventType | string Enum: "IN_PERSON" "ONLINE" Hiring Events Only: [Required] Whether this is an in-person or online event |
| eventTimes | string Hiring Events Only: [Required] Formatted times of the event |
| eventTimeslot | integer <int8> Hiring Events Only: [Optional] Length of timeslots in minutes (30 or 60 are supported). When set, this will require users to RSVP to specific timeslots |
| eventTimeslotLimit | integer <int32> Hiring Events Only: [Optional] Limits the amount of RSVPs that can be made for a single timeslot |
| eventCustomTy | string Hiring Events Only: [Optional] Custom thank you message to show users after they RSVP |
| eventPrepare | string Hiring Events Only: [Optional] Verbiage around how users should prepare for the event after they RSVP |
| eventWear | string Hiring Events Only: [Optional] Verbiage around what users should wear to the event |
| fullTargetCpa | boolean Boolean indicating whether this campaign is allowed to bid up on high converting traffic. HIGHLY RECOMMENDED TO BE SET TO TRUE |
| targetCpaType | string Enum: "CAMPAIGN" "CAMPAIGN_FIXED" "JOB" "JOB_FIXED" "NONE" Target CPA Only: Field to indicate what type of Target CPA campaign this is |
| autopilot | boolean Boolean indicating whether this campaign is utilizing our Autopilot bidding strategy |
| autopilotMaxCpc | integer <int32> Maximum CPC that can be set when using our Autopilot bidding strategy |
object Additional Field object to be used with integrations. Please reach out to your Talroo POC for options | |
| talrooFeaturedType | string Enum: "AI_ALWAYS_ON" "ALWAYS_ON" "ALWAYS_ON_ABSOLUTE" "CPC_BASED" "J2C_ALWAYS_ON" "J2C_CPC_BASED" "OFF" Enum indicating if this campaign is a Talroo Featured campaign |
| talrooApplyPro | boolean Boolean indicating if this campaign is a Talroo Apply Pro campaign |
| sendReminders | string Enum: "OFF" "ON" Boolean indicating whether this campaign sends reminders for unfinished applications |
| reminderType | string Enum: "BOTH" "EMAIL" "NONE" "SMS" Enum indicating how this campaign sends reminders for unfinished applications |
| applicationLinkOverride | string The job application link override for a campaign |
| addressQuestion | string Enum: "OFF" "OPTIONAL" "REQUIRED" Whether we add an address question to the Talroo Apply application form |
| workExperienceQuestions | string Enum: "OFF" "OPTIONAL" "OPTIONAL_IF_NO_RESUME" "REQUIRED" "REQUIRE_IF_NO_RESUME" Whether we add work experience questions to the Talroo Apply application form |
| educationHistoryQuestions | string Enum: "OFF" "OPTIONAL" "OPTIONAL_IF_NO_RESUME" "REQUIRED" "REQUIRE_IF_NO_RESUME" Whether we add education history questions to the Talroo Apply application form |
| enableAutoArchive | boolean Whether this campaign is eligible for auto archival |
| autoArchiveAt | string <date-time> The timestamp at which the campaign should be automatically archived |
| useSmartCpc | boolean Flag indicating usage of recommended cpc api to set the bid on jobs filtered into this campaign |
| candidateTier | string Enum: "ET" "FT" "ST" The minimum tier of candidate targeting for this campaign |
object Candidate tier settings with multiplier and source parameter for each tier |
{- "name": "string",
- "basicCpc": 0,
- "monthlyBudget": 0,
- "jobBudgetType": "MONTHLY",
- "jobBudgetDefault": 0,
- "applyOrder": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "targetCpa": 0,
- "talrooApply": true,
- "emailAddress": "string",
- "otherEmailAddresses": [
- "string"
], - "talrooApplySkipResume": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplyRedir": true,
- "budgetPacing": true,
- "extendBudgetPacing": true,
- "pacingDom": 0,
- "minCpc": 0,
- "minCpa": 0,
- "talrooProCpc": 0,
- "talrooPro": "OFF",
- "eventStartDt": "1970-01-01",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventType": "IN_PERSON",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 0,
- "eventCustomTy": "string",
- "eventPrepare": "string",
- "eventWear": "string",
- "fullTargetCpa": true,
- "targetCpaType": "CAMPAIGN",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooApplyPro": true,
- "sendReminders": "OFF",
- "reminderType": "BOTH",
- "applicationLinkOverride": "string",
- "addressQuestion": "OFF",
- "workExperienceQuestions": "OFF",
- "educationHistoryQuestions": "OFF",
- "enableAutoArchive": true,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "useSmartCpc": true,
- "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}
}{- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" "SURVEY_STATUS" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" "surveyStatus" |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "poolId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "adType": "EVENT",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "addressQuestion": "OFF",
- "applicationLinkOverride": "string",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilot": true,
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "budgetPacing": true,
- "campaignQuestions": [
- {
- "id": 0,
- "templateId": 0,
- "templateName": "string",
- "questionSetId": 0,
- "setName": "string"
}
], - "candidateTier": "ET",
- "candidateTierSettings": {
- "property1": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}, - "property2": {
- "multiplier": 1.5,
- "sourceParam": "utm_source=talroo_ft"
}
}, - "createdAt": "1970-01-01T00:00Z",
- "dailyCapResetTime": "00:00Z",
- "dailyCapped": true,
- "dailyCappedTime": "1970-01-01T00:00Z",
- "educationHistoryQuestions": "OFF",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "eventCustomTy": "string",
- "eventEndDt": "1970-01-01",
- "eventLocation": "string",
- "eventPrepare": "string",
- "eventStartDt": "1970-01-01",
- "eventTimes": "string",
- "eventTimeslot": 0,
- "eventTimeslotLimit": 1,
- "eventType": "IN_PERSON",
- "eventWear": "string",
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "extendBudgetPacing": true,
- "fullTargetCpa": true,
- "jobBudgetDefault": 0,
- "jobBudgetType": "MONTHLY",
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpa": 0,
- "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "oneTimeBudgetDollars": 0,
- "otherEmailAddresses": [
- "string"
], - "pacingDom": 0,
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "reminderType": "BOTH",
- "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "sendReminders": "OFF",
- "spending": {
- "yesterday": 0
}, - "surveyStatus": {
- "surveyStatus": {
- "dirty": true,
- "pushedAt": "1970-01-01T00:00Z",
- "externalSurvey": true
}
}, - "talrooApply": true,
- "talrooApplyPro": true,
- "talrooApplyRedir": true,
- "talrooApplyReqResume": true,
- "talrooApplySendUnqualified": true,
- "talrooApplySkipResume": true,
- "talrooFeaturedType": "AI_ALWAYS_ON",
- "talrooPro": "OFF",
- "talrooProCpc": 0,
- "targetCpa": 0,
- "targetCpaType": "CAMPAIGN",
- "totalBudgetDollars": 0,
- "useSmartCpc": true,
- "workExperienceQuestions": "OFF"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}{- "id": 0,
- "name": "string",
- "ccEmailAddress": "string",
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "features": {
- "property1": true,
- "property2": true
}, - "jobApplicationQuestionsEnabled": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "sigmaEmbedUrl": "string",
- "sigmaPreSignedEmbedUrl": "string",
- "test": true
}| sourceId required | integer <int32> |
| jobReference required | string |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| sourceId required | integer <int32> |
| jobReference required | string |
| title required | string Job title for this Job Expansion |
object (JobExpansionFilter) JobExpansionFilter object containing a list of job references and job titles upon which to match jobs for expansion |
{- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}{- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}| sourceId required | integer <int32> |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| sourceId required | integer <int32> |
| title required | string Job title for this Job Expansion |
object (JobExpansionFilter) JobExpansionFilter object containing a list of job references and job titles upon which to match jobs for expansion |
{- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}{- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}| jobId required | string |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| jobId required | string |
| title required | string Job title for this Job Expansion |
object (JobExpansionFilter) JobExpansionFilter object containing a list of job references and job titles upon which to match jobs for expansion |
{- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}{- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}Array of objects (JobExpansionBulkCreate) | |||||
Array
| |||||
{- "items": [
- {
- "sourceId": 0,
- "title": "string"
}
]
}{- "items": [
- {
- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}| expansionId required | integer <int32> |
{- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}| expansionId required | integer <int32> |
| title | string Job title for this Job Expansion |
{- "title": "string"
}{- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "sourceId": 0,
- "title": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "lastImported": "1970-01-01T00:00Z",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| poolId required | integer <int32> Job Pool ID |
{- "id": 0,
- "subCustomerId": 0,
- "name": "string",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "callToAction": {
- "id": 0,
- "description": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z"
}, - "callToActionId": 0,
- "cpaBitmap": { },
- "createdAt": "1970-01-01T00:00Z",
- "enableTlrSid": true,
- "isCpa": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "requiredQualifyingQuestionSetIds": [
- 0
], - "requiredQualifyingQuestionSets": [
- {
- "id": 0,
- "displayName": "string",
- "category": "string"
}
], - "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "thirdPartyIntegrationType": "ADECCO_INTEGRATION"
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "subCustomerId": 0,
- "name": "string",
- "additionalFields": {
- "property1": "string",
- "property2": "string"
}, - "callToAction": {
- "id": 0,
- "description": "string",
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z"
}, - "callToActionId": 0,
- "cpaBitmap": { },
- "createdAt": "1970-01-01T00:00Z",
- "enableTlrSid": true,
- "isCpa": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "requiredQualifyingQuestionSetIds": [
- 0
], - "requiredQualifyingQuestionSets": [
- {
- "id": 0,
- "displayName": "string",
- "category": "string"
}
], - "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "thirdPartyIntegrationType": "ADECCO_INTEGRATION"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| segmentId required | integer <int32> Talroo Job Segment ID |
{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| segmentId required | integer <int32> Talroo Job Segment ID |
{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| segmentId required | integer <int32> Talroo Job Segment ID |
| name required | string New name for the Job Segment copy |
| campaignId required | integer <int32> Job Campaign ID to put the new Job Segment copy under |
{- "name": "string",
- "campaignId": 0
}{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| segmentId required | integer <int32> Talroo Job Segment ID |
{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| campaignId required | integer <int32> |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| campaignId required | integer <int32> |
| name | string Job Segment name |
| basicCpc | integer <int32> CPC used for segments within non-Talroo Pro campaigns |
| monthlyBudget | number Job Segment monthly budget |
| jobBudgetDefault | number Default job level budget |
| applyOrder | integer <int32> Order in which this Job Segment's job filters will be applied to remaining pool jobs |
object (ConfigQuery) Filter jobs into this Job Segment based on various job object fields | |
| targetCpa | integer <int32> Goal CPA used by segments utilizing the Target CPA bidding strategy |
| emailAddress | string Email address to which new Talroo Apply applicant emails will be sent |
| minCpc | integer <int32> Minimum cost per click |
| talrooProCpc | integer <int32> CPC used for Job Segments within Talroo Pro campaigns |
| enableAutoArchive | boolean Whether this segment is eligible for auto archival |
| autoArchiveAt | string <date-time> The timestamp at which the segment should be automatically archived |
| useSmartCpc | boolean Flag indicating usage of recommended cpc api to set the bid on jobs filtered into this segment |
| autopilotMaxCpc | integer <int32> Maximum CPC that can be set when using our Autopilot bidding strategy (overrides campaign-level value) |
{- "name": "string",
- "basicCpc": 0,
- "monthlyBudget": 0,
- "jobBudgetDefault": 0,
- "applyOrder": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "targetCpa": 0,
- "emailAddress": "string",
- "minCpc": 0,
- "talrooProCpc": 0,
- "enableAutoArchive": true,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "useSmartCpc": true,
- "autopilotMaxCpc": 0
}{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| segmentId required | integer <int32> Talroo Job Segment ID |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" |
{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| segmentId required | integer <int32> Talroo Job Segment ID |
| name | string Job Segment name |
| basicCpc | integer <int32> CPC used for segments within non-Talroo Pro campaigns |
| monthlyBudget | number Job Segment monthly budget |
| jobBudgetDefault | number Default job level budget |
| applyOrder | integer <int32> Order in which this Job Segment's job filters will be applied to remaining pool jobs |
object (ConfigQuery) Filter jobs into this Job Segment based on various job object fields | |
| targetCpa | integer <int32> Goal CPA used by segments utilizing the Target CPA bidding strategy |
| emailAddress | string Email address to which new Talroo Apply applicant emails will be sent |
| minCpc | integer <int32> Minimum cost per click |
| talrooProCpc | integer <int32> CPC used for Job Segments within Talroo Pro campaigns |
| enableAutoArchive | boolean Whether this segment is eligible for auto archival |
| autoArchiveAt | string <date-time> The timestamp at which the segment should be automatically archived |
| useSmartCpc | boolean Flag indicating usage of recommended cpc api to set the bid on jobs filtered into this segment |
| autopilotMaxCpc | integer <int32> Maximum CPC that can be set when using our Autopilot bidding strategy (overrides campaign-level value) |
{- "name": "string",
- "basicCpc": 0,
- "monthlyBudget": 0,
- "jobBudgetDefault": 0,
- "applyOrder": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "targetCpa": 0,
- "emailAddress": "string",
- "minCpc": 0,
- "talrooProCpc": 0,
- "enableAutoArchive": true,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "useSmartCpc": true,
- "autopilotMaxCpc": 0
}{- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| report | Array of strings Items Enum: "EVENTS" "JOBS" "POOL" "SCHEDULING" "SPENDING" |
| expand | Array of strings unique Default: "" Items Enum: "events" "jobs" "scheduling" "spending" |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "name": "string",
- "status": "ARCHIVED",
- "applyOrder": 0,
- "autoArchiveAt": "1970-01-01T00:00Z",
- "autopilotMaxCpc": 0,
- "basicCpc": 0,
- "createdAt": "1970-01-01T00:00Z",
- "emailAddress": "string",
- "enableAutoArchive": true,
- "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "jobBudgetDefault": 0,
- "jobFilters": {
- "jobReference": [
- "string"
], - "zipCode": [
- "string"
], - "city": [
- "string"
], - "title": [
- "string"
], - "description": [
- "string"
], - "companyId": [
- 0
], - "advertiserId": [
- "string"
], - "majorCategory": [
- "string"
], - "minorCategory": [
- "string"
], - "srcCampId": [
- "string"
], - "srcSegId": [
- "string"
], - "stateId": [
- 0
], - "created": {
- "from": 90,
- "to": 0
}, - "targetCpa": {
- "lower": 0,
- "upper": 0
}, - "cpc": {
- "lower": 0,
- "upper": 0
}, - "hasSmartScreeners": true,
- "requiredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "preferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}, - "requiredOrPreferredQualifications": {
- "items": [
- 0
], - "type": "EXCLUDE"
}
}, - "jobs": {
- "totalJobs": 0
}, - "minCpc": 0,
- "modifiedAt": "1970-01-01T00:00Z",
- "monthlyBudget": 0,
- "mtdSpend": 0,
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "report": {
- "jobs": {
- "totalJobs": 0
}, - "events": {
- "totalRSVPs": 0,
- "todayRSVPs": 0
}, - "pool": {
- "id": 0,
- "name": "string",
- "customerId": 0,
- "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "monthlyBudgetChanges": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "oneTimeBudgets": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
]
}, - "spending": {
- "yesterday": 0
}
}, - "scheduling": {
- "scheduledPauses": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
]
}, - "spending": {
- "yesterday": 0
}, - "talrooProCpc": 0,
- "targetCpa": 0,
- "useSmartCpc": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| sortSetting | string Enum: "BY_CTR" "BY_RELEVANCE" |
| blendWeight | number <double> Default: 0.1 |
| count | integer <int32> |
| title required | string |
| description required | string |
{- "title": "string",
- "description": "string"
}{- "suggestions": [
- "string"
]
}| ids required | Array of strings Platform Job IDs |
{- "ids": [
- "string"
]
}[- {
- "id": "string",
- "status": "DAILY_CAPPED"
}
]| title required | string |
| description required | string |
{- "title": "string",
- "description": "string"
}{- "suggestions": [
- {
- "title": "string",
- "reasoning": "string"
}
]
}| id required | string Platform ID of Job |
| report | Array of strings Items Value: "EXPANSION" [Optional] Additional info related to the job |
| expand | Array of strings unique Default: "" Items Value: "expansion" [Optional] Additional info related to the job |
{- "id": "string",
- "adType": "EVENT",
- "atsJobId": "string",
- "campaignId": 0,
- "campaignName": "string",
- "cities": [
- "string"
], - "states": [
- "string"
], - "company": "string",
- "companyId": 0,
- "customerId": 0,
- "jobReference": "string",
- "majorCategoryId": [
- "string"
], - "majorCategoryName": [
- "string"
], - "minorCategoryId": [
- "string"
], - "minorCategoryName": [
- "string"
], - "poolId": 0,
- "segmentId": 0,
- "segmentName": "string",
- "sourceId": 0,
- "status": "DAILY_CAPPED",
- "title": "string",
- "zipcodes": [
- "string"
], - "derived": true,
- "jobId": 0,
- "isCpa": true,
- "jobExpansionId": 0,
- "originalJobReference": "string",
- "description": "string",
- "url": "string",
- "eventStart": "1970-01-01",
- "eventEnd": "1970-01-01",
- "llmAllRequirements": [
- "string"
], - "llmAllRequirementsNormalized": {
- "property1": "string",
- "property2": "string"
}, - "llmAllPreferences": [
- "string"
], - "llmAllPreferencesNormalized": {
- "property1": "string",
- "property2": "string"
}, - "llmCompensation": [
- "string"
], - "llmBenefits": [
- "string"
], - "llmWorkSchedule": [
- "string"
], - "llmWorkLocationType": [
- "string"
], - "llmVisaStatus": [
- "string"
], - "smartQualifyQuestions": [
- "string"
], - "copiedLink": "string",
- "facebookLink": "string",
- "linkedinLink": "string",
- "twitterLink": "string",
- "emailLink": "string",
- "report": {
- "jobExpansion": {
- "titleCount": 0,
- "expansions": [
- {
- "id": 0,
- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}
}, - "expansion": {
- "titleCount": 0,
- "expansions": [
- {
- "id": 0,
- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}, - "subCustomerId": 0,
- "dedupDigest": "string",
- "dedupeRank": 0,
- "deduped": true
}Available Sort Fields: campaignName, campaign, cities, location, company, jobReference, majorCategory, majorCategoryName, minorCategory, minorCategoryName, segmentName, segment, states, title, zipcodes
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| report | Array of strings Items Value: "EXPANSION" [Optional] Additional info related to the job |
| expand | Array of strings unique Default: "" Items Value: "expansion" [Optional] Additional info related to the job |
| subCustomerId | integer <int32> Sub Customer ID |
{- "size": 0,
- "content": [
- {
- "id": "string",
- "adType": "EVENT",
- "atsJobId": "string",
- "campaignId": 0,
- "campaignName": "string",
- "cities": [
- "string"
], - "states": [
- "string"
], - "company": "string",
- "companyId": 0,
- "customerId": 0,
- "jobReference": "string",
- "majorCategoryId": [
- "string"
], - "majorCategoryName": [
- "string"
], - "minorCategoryId": [
- "string"
], - "minorCategoryName": [
- "string"
], - "poolId": 0,
- "segmentId": 0,
- "segmentName": "string",
- "sourceId": 0,
- "status": "DAILY_CAPPED",
- "title": "string",
- "zipcodes": [
- "string"
], - "derived": true,
- "jobId": 0,
- "isCpa": true,
- "jobExpansionId": 0,
- "originalJobReference": "string",
- "description": "string",
- "url": "string",
- "eventStart": "1970-01-01",
- "eventEnd": "1970-01-01",
- "llmAllRequirements": [
- "string"
], - "llmAllRequirementsNormalized": {
- "property1": "string",
- "property2": "string"
}, - "llmAllPreferences": [
- "string"
], - "llmAllPreferencesNormalized": {
- "property1": "string",
- "property2": "string"
}, - "llmCompensation": [
- "string"
], - "llmBenefits": [
- "string"
], - "llmWorkSchedule": [
- "string"
], - "llmWorkLocationType": [
- "string"
], - "llmVisaStatus": [
- "string"
], - "smartQualifyQuestions": [
- "string"
], - "copiedLink": "string",
- "facebookLink": "string",
- "linkedinLink": "string",
- "twitterLink": "string",
- "emailLink": "string",
- "report": {
- "jobExpansion": {
- "titleCount": 0,
- "expansions": [
- {
- "id": 0,
- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}
}, - "expansion": {
- "titleCount": 0,
- "expansions": [
- {
- "id": 0,
- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}, - "subCustomerId": 0,
- "dedupDigest": "string",
- "dedupeRank": 0,
- "deduped": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}Search all unique Job Titles grouped by Source
| search | any Filtering criteria (more info) |
| current | integer <int32> |
| next | integer <int32> |
| previous | integer <int32> |
| size | integer <int32> [ 0 .. 1000 ] Default: 20 |
| expand | Array of strings unique Default: "" Items Value: "expansion" [Optional] Additional info related to the job |
| subCustomerId | integer <int32> Sub Customer ID |
{- "content": [
- {
- "title": "string",
- "source": {
- "id": 0,
- "name": "string",
- "status": "ARCHIVED",
- "pool": {
- "id": 0,
- "name": "string",
- "customer": {
- "id": 0,
- "name": "string",
- "jobApplicationQuestionsEnabled": true
}, - "revenueType": "ALLIANCE",
- "isCpa": true,
- "thirdPartyIntegration": {
- "name": "string",
- "type": "ADECCO_INTEGRATION",
- "acceptedResumeFileTypes": [
- "string"
], - "additionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "poolAdditionalFields": [
- {
- "dataType": "DATETIME",
- "clientPattern": "string",
- "adminOnly": true,
- "required": true,
- "name": "string",
- "displayName": "string"
}
], - "appliesToAdType": "EVENT",
- "isAts": true,
- "sendsResumeTo3PI": true
}, - "cpaBitmap": { },
- "requiredQualifyingQuestionSetIds": [
- 0
]
}
}, - "count": 0,
- "expansion": {
- "titleCount": 0,
- "expansions": [
- {
- "id": 0,
- "title": "string",
- "jobFilters": {
- "jobReference": [
- "string"
], - "title": [
- "string"
]
}
}
]
}
}
], - "metadata": {
- "current": 0,
- "previous": 0,
- "next": 0,
- "size": 0
}
}| stateId required | integer <int32> State ID. See Locations - States |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "cityState": "string",
- "aliasOf": { },
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "county": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| countyId required | integer <int32> County ID. See Locations - Counties |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "cityState": "string",
- "aliasOf": { },
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "county": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "cityState": "string",
- "aliasOf": { },
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "county": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| cityId required | integer <int32> City ID |
{- "id": 0,
- "name": "string",
- "cityState": "string",
- "aliasOf": { },
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "county": {
- "id": 0,
- "name": "string"
}
}| stateId required | integer <int32> State ID. See Locations - States |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "name": "string",
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "abbreviation": "st",
- "timeZone": "string",
- "name": "string"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": "strin",
- "longitude": 0.1,
- "latitude": 0.1,
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "city": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| zipCode required | integer <int32> ZipCode - 5 digits |
{- "id": "strin",
- "longitude": 0.1,
- "latitude": 0.1,
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "city": {
- "id": 0,
- "name": "string"
}
}| stateId required | integer <int32> State ID. See Locations - States |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": "strin",
- "longitude": 0.1,
- "latitude": 0.1,
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "city": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| cityId required | integer <int32> City ID. See Locations - Cities |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
{- "size": 0,
- "content": [
- {
- "id": "strin",
- "longitude": 0.1,
- "latitude": 0.1,
- "state": {
- "id": 0,
- "abbreviation": "string",
- "name": "string"
}, - "city": {
- "id": 0,
- "name": "string"
}
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| Authorization | string |
| grantType | string Enum: "CHALLENGE" "CLIENT_CREDENTIALS" "CODE" "PASSWORD" |
| code required | string |
{- "username": "string",
- "password": "string"
}{- "accessToken": "string",
- "tokenType": "string",
- "expiresIn": 0,
- "idToken": "string",
- "challenge": "SMS_MFA"
}| search | any Filtering criteria (more info) |
| next | integer <int32> |
| previous | integer <int32> |
| size | integer <int32> [ 0 .. 5000 ] Default: 50 |
{- "content": [
- {
- "customerId": 0,
- "segmentId": 0,
- "count": 0,
- "liveCount": 0,
- "pausedCount": 0
}
], - "metadata": {
- "current": 0,
- "previous": 0,
- "next": 0
}
}| search | any Filtering criteria (more info) |
| next | integer <int32> |
| previous | integer <int32> |
| size | integer <int32> [ 0 .. 5000 ] Default: 50 |
{- "content": [
- {
- "customerId": 0,
- "campaignId": 0,
- "count": 0,
- "liveCount": 0,
- "pausedCount": 0
}
], - "metadata": {
- "current": 0,
- "previous": 0,
- "next": 0
}
}| monthlyBudgetChangeId required | integer <int32> Scheduled Monthly Budget Change ID |
{- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| applyOn | string <date> Date on which this new monthly budget is set to take effect |
| budgetCents | integer <int32> The new monthly budget in cents |
| absolute | boolean When absolute is TRUE, the Scheduled budget change will replace the current monthly budget with the set budgetCents value. When FALSE, it will adjust the current monthly budget with the set budgetCents value |
{- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "absolute": true
}{- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}| monthlyBudgetChangeId required | integer <int32> Scheduled Monthly Budget Change ID |
{- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}| monthlyBudgetChangeId required | integer <int32> Scheduled Monthly Budget Change ID |
| applyOn | string <date> Date on which this new monthly budget is set to take effect |
| budgetCents | integer <int32> The new monthly budget in cents |
| absolute | boolean When absolute is TRUE, the Scheduled budget change will replace the current monthly budget with the set budgetCents value. When FALSE, it will adjust the current monthly budget with the set budgetCents value |
{- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "absolute": true
}{- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "absolute": true,
- "applyOn": "1970-01-01",
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "errorMessage": "string",
- "failed": true,
- "modifiedAt": "1970-01-01T00:00Z"
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}NOTE: By default, non-LIVE Campaigns will be launched when the OneTimeBudget is started. To change this behavior, set the launchOnStart property in the request body to false.
| campaignId required | integer <int32> Talroo Job Campaign ID |
| start | string <date> Date on which this One Time Budget should be added to the campaign |
| budgetCents | integer <int32> Amount of the One Time Budget in cents |
| rollover | boolean Boolean indicating whether this One Time Budget should rollover unspent budget to the next month |
| launchOnStart | boolean Boolean indicating whether this One Time Budget should have the ability to push the campaign live on its start date |
{- "start": "1970-01-01",
- "budgetCents": 0,
- "rollover": true,
- "launchOnStart": true
}{- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}| oneTimeBudgetId required | integer <int32> One Time Budget ID |
{- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}NOTE: By default, non-LIVE Campaigns will be launched when the OneTimeBudget is started. To change this behavior, set the launchOnStart property in the request body to false.
| oneTimeBudgetId required | integer <int32> One Time Budget ID |
| start | string <date> Date on which this One Time Budget should be added to the campaign |
| budgetCents | integer <int32> Amount of the One Time Budget in cents |
| rollover | boolean Boolean indicating whether this One Time Budget should rollover unspent budget to the next month |
| launchOnStart | boolean Boolean indicating whether this One Time Budget should have the ability to push the campaign live on its start date |
{- "start": "1970-01-01",
- "budgetCents": 0,
- "rollover": true,
- "launchOnStart": true
}{- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "budgetCents": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "end": "1970-01-01",
- "launchOnStart": true,
- "modifiedAt": "1970-01-01T00:00Z",
- "rollover": true,
- "start": "1970-01-01",
- "started": true
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| segmentId required | integer <int32> Talroo Job Segment ID |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| segmentId required | integer <int32> Talroo Job Segment ID |
| pauseOn | string <date> Date on which the corresponding Talroo Job Campaign, or Talroo Job Segment, should be paused |
| pauseReasonId | integer <int32> [Optional] Pause Reason ID. See Enum - Pause Reasons |
{- "pauseOn": "1970-01-01",
- "pauseReasonId": 0
}{- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}| campaignId required | integer <int32> Talroo Job Campaign ID |
| pauseOn | string <date> Date on which the corresponding Talroo Job Campaign, or Talroo Job Segment, should be paused |
| pauseReasonId | integer <int32> [Optional] Pause Reason ID. See Enum - Pause Reasons |
{- "pauseOn": "1970-01-01",
- "pauseReasonId": 0
}{- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}| pauseId required | integer <int32> Scheduled Pause ID |
{- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}| pauseId required | integer <int32> Scheduled Pause ID |
| pauseOn | string <date> Date on which the corresponding Talroo Job Campaign, or Talroo Job Segment, should be paused |
| pauseReasonId | integer <int32> [Optional] Pause Reason ID. See Enum - Pause Reasons |
{- "pauseOn": "1970-01-01",
- "pauseReasonId": 0
}{- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}| page | number >= 0 Default: 0 Zero-based page index (0..N) |
| size | number >= 1 Default: 20 The size of the page to be returned |
| sort | Array of strings Example: sort=id,asc Sorting criteria (more info) |
| search | string Filtering criteria (more info) |
| subCustomerId | integer <int32> |
{- "size": 0,
- "content": [
- {
- "id": 0,
- "campaignId": 0,
- "segmentId": 0,
- "completed": true,
- "createdAt": "1970-01-01T00:00Z",
- "modifiedAt": "1970-01-01T00:00Z",
- "pauseOn": "1970-01-01",
- "pauseReason": {
- "id": 0,
- "description": "string"
}, - "pauseReasonId": 0
}
], - "number": 0,
- "totalPages": 0,
- "totalElements": 0
}{- "status": "DEGRADED",
- "version": "string",
- "details": {
- "valueAsText": "string",
- "fieldNames": null,
- "array": true,
- "fields": null,
- "null": true,
- "elements": null,
- "number": true,
- "int": true,
- "long": true,
- "double": true,
- "bigDecimal": true,
- "bigInteger": true,
- "numberType": "BIG_DECIMAL",
- "decimalValue": 0,
- "doubleValue": 0.1,
- "intValue": 0,
- "longValue": 0,
- "bigIntegerValue": 0,
- "valueNode": true,
- "containerNode": true,
- "missingNode": true,
- "object": true,
- "pojo": true,
- "integralNumber": true,
- "floatingPointNumber": true,
- "textual": true,
- "boolean": true,
- "binary": true,
- "numberValue": 0,
- "booleanValue": true,
- "binaryValue": "string",
- "valueAsInt": 0,
- "valueAsLong": 0,
- "valueAsDouble": 0.1,
- "valueAsBoolean": true,
- "textValue": "string"
}, - "maintenance": {
- "status": "INACTIVE",
- "message": "string",
- "startsAt": "1970-01-01T00:00Z",
- "endsAt": "1970-01-01T00:00Z"
}
}