v2

latestOpenAPI 3.0.0raw.githubusercontent.com2024-01-0511518.9 KB
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

grantSchemeIdstring
grantApplicationIdstring
grantSubmissionIdstring
applicationNamestring
submissionStatus'IN_PROGRESS' | 'SUBMITTED' | 'UNDER_REVIEW' | 'AWARDED' | 'NOT_AWARDED' | 'WITHDRAWN'

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"
      ]
    }
  ]
}