Skip to main content
POST
Create disaggregation target

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
integer
required

The ID of the project.

element_id
integer
required

The ID of the element.

indicator_id
integer
required

The ID of the indicator.

disaggregation_id
integer
required

The ID of the disaggregation.

Body

application/json
target_date
string<date-time>
required
Example:

"2026-01-27T02:53:04"

target_value
number
Example:

4326.41688

target_narrative
string
Example:

"architecto"

target_status
string
Maximum string length: 255
Example:

"n"

target_rating
string
Maximum string length: 255
Example:

"g"

Response

Target created

The response is of type object.