Form Responses

Returns a list of form responses.

Authentication

The request must supply valid API key headers:

  • X-APP-ID
  • X-API-KEY

As of July 2023, the following header is expected by new clients:

  • X-CLIENT-ID

Response

FieldTypeNullableDescription
idstringNResponse ID.
Note: This is also used as the submission reference given to fans in emails (if the reference merge tag is used).
authIdintegerYIf the user is logged in at the time of submission, their FanScore ID.
Previously, this included anonymous user IDs. However, that behaviour was deprecated.
createdAtstringNISO 8601 datetime of when the form submission was made.
fieldsSee fields below.N
Fields
FieldTypeNullableDescription
idintegerNField ID. Typically a uuidv4, but there is not strict requirement on what type of identifier is used.
valueVaries depending on field type (unrelated to type below) and subtype)NSee the 'GET Form By ID' documentation for context on what data types each field type/subtype expects.
typestringYUsed to identify the reserved PII fields used to push user data to the data lake, values:

email, first_name, last_name
Language
URL
Click Try It! to start a request and see the response here!