Resource

{
    "data": [
        {
            "id": "integer",
            "name": "string",
            "subgoals": [
                {
                    "id": "integer",
                    "name": "string"
                }
            ]
        }
    ],
    "extended_message": "string",
    "message": "string",
    "status": "string",
    "status_code": "integer"
}

Properties

Name Example Description
data[]
data[].id 80085

eloomis internal id for the main goal

data[].name "Sales results"

The name of the main goal

data[].subgoals[]

Your companys id for the department

data[].subgoals[].id 80085

eloomis internal id for the sub goal

data[].subgoals[].name "Revenue"

The name of the sub goal

extended_message

Text to help with debugging

message

Text to help with debugging

status "OK"

HTTP Status text

status_code 200

HTTP Status code