v10

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-06-2943243.8 KB

Gets the appellants' details of an application for immigration or asylum from the Home Office.

This resource represents the people involved in an application for immigration or asylum from the Home Office. The application number is identified by the id passed in, which is a UAN (16 digits in four blocks of four separated by dashes) or a GWF (beginning wth the letters GWF followed by nine digits).

get/applications/v1/{id}

Path parameters

idstring required

Application ID

Headers

Home-Office-Correlation-IDstring uuid required
Home-Office-Consumer'HMCTS' required
Example:HMCTS
Home-Office-Event-DateTimestring date-time required

Response

OK (response returned)

uanstring
hoClaimDatestring required
hoDecisionDatestring required
hoDecisionLetterDatestring required

Example response

{
  "hoClaimDate": "2017-07-18",
  "uan": "1342-5786-9120-3564",
  "hoDecisionLetterDate": "2017-07-20",
  "appellants": [
    {
      "pp": "01",
      "familyName": "Bachchan",
      "givenNames": "Abhishek Amitabh",
      "dateOfBirth": "1976-02-05",
      "nationality": "IND",
      "roa": true,
      "asylumSupport": false,
      "hoFeeWaiver": true,
      "language": "hin",
      "interpreterNeeded": false
    },
    {
      "pp": "02",
      "familyName": "Rai",
      "givenNames": "Aishwarya",
      "dateOfBirth": "1973-11-01",
      "nationality": "IND",
      "roa": false,
      "asylumSupport": true,
      "hoFeeWaiver": false,
      "language": "hin",
      "interpreterNeeded": true
    }
  ],
  "hoDecisionDate": "2017-07-19"
}