Skip to main content

Application custom-fields

GET 

/applications/:id/custom-fields

This endpoint retrieve and returns the custom fields value entered by the user during the application process.

The custom fields the user will have to fill in are defined in the settings section of your project.

Retrieving the custom fields requires the ID of the user application.

note

Custom fields that aren't required or that you added afterwards may not be present in the response.

Request

Path Parameters

    id uuidrequired

Header Parameters

    X-API-Key stringrequired

Responses

The request has succeeded.

Schema

  • Array [

  • oneOf

    slug stringrequired

    Slug of the field.

    type stringrequired

    Possible values: [input]

    value stringrequired

    Value entered by the user.

  • ]