Changeset 410 for Dev/branches/rest-dojo-ui/docs/jsonformat.txt
- Timestamp:
- 09/07/12 16:59:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/docs/jsonformat.txt
r384 r410 2 2 ======== 3 3 { 4 type: 'SessionTemplate' ,5 title: '' ,6 description: '' ,7 plannedDate: '' ,/* ISO UTC datetime */4 type: 'SessionTemplate' 5 title: '' 6 description: '' 7 plannedDate: '' /* ISO UTC datetime */ 8 8 accounts: [ /* Account ids */ ] 9 9 } 10 10 11 11 { 12 type: 'SessionInstance' ,13 title: '' ,14 description: '' ,15 publishedDate: '' ,/* ISO UTC datetime */12 type: 'SessionInstance' 13 title: '' 14 description: '' 15 publishedDate: '' /* ISO UTC datetime */ 16 16 accounts: [ /* Account ids */ ] 17 17 } … … 21 21 { 22 22 type: 'Survey' 23 title: '' ,24 description: '' ,23 title: '' 24 description: '' 25 25 questions: [ /* Question ids */ ] 26 publishedDate: '' 27 } 28 29 { 30 type: 'SurveyInstance' 31 surveyId: '' // String 32 publishedDate: '' // ISO datetime 33 startDate: '' // can fill in after 34 endDate: '' // can fill in until 26 35 } 27 36 … … 30 39 { 31 40 type: 'Question' 32 title: '' ,33 description: '' ,34 topic: '' ,35 categories: [] ,41 title: '' 42 description: '' 43 topic: '' 44 categories: [] 36 45 content: [{ type:'contentTypeId', /* custom content element fields */ } /* and more ... */] 37 46 }
Note: See TracChangeset
for help on using the changeset viewer.