---
title: "Batch Fetch Event Candidate Activities"
method: POST
path: "/api/v2/events/event-candidate-activities/batch-fetch"
tags: ["Event Candidate Activity"]
---

# Batch Fetch Event Candidate Activities

`POST /api/v2/events/event-candidate-activities/batch-fetch`

Batch fetch event candidate activity for a given list of entity ids (limit 100)

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Request body

- BatchFetchEntityRequestSchema
  - `entityIds` string[], required — list of entity ids to fetch the entity objects

## 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` BatchFetchMetaSchema
    - `missingEntityIds` string[], nullable — List of entity ids for which no result was found

---

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