---
title: "List Event Candidate Activities"
method: GET
path: "/api/v2/events/event-candidate-activities"
tags: ["Event Candidate Activity"]
---

# List Event Candidate Activities

`GET /api/v2/events/event-candidate-activities`

Search event candidate activities using specific filter parameters and get all attributes of the entities

## Query parameters

- `start` integer
- `limit` integer
- `queryLimit` string
- `plannedEventId` string
- `profileId` string
- `positionId` string
- `activityType` string
- `subkeyId` string
- `createdBy` string
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` 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
  - `meta` MetaSchema
    - `totalCount` integer, nullable
    - `pageTotalCount` integer, nullable
    - `pageStartIndex` integer, nullable

---

[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)
