---
title: "Retrieves Reference Deny Form Content for specific public reference id"
method: GET
path: "/reference-deny-form-content/{public_reference_id}"
tags: ["Reference Online Form Content"]
---

# Retrieves Reference Deny Form Content for specific public reference id

`GET /reference-deny-form-content/{public_reference_id}`

## Headers

- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Response `200`

Specific Reference Deny Form Content will be returned for public reference id

- object
  - `reference_form_type_name` string, required
  - `reference` object, required
    - `agency_group_id` string, required
    - `name` string, required
    - `position` string, required
    - `type` 'professional' | 'character', required
    - `work_contact_number` string
    - `mobile_contact_number` string
    - `email_address` string, email, required
    - `fax_number` string
    - `start_at` string, date, required
    - `end_at` string, date
    - `relationship` string
    - `current` boolean, required
    - `employer` object
      - `name` string, required
      - `contact_number` string, required
      - `address` object, required
        - `address_line1` string
        - `address_line2` string
        - `city` string
        - `province` string
        - `country_code` string, required
        - `post_code` string
    - `_etags` object, required
      - `reference` number, required
  - `candidate` object, required
    - `first_name` string, required
    - `last_name` string, required
    - `current_candidate_type` string, required
    - `current_candidate_type_display_name` string, required
    - `professional_reference_numbers` string[], required
  - `reference_settings` object, required
    - `agency_group_id` string, required
    - `agency_group_configurables` object, required
      - `agency_group_name` string, required
      - `logo` string, required
      - `address` object, required
        - `address_line1` string
        - `address_line2` string
        - `city` string
        - `province` string
        - `country_code` string, required
        - `post_code` string
      - `phone_number` string, required
      - `email_address` string, required
      - `website` string, required
    - `reference_type_configurables` object, required
      - `type` 'character' | 'professional', required
      - `introduction_text` string, required
      - `rehabilitation_of_offenders_text` string
      - `esign_disclaimer_text` string, required
      - `show_introduction_text` boolean, required
      - `show_rehabilitation_of_offenders` boolean, required
      - `show_professional_reference_numbers` boolean, required
      - `show_esign_disclaimer` boolean, required
  - `has_been_answered` boolean, required

## Other responses

- `400` — Validation error. Usually caused by a missing or invalid parameter.
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
