Application history

Response

Key Type(s) Description
name string Name of the history item
result string Textual representation of the result; can be three values (OK, NOK, PENDING)
planned_at datetime Timestamp of the planned time
updated_at datetime Last update the history item was updated
created_at datetime Creation time of the history item

Example

Response

{
    "data": {
        "id": 903,
        "title": "Operator",
        "history": [
            {
                "name": "Cv screening",
                "result": "OK",
                "planned_at": "2019-10-31 14:15:00",
                "updated_at": "2019-10-31 14:19:20",
                "created_at": "2019-10-31 14:19:20"
            },
            {
                "name": "Interview",
                "result": "NOK",
                "planned_at": "2019-10-31 14:15:00",
                "updated_at": "2019-10-31 14:19:30",
                "created_at": "2019-10-31 14:19:30"
            }
        ],
        ...
    }
}

This is only a partial response in order to portray a better example