Name | Required? | Description |
---|---|---|
CommentId | Yes | The ID of the comment. |
GET: https://api.speaking-partner.com/v1/comments/365
{ "CommentId":365, "Message":"this is a comment for a student", "Commenter":{ "FirstName":"Walter", "LastName":"Bishop" } "CreationDate":1353089785, "Student":{ "Domain":"massive", "Email":"examplestudent@example.com", "FirstName":"Jim", "LastName":"Barnes", "Locale":"en-US", "NativeName":null, "PrimaryPhone":null, "PublicName":"Jim Barnes", "SecondaryPhone":null, "SkypeName":null, "Status":"Active", "TimeZone":"Mountain Standard Time", "Username":"jim" } }
Name | Required? | Description |
---|---|---|
CommentId | Yes | The ID of the comment. |
Name | Required? | Description |
---|---|---|
Message | Yes | The message for the comment |
POST: https://api.speaking-partner.com/v1/comments/225
message=this is an updated comment
{ "CommentId":365, "Message":"this is an updated comment", "Commenter":{ "FirstName":"Walter", "LastName":"Bishop" } "CreationDate":1353089785, "Student":{ "Domain":"massive", "Email":"examplestudent@example.com", "FirstName":"Jim", "LastName":"Barnes", "Locale":"en-US", "NativeName":null, "PrimaryPhone":null, "PublicName":"Jim Barnes", "SecondaryPhone":null, "SkypeName":null, "Status":"Active", "TimeZone":"Mountain Standard Time", "Username":"jim" } }
Name | Required? | Description |
---|---|---|
CommentId | Yes | The ID of the comment. |
DELETE: https://api.speaking-partner.com/v1/comments/5