cURL
curl --request POST \ --url https://{tenant}.torchapp.com.au/api/v1/projects/record-results \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_identifier": "architecto", "indicator_identifier": "architecto", "disaggregations": [ { "category": "architecto", "items": [ {} ] } ] } '
{}
Record results for a project and indicator.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"architecto"
Show child attributes
Results recorded
The response is of type object.
object