{
"opencollection": "1.0.0",
"info": {
"name": "Polarion REST Account Jobs API",
"version": "v1"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Jobs",
"type": "folder"
},
"items": [
{
"info": {
"name": "Returns the list of Jobs.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://example.com/polarion/rest/v1/jobs",
"params": [
{
"name": "page[size]",
"value": "",
"type": "query",
"description": "Limit the number of entities returned in a single response. See REST API User Guide for details."
},
{
"name": "page[number]",
"value": "",
"type": "query",
"description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details."
},
{
"name": "fields",
"value": "",
"type": "query",
"description": "Filter returned resource fields. See REST API User Guide for details."
},
{
"name": "include",
"value": "",
"type": "query",
"description": "Include related entities. See REST API User Guide for details."
},
{
"name": "projectId",
"value": "",
"type": "query",
"description": "The Project ID."
}
]
},
"docs": "Returns the list of Jobs."
},
{
"info": {
"name": "Returns the specified Job.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://example.com/polarion/rest/v1/jobs/:jobId",
"params": [
{
"name": "jobId",
"value": "",
"type": "path",
"description": "The Job ID."
},
{
"name": "fields",
"value": "",
"type": "query",
"description": "Filter returned resource fields. See REST API User Guide for details."
},
{
"name": "include",
"value": "",
"type": "query",
"description": "Include related entities. See REST API User Guide for details."
}
]
},
"docs": "Returns the specified Job."
},
{
"info": {
"name": "Downloads the file content for a specified job.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://example.com/polarion/rest/v1/jobs/:jobId/actions/download/:filename",
"params": [
{
"name": "jobId",
"value": "",
"type": "path",
"description": "The Job ID."
},
{
"name": "filename",
"value": "",
"type": "path",
"description": "The Download File Name."
}
]
},
"docs": "Downloads the file content for a specified job."
},
{
"info": {
"name": "Downloads the Log content for a specified job.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://example.com/polarion/rest/v1/jobs/:jobId/log/content",
"params": [
{
"name": "jobId",
"value": "",
"type": "path",
"description": "The Job ID."
}
]
},
"docs": "Downloads the Log content for a specified job."
},
{
"info": {
"name": "Executes a Job.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://example.com/polarion/rest/v1/jobs/actions/execute",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Executes a Job."
}
]
}
],
"bundled": true
}