Created
January 16, 2012 19:16
-
-
Save DavidYKay/1622456 to your computer and use it in GitHub Desktop.
CoHatch/Teambox Example JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "List", | |
"per_page": 30, | |
"objects": [ | |
{ | |
"Conversation": { | |
"name": "More Professional? Maybe...maybe not...", | |
"simple": false, | |
"recent_comment_ids": [ | |
51, | |
41 | |
], | |
"first_comment_id": 41, | |
"created_at": "2012-01-03 16:57:21 +0000", | |
"project_id": 1, | |
"is_private": false, | |
"watchers": [ | |
1 | |
], | |
"updated_at": "2012-01-03 16:57:55 +0000", | |
"id": 21, | |
"user_id": 1, | |
"comments_count": 2 | |
} | |
} | |
], | |
"references": [ | |
{ | |
"Comment": { | |
"body_html": "<p>shelf life bittering hops. hydrometer pub attenuation imperial dunkle secondary fermentation lambic-- mash. aerobic aroma hops alpha acid, top-fermenting yeast. brew attenuation kolsch bock wit autolysis abv, keg.</p>\n", | |
"created_at": "2012-01-03 16:57:21 +0000", | |
"body": "shelf life bittering hops. hydrometer pub attenuation imperial dunkle secondary fermentation lambic-- mash. aerobic aroma hops alpha acid, top-fermenting yeast. brew attenuation kolsch bock wit autolysis abv, keg.", | |
"target_id": 21, | |
"google_doc_ids": [ ], | |
"project_id": 1, | |
"updated_at": "2012-01-03 16:57:21 +0000", | |
"id": 41, | |
"user_id": 1, | |
"upload_ids": [ ], | |
"hours": null, | |
"target_type": "Conversation" | |
} | |
}, | |
{ | |
"Comment": { | |
"body_html": "<p>test</p>\n", | |
"created_at": "2012-01-06 17:46:57 +0000", | |
"body": "test", | |
"target_id": 61, | |
"google_doc_ids": [ ], | |
"project_id": 1, | |
"updated_at": "2012-01-06 17:46:57 +0000", | |
"id": 161, | |
"user_id": 1, | |
"upload_ids": [ | |
41 | |
], | |
"hours": null, | |
"target_type": "Conversation" | |
} | |
}, | |
{ | |
"Comment": { | |
"body_html": "<p>Comment comment comment</p>\n", | |
"created_at": "2012-01-06 17:47:09 +0000", | |
"body": "Comment comment comment", | |
"target_id": 61, | |
"google_doc_ids": [ ], | |
"project_id": 1, | |
"updated_at": "2012-01-06 17:47:09 +0000", | |
"id": 171, | |
"user_id": 1, | |
"upload_ids": [ ], | |
"hours": null, | |
"target_type": "Conversation" | |
} | |
}, | |
{ | |
"User": { | |
"avatar_url": "http://www.gravatar.com/avatar/086e8a5aa12817b24a48486108745338?size=48&default=mm", | |
"created_at": "2012-01-02 16:17:03 +0000", | |
"updated_at": "2012-01-13 15:35:08 +0000", | |
"username": "enhatch", | |
"micro_avatar_url": "http://www.gravatar.com/avatar/086e8a5aa12817b24a48486108745338?size=24&default=mm", | |
"id": 1, | |
"utc_offset": -18000, | |
"last_name": "Technical", | |
"time_zone": "Eastern Time (US & Canada)", | |
"locale": "en", | |
"first_name": "Enhatch", | |
"biography": null | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment