Submissions
Returns a submission with its list of sections
get/submissions/{submissionId}
Path parameters
submissionIdstring required
The ID of the submission to be fetched
Response
success
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"
]
}
]
}