---
title: "Get Event Candidate Activity"
method: GET
path: "/api/v2/events/event-candidate-activities/{eventActivityId}"
tags: ["Event Candidate Activity"]
---

# Get Event Candidate Activity

`GET /api/v2/events/event-candidate-activities/{eventActivityId}`

Given an event activity id of a candidate, it returns all attributes of the event activity

## Path parameters

- `eventActivityId` string, required

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- EventCandidateActivitySchema
  - `createdAt` integer, nullable — Timestamp when this event activity was created
  - `plannedEventId` string, nullable — Planned event id associated with the event activity
  - `updatedBy` string, nullable — User id which updated this event activity
  - `subkeyId` string, nullable — Subkey id for the event activity
  - `activityResult` string, nullable — Activity result for this event activity
  - `dataJson` object, nullable — Data json for the event candidate activity
  - `profileId` string, nullable — Profile Id for the candidate
  - `activityType` string, nullable — Activity type for this event activity
  - `id` string, nullable — Event Candidate Activity Id
  - `updatedAt` integer, nullable — Timestamp when this event activity was updated
  - `createdBy` string, nullable — User id which created this event activity
  - `rsvpResponse` string, nullable — RSVP response by the candidate
  - `positionId` integer, nullable — Position Id for the position associated to the event for some specific activity types

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
