POST
/
v1
/
calculation-jobs
/
suggested-renovation-trajectory-calculation
/
batch
curl --request POST \
  --url https://public-api.setle.app/v1/calculation-jobs/suggested-renovation-trajectory-calculation/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "external_id": "<string>",
  "deactivated_at": "2023-11-07T05:31:56Z",
  "calculation_job_type": "EPC_DOCUMENT_PROCESSING",
  "calculation_job_status": "NOT_STARTED",
  "metadata": {},
  "estate_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "published_at": "2023-11-07T05:31:56Z"
}

See the single-item endpoint documentation for more information about this API and its intended usage.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · string[]
Body with required input data.

The body is of type string[].

Response

200
application/json
Successfully processed request.
id
string
required
created_at
string
required
updated_at
string
required
external_id
string
required
deactivated_at
string
required
calculation_job_type
enum<string>
required
Available options:
EPC_DOCUMENT_PROCESSING,
ENERGY_EFFICIENCY_INDICATION,
SUGGESTED_RENOVATION_TRAJECTORY_CALCULATION
calculation_job_status
enum<string>
required
Available options:
NOT_STARTED,
RUNNING,
FINISHED,
FAILED,
STOPPED
metadata
object
required
estate_id
string
required
name
string
required
description
string
required
expires_at
string
required
published_at
string
required