Skip to main content

API - Return autorun data

Returns the JSON for a preset autorun configuration.

URL

CODE
(GET) /api/projects/{projectkey}/autorunpreset?token={token}&preset={preset}

PARAMETERS

Parameters are:

token

The session token obtained when connecting.

preset

Integer

 

RESULTS

The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.

EXAMPLE

A typical result may look like:

CODE
{
    "enabled": true,
    "processRunSecs": 0,
    "processRunLongSecs": 3600,
    "detectSourceFileChanges": false,
    "scanFiles": true,
    "createJobs": true,
    "createJobsMultilingual": false,
    "createJobsOffline": true,
    "createJobsMaxSegments": 1000,
    "createJobsIncludeMemory": false,
    "cancelIrrelevantJobs": false,
    "createJobsSendRequest": false,
    "createJobsCommitRequest": false,
    "jobResultsDownload": true,
    "jobResultsAccept": false,
    "jobSendCancel": false,
    "jobXliffOut": false,
    "jobXliffOutDir": null,
    "jobXliffIn": false,
    "jobXliffInDir": null,
    "jobXliffInCommit": false,
    "pseudoTranslate": false,
    "pseudoTranslateMode": "Source",
    "pseudoTranslateLength": 0,
    "pseudoTranslateValidate": true,
    "pseudoTranslateSave": false,
    "deliverFiles": true,
    "recreateTargetFiles": true,
    "ps1trans": false,
    "deleteOldFilesMonths": 0,
    "saveFileStatus": false,
    "deleteOldJobsDays": 180
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.