Comment Threads
Introduction
Comment threads contain remarks left by other users on an activity.
Comment Threads
| Field | Type | Description | |
|---|---|---|---|
uri |
String |
The URI for this thread | N |
userID |
Integer |
The unique ID for the user that completed the commented-on activity | N |
comments |
Comment[] |
The comments |
Array Structures
Posting Comments
When posting new comments, use the following structure:
| Field | Type | Description |
|---|---|---|
comment |
String |
The comment |
Supported Operations
Retrieving a Comment Thread
Retrieving Headers for a Comment Thread
Header information for a comment thread can be retrieved by
making a
HEAD
request to its URI.
Posting a Comment
To post a comment,
POST
its fields to the URI of the thread.

commentstimestampStringSat, 1 Jan 2011 00:00:00)userIDIntegernameStringcommentString