---
title: "fetchAppealSet"
method: GET
path: "/appeal-set/{appeal_set}"
tags: ["Appeal Set"]
---

# fetchAppealSet

`GET /appeal-set/{appeal_set}`

Retrieves an Appeal Set from the ID.

## Path parameters

- `appeal_set` integer, required

## Response `200`

Success

- AppealSet
  - `id` integer — Primary identifier of record
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `facebook_asset_id` integer, nullable — Primary identifier of associated facebook Asset
  - `facebook_image_url` string, nullable — Facebook image URL
  - `facebook_video_url` string, nullable — Facebook video URL
  - `facebook_text` string, nullable — Facebook body text
  - `twitter_text` string, nullable — Twitter body text
  - `sms_text` string, nullable — SMS body text
  - `email_subject` string, nullable — Email subject
  - `email_body` string, nullable — Email body

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Appeal Set not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
