Applications

Returns a collection of vacancies for which the user has applied.

This response is similar to the vacancies response, it adds a few extra response keys which are described in the response table below.

Url

GET http://api.hr-technologies.com/v1/user/applications

Requires Authentication

Response

Key Type(s) Optional Description
status string Translated string containing the current global status for the user's application
history array optional Only available when the application has history, more information on History

{
    "data": [
        {
            "id": 492,
            "title": "OFFICE MANAGER BRUGGE-ROESELARE",
            "brand": {
                "name": "Testklant2",
                "description": "Tempo-Team is een onderdeel van Randstad Holding, de tweede grootste HR-dienstverlener ter wereld. ...",
                "icons": {
                    "small": "https://testklant2.hr-technologies.com/include/image.asp?img=saD027DOC.jpg",
                    "large": "https://testklant2.hr-technologies.com/include/image.asp?img=saA6C5DOC.jpg"
                },
                "url": "http://www.testklant.be"
            },
            "status": "Afgesloten",
            "is_spontaneous": false,
            "functiongroup": "Human resources",
            "types": [
                "Bediende"
            ],
            "contract_types": [
                "Onbepaalde duur"
            ],
            "work_regimes": [
                "Voltijds"
            ],
            "regions": [
                "West-Vlaanderen"
            ],
            "history": [
                {
                    "name": "Cv screening",
                    "result": "OK",
                    "planned_at": "2019-10-31 14:15:00.000",
                    "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.000",
                    "updated_at": "2019-10-31 14:19:30",
                    "created_at": "2019-10-31 14:19:30"
                }
            ],
            "updated_at": "2019-10-31 14:19:30",
            "created_at": "2019-07-26 10:56:53"
        },
        {
            "id": 497,
            "title": "Commercieel uitzendconsulent(e) Turnhout",
            "brand": {
                "name": "Testklant2",
                "description": "tweede grootste HR-dienstverlener ter wereld. Ruim 5.000 vestigingen en inhouse vestigingen in meer dan 50 landen.",
                "icons": {
                    "small": "https://testklant2.hr-technologies.com/include/image.asp?img=saD027DOC.jpg",
                    "large": "https://testklant2.hr-technologies.com/include/image.asp?img=saA6C5DOC.jpg"
                },
                "url": "http://www.testklant.be"
            },
            "status": "Nog niet behandeld",
            "is_spontaneous": false,
            "functiongroup": "Human resources",
            "types": [
                "Bediende"
            ],
            "contract_types": [
                "Interim"
            ],
            "work_regimes": [
                "Voltijds"
            ],
            "regions": [
                "Antwerpen"
            ],
            "history": [],
            "updated_at": "2019-07-25 11:58:05",
            "created_at": "2019-07-25 11:58:05"
        },
        ...
    ]
}