Submissions
Returns a list of an applicant's submissions to grant schemes.
get/submissions
Response
A JSON array of submissions
Example response
[
{
"applicationName": "Name of the grant being applied for",
"sections": [
{
"sectionId": "ESSENTIAL",
"sectionTitle": "Essential Information",
"sectionStatus": "COMPLETE",
"questionIds": [
"APPLICANT_TYPE",
"APPLICANT_ORG_NAME",
"APPLICANT_ORG_ADDRESS",
"APPLICANT_ORG_COMPANIES_HOUSE",
"APPLICANT_ORG_COMPANIES_HOUSE",
"APPLICANT_AMOUNT"
]
}
]
}
]