You can retrieve the

HTTP-Method

GET

Path

/api/rest/v3/frontend/applications/{applicationId}

Authentification

User Access Token

Path Parameter

applicationId

Query Parameter

  • fields (optional):The parameters defines which fields of the response DTO should be returned. You have the choice of all direct fields of the ApplicationProfileDTO but you cannot select the nested fields.
    field=* returns all fields. If the fields parameter is not provided a subset of possible fields is returned as a default. These are all fields except experiences, educations, languages, answers, attachments. Please als see the example calls. The imported field is always returned. Please use that parameter as described below: comma separated field names, no spaces

Responses

Action Response Description
success 200 – ein ApplicationProfileDTO  
error 400 – { “code”: “project_not_applicable”, “message”: “Applications for this project are not possible. Maybe the job was closed in the meanwhile or is not available for other reasons.” } The jobposting was unposted in the meanwhile. Already started but not finalized applications can’t be continued. This is relevant for the case you want to edit an application and tried to fetch the already stored data in this endpoint.
authorization error 401 / 403 See here and here for details.

Example call with curl and user access token

Without fields parameter, falling back to default.

Response:

Example call with curl and user access token

All fields returned

Response:

Example call with curl and user access token

Only some fields are requested

Antwort:

 

 

Comments

Comments are closed.