Skip to content

Instantly share code, notes, and snippets.

@camdez
Created June 11, 2012 14:54
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/2910462 to your computer and use it in GitHub Desktop.
Save camdez/2910462 to your computer and use it in GitHub Desktop.
OrgSync API: Forms: List All Forms
[
{
"name": "Membership Application",
"is_published": true,
"category": {
"name": "General",
"id": 16
},
"id": 29,
"ends_at": "2007-10-04T21:15:00Z",
"submission_ids": [62, 297],
"form_pages_count": 2,
"submission_limit": 1,
"description": "Please fill this out so that we can process your application to the Ski and Snowboard Club!!",
"org_id": 19,
"submission_count": 2,
"begins_at": "2007-09-09T22:00:00Z"
},
{
"name": "Student Organization Registration",
"is_published": true,
"category": {
"name": "General",
"id": 216
},
"id": 7553,
"ends_at": "2034-06-02T16:45:38Z",
"submission_ids": [4319, 4381, 163738, 165738, 269831, 269832, 334175, 372591, 377262, 382296, 386979, 387319, 388436, 398402, 408647, 408828, 411312, 456011, 457100, 463343, 473094, 476596, 476601, 476602, 476605, 482947, 489743, 491688, 500209, 501567, 503561, 507661, 511935, 516360, 516377, 520144, 520628, 521319, 529509, 531057, 532796, 751584, 789772, 829823, 862507, 862669, 866877, 1198370, 1214685, 1215682, 1233222, 1242131, 1258642, 1278426, 1353468, 1373867, 1477789, 1492080, 1631206, 1732012, 1806337, 1879603, 1946526, 1992202, 2091357, 2136040, 2217530],
"form_pages_count": 1,
"submission_limit": 2,
"description": "\n\tAll students organizations at Dixie State have to register their organization every semester.\n",
"organization_id": 225,
"submission_count": 67,
"begins_at": "1969-12-31T18:00:00Z"
},
(...)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment