---
title: "fetchCampaignAppealSet"
method: GET
path: "/campaigns/{campaign}/appeal-set"
tags: ["Appeal Set"]
---

# fetchCampaignAppealSet

`GET /campaigns/{campaign}/appeal-set`

Retrieves an Appeal Set for the specified Campaign.

## Path parameters

- `campaign` 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` — Campaign 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/d22bb925eeed/schema)
