Skip to main content
POST
/
v1
/
projects
/
record-results
Record results
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": [
        {}
      ]
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
project_identifier
string
required
Example:

"architecto"

indicator_identifier
string
required
Example:

"architecto"

disaggregations
object[]
required

Response

Results recorded

The response is of type object.