v2

latestOpenAPI 3.0.0raw.githubusercontent.com2024-01-0511518.9 KB
Submissions

Returns a list of an applicant's submissions to grant schemes.

get/submissions

Response

A JSON array of submissions

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"
        ]
      }
    ]
  }
]
All 11 operations