Get List of ElementLists

Gets the list of ElementLists for the job.

HTTP Method

GET /api/job/list_elementlists

Query String Parameters — Required

Name Details
v Description The version of the API to use
Allowed Values 1
Example v=1
api_token Description The API token used for this session
Allowed Values Hex String
Example api_token=7ca5dc5c7cce449fb0fff719307e8f5f
job_id Description The ID of the job
Allowed Values Hex String
Example job_id=64bea283eff6475ea6596027a6ba0929

Responses

HTTP Code Details
200 Description Success
Contents
JSON formatted list of ElementList versions.
See ElementList List Format for details.
400 Description An error occurred
Contents Error description (see Error Format for details)

Example Requests

GET /api/job/list_elementlists?v=1&api_token=7ca5dc5c7cce449fb0fff719307e8f5f
&job_id=64bea283eff6475ea6596027a6ba0929 HTTP/1.1
Host: api.cielo24.com

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

[{
    "iwp_name" : "example",
    "version" : "2014-07-31T12:35:52Z"
}]