Get data processing consent policy

​

Returns the currently published data processing consent policy, including its HTML content, version number, and agreement text. This is the policy presented to candidates during registration. Include the version in your records when logging consent.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/apis/policies/data_processing_consent
curl https://ff-business-school.fullfabric.cloud/apis/policies/data_processing_consent \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385baa1976a771912000265",
  "name": "Data Processing Consent",
  "published_at": 1669708449000,
  "published_by_id": "6385baa4976a771912000511",
  "published": true,
  "locales": [
    {
      "html": "<p>We will process your personal data to manage your application and keep you informed about our programmes. You can withdraw consent at any time.</p>",
      "id": "6385baa1976a771912000264",
      "locale": "en-GB"
    }
  ],
  "agreement_text": "I consent to my personal data being processed as described above.",
  "version": "3",
  "active": true,
  "type": "Policies::DataProcessingConsent"
}

Successful response.

FullFabric API

  • Institution
  • Programmes & Classes
  • Profiles & Roles
  • Lead Capture
  • Applications
  • Payments
  • Academics