Skip to content

Instantly share code, notes, and snippets.

@camdez
Last active October 6, 2015 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camdez/2910532 to your computer and use it in GitHub Desktop.
Save camdez/2910532 to your computer and use it in GitHub Desktop.
OrgSync API: Forms: Show Single Form
{
"submission_count": 3,
"form_pages_count": 1,
"ends_at": null,
"description": "This is a sample form used to demo the OrgSync forms API.",
"org_id": 285,
"submission_limit": 0,
"category": {
"name": "General",
"id": 306
},
"id": 62370,
"name": "API Demo Form",
"begins_at": null,
"is_published": true,
"submission_ids": [
3827851,
3828020,
3828043
],
"elements": [
{
"name": "Name",
"position": 1,
"id": 630300,
"type": "TextField",
"page": 1,
"instructions": ""
},
{
"name": "Flavors of Ice Cream You Enjoy",
"position": 6,
"id": 630305,
"type": "Checkboxes",
"page": 1,
"instructions": "",
"choices": [
{
"name": "Chocolate",
"id": 1034751
},
{
"name": "Vanilla",
"id": 1034752
},
{
"name": "Slime Mold",
"id": 1034753
}
]
},
(...)
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment