Resource

{
    "data": [
        {
            "assigned_at": "YYYY-MM-DD hh:mm:ss",
            "completed_at": "YYYY-MM-DD hh:mm:ss",
            "required": "boolean",
            "user_id": "integer"
        }
    ],
    "extended_message": "string",
    "message": "string",
    "status": "string",
    "status_code": "integer"
}

Properties

Name Example Description
data[]
data[].assigned_at "2019-02-08 12:13:35"

When the user was assigned the course

data[].completed_at "2019-02-08 12:13:35"

When the user completed the course (null if users has not finished)

data[].required true

A flag to indicate if the program is required for the user or not

data[].user_id 5

eloomis internal id for the user

extended_message

Text to help with debugging

message

Text to help with debugging

status "OK"

HTTP Status text

status_code 200

HTTP Status code