Skip to content

Instantly share code, notes, and snippets.

@camdez
Last active October 6, 2015 01:18
Show Gist options
  • Save camdez/2910550 to your computer and use it in GitHub Desktop.
Save camdez/2910550 to your computer and use it in GitHub Desktop.
OrgSync API: Forms: Show Single Submission
{
"id": 3827851,
"on_behalf_of": {
"community_id": 13,
"id": 71915,
"name": "PASSPORT",
"picture_url": "https://d1nrm4vx8nf098.cloudfront.net/i8eoik14bczgw1b_150.jpg",
"short_name": "PASSPORT"
},
"submitter_id": 15594,
"submitted_at": "2012-11-15T16:38:33Z",
"status": "Unsubmitted",
"scores": [],
"responses": [
{
"element": {
"id": 630300,
"name": "Name",
"type": "TextField"
},
"data": "Taylor"
},
{
"element": {
"id": 630301,
"name": "Phone Number",
"type": "Phone"
},
"data": "555-123-4567"
},
{
"element": {
"id": 630302,
"name": "Email Address",
"type": "Email"
},
"data": "[email protected]"
},
{
"element": {
"id": 630303,
"name": "Website / URL",
"type": "URL"
},
"data": "http://orgsync.com"
},
{
"element": {
"id": 630304,
"name": "Bio",
"type": "TextArea"
},
"data": "I am a hardworking young lad."
},
{
"element": {
"id": 630305,
"name": "Flavors of Ice Cream You Enjoy",
"type": "Checkboxes"
},
"data": [
{
"id": 1034751,
"name": "Chocolate"
},
{
"id": 1034753,
"name": "Slime Mold"
}
]
},
{
"element": {
"id": 630306,
"name": "Favorite Color",
"type": "Radio"
},
"data": {
"id": 1034756,
"name": "Puce"
}
},
{
"element": {
"id": 630307,
"name": "Favorite Animal",
"type": "Selection"
},
"data": {
"id": 1034758,
"name": "Honey Badger"
}
},
{
"element": {
"id": 630308,
"name": "File Upload",
"type": "FileUpload"
},
"data": {
"url": "https://s3.amazonaws.com/form_uploads/3827851-a7rj04l-pJAAG.jpg",
"file_name": "pJAAG.jpg"
}
},
{
"element": {
"id": 630309,
"name": "OrgSync Sticker",
"type": "Payment"
},
"data": {
"quantity": 0,
"amount": "1.0"
}
},
{
"element": {
"id": 630310,
"name": "Do you accept that this is a sample form?",
"type": "TermsCheckbox"
},
"data": true
},
{
"element": {
"id": 630311,
"name": "Enter Reviewer Email",
"type": "Reviewer"
},
"data": "[email protected]"
},
{
"element": {
"id": 630312,
"name": "Date and Time of Appointment",
"type": "DateTime"
},
"data": "2012-11-16T15:30:00Z"
},
{
"element": {
"id": 630313,
"name": "Birthdate",
"type": "Date"
},
"data": "2011-06-09"
},
{
"element": {
"id": 630314,
"name": "What Time is Class?",
"type": "Time"
},
"data": "3:00 PM"
},
{
"element": {
"id": 630315,
"name": "Contact Information",
"type": "Contact"
},
"data": {
"last_name": "Williams",
"middle_initial": "K.",
"state": "VT",
"email_address": "[email protected]",
"address": "135 Food Ct.",
"phone_number": "503-213-0793",
"city": "Austin",
"zip": "05735",
"first_name": "Taylor"
}
}
],
"files": [
{
"file_link": "https://s3.amazonaws.com/form_uploads/3827851-a7rj04l-pJAAG.jpg",
"form_element_name": "File Upload",
"file_name": "pJAAG.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment