Skip to content

Event Order - questions

GET
/events/v2/{bucket}/{resource_type}/{uid}/order/{euid}/questions

The questions and answers submitted for this order Requires event.order permission

bucket
required

The bucket (client) name

string
Example
example
resource_type
required

The type of resource, usually the second element in the URI e.g person, organisation, member, payment

string
Example
person
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The resource UID, usually a person UID

euid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The event UID

A single order questions

object
booking_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
booking_display_value
string
buyer_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
responses

The list of questions and answers

Array
object
contact_display_value
string
contact_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
response
object
flat

The flat representation of the form response

object
sections

The sections of the form response

Array
object
feedback_on
boolean
internal_comments_on
boolean
intro
string
marks
number
questions

The questions in the form section

Array
object
answer
string
choices_url

A fully qualified URL including the protocol e.g. https

string
Example
https://s3-eu-west-1.amazonaws.com/sheepcrm/example/vehicle/63ceaeacd403a64149a3de0c/photo/mycar.jpg
core_field
boolean
core_field_update_policy
string
Allowed values: overwrite underwrite
disabled
boolean
field
string
Allowed values: boolean boolean-simple boolean-switch choice choice-from-url choice-from-sheep-segment date divider email extra-large-text file helper-text image profile_photo large-text multi-choice multi-choice-checkbox multi-choice-checkbox-from-sheep-segment multi-choice-from-sheep-segment multi-choice-from-url multi-file number telephone text text-list time
formType
string
form_type
string
fully_qualified_field
string
helper_text
string
label
string
marks_available
number
max_word_limit
number
min_word_limit
number
options
Array<string>
original_field
string
question_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
required
boolean
visibility
string
Allowed values: applicant internal_only feedback
ref
string
scoring
boolean
section_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
subtitle
string
title
string
simple

The simple representation of the form response

Array
object
answer
string
form_type
string
marks_available
number
question
string
required
boolean
uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
role
string
Allowed values: attendee buyer
uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/

A standard error message

Authentication error