Retrieves questions associated with the application ID

ParameterDescriptionData
applicationidThe applications identification tokenstring

Response

{
    "mandatory": {
        "rent": {
            "question": "Do you currently pay rent or mortgage",
            "options": {
                "yes": {
                    "question": "What is the amount of rent or mortgage that would appear on your bank statement"
                },
                "no": {
                    "question": "Your current living situation"
                }
            },
            "required": true,
            "answerType": "bool"
        },
        "income": {
            "question": "Are you paid on a regular basis",
            "options": {
                "yes": {
                    "question": "What is the average monthly revenue of your business"
                },
                "no": {
                    "question": "How do you receive income"
                }
            },
            "required": true,
            "answerType": "bool"
        }
    },
    "custom": []
}