Get a job.

Obtain the Job information.


Function

  • getJob()

Url

  • POST: /PuresendService/v1/getJob

Parameters

  • jobId: Integer
    • Job Id

Return

  • Job:
    • Job information object

Exception

  • Exception

Documentation

  • To get the Job information via the Web Service, use the function:getJob()

Examples

{
    "jobId" : 12345
}
{
    "id": 12345,
    "name": "name of job",
    "listIds": [
        123
    ],
    "suppressionIds": [],
    "clusterNames": [
        "clusterName"
    ],
    "rulesetId": -1,
    "messageId": 1234,
    "friendlyFrom": "Mr. From",
    "from": "sample@response.com",
    "subject": "subject of mail",
    "scheduledDate": 1651847040000,
    "friendlyReplyTo": "",
    "replyTo": "",
    "emailFromFormat": 0,
    "searchCriteriaId": -1,
    "skipFirst": -1,
    "useOnly": 5,
    "status": 7,
    "domainThrottles": null,
    "notes": "",
    "tags": "",
    "finished": null
}