---
title: "GET /user/applications"
method: GET
path: "/user/applications"
tags: ["User"]
---

# GET /user/applications

`GET /user/applications`

Returns info about applications made by currently logged in user

## Response `200`

OK

- object
  - `campaigns` ApplicationDetails[]
    - `id` integer
    - `campaign_id` integer
    - `user` UserDetails
      - `id` integer
      - `email` string
      - `zid` string
      - `name` string
      - `pronouns` string
      - `gender` string
      - `degree_name` string
      - `degree_starting_year` integer
    - `status` 'Pending' | 'Rejected' | 'Successful'
    - `private_status` 'Pending' | 'Rejected' | 'Successful'
    - `applied_roles` ApplicationAppliedRoleDetails[]
      - `campaign_role_id` integer
      - `role_name` string
      - `preference_percentage` integer

## Other responses

- `307` — Redirect to login

## Changes

- **2026-07-23** `b169cdb125bd` — 1 warning, 1 info
  - removed the optional property `campaigns/items/applied_roles/items/preference` from the response with the `200` status
  - added the optional property `campaigns/items/applied_roles/items/preference_percentage` to the response with the `200` status
- **2025-07-15** `4fc8206e1afe` — 1 info
  - endpoint added
- **2024-04-14** `5acc2e0d80e9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/user/applications/get.md)

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/b169cdb125bd/schema)
