Get an application

Returns the complete application record, including all field values across every tab, uploaded files, reference request status, primary and secondary course choices, and payment details.

Path Parameters
  • application_id
    Type: string
    required

    Unique identifier of the application.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/apis/applics/applics/{application_id}
curl https://school.fullfabric.cloud/apis/applics/applics/507f1f77bcf86cd799439011 \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385bb5d976a77191200475f",
  "profile_id": "6385bdd4976a7719120108e9",
  "template_id": "6385bb46976a771912003e6b",
  "context_id": "6385bb46976a771912003e6a",
  "context_type": "Institutions::ClassOf",
  "associated_context_ids": [],
  "state": "submitted",
  "created_at": 1708992000,
  "submitted_at": 1710892800,
  "submitted_by_id": "6385bdd4976a7719120108e9",
  "unsubmitted_at": null,
  "started_at": 1708992000,
  "started_by_id": "6385bdd4976a7719120108e9",
  "last_updated_at": 1710892800,
  "template_type": "application",
  "associated_roles": [],
  "primary_choice_contexts": [],
  "secondary_choice_contexts": [],
  "context_name": "MBA Full-Time September 2025",
  "name_with_context": "MBA Full-Time September 2025 – Application Form",
  "completion": 85,
  "references": {
    "required": 2,
    "submitted": 1
  },
  "tabs": [
    {
      "id": "6385bb5d976a771912004760",
      "name": "Personal Information",
      "first_name": "Sophie",
      "last_name": "Martin",
      "email": "sophie.martin@example.com",
      "__date_of_birth": "1995-03-14",
      "__nationality": "French",
      "__gender": "Female",
      "__phone": "+44 7700 900123",
      "__address": {
        "line_1": "12 Baker Street",
        "city": "London",
        "post_code": "W1U 3BH",
        "country": "United Kingdom"
      }
    },
    {
      "id": "6385bb5d976a771912004761",
      "name": "Academic Background",
      "__gmat_score": 710,
      "__undergraduate_university": "Sciences Po Paris",
      "__undergraduate_degree": "BA Political Science",
      "__undergraduate_grade": "First Class",
      "__essay_1": "I am passionate about sustainable finance and believe this MBA will...",
      "__cv": {
        "_type": "Schemable::Fields::Types::File",
        "id": "6385bb5d976a77191200476f",
        "uploads": [
          {
            "filename": "sophie_martin_cv.pdf",
            "size": 142876,
            "scanned": true
          }
        ]
      }
    }
  ],
  "payment": {
    "amount": 10000,
    "currency": "GBP",
    "subtotal": 10000,
    "total_discount": 0,
    "total": 10000,
    "discounts": [],
    "state": "paid",
    "paid_at": 1710892800,
    "waived_at": null,
    "restarted_at": null,
    "waived_by": null,
    "paid_by": "6385baa4976a771912000511",
    "restarted_by": null,
    "transaction": null
  },
  "url": "/applications/6385bb5d976a77191200475f.zip"
}