v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Appeal Set

fetchAppealSet

Retrieves an Appeal Set from the ID.

get/appeal-set/{appeal_set}

Path parameters

appeal_setinteger required
Example:9082

The record's ID

Response

Success

idinteger

Primary identifier of record

campaign_idinteger

Primary identifier of associated Campaign

facebook_asset_idinteger nullable

Primary identifier of associated facebook Asset

facebook_image_urlstring nullable

Facebook image URL

facebook_video_urlstring nullable

Facebook video URL

facebook_textstring nullable

Facebook body text

twitter_textstring nullable

Twitter body text

sms_textstring nullable

SMS body text

email_subjectstring nullable

Email subject

email_bodystring nullable

Email body

Example response

{
  "id": 9082,
  "campaign_id": 227362,
  "facebook_asset_id": 56792,
  "facebook_image_url": "https://gofundme-cdn-url.com/your-facebook-image.jpg",
  "facebook_video_url": "https://www.youtube.com/watch?v=LpInp3kEzdk",
  "facebook_text": "Share this campaign",
  "twitter_text": "Tweet this campaign to your friends!",
  "sms_text": "Example SMS text",
  "email_subject": "Check out this campaign!",
  "email_body": "Please donate to our campaign."
}