Post Comments
Get comments
Parameters
Returns
[
comments: (array) An array of comments.
total: (int) the number of comment in total
]{
"comments": [{
...
"comment_reactions": {
"reaction_thumbs_up": [
{ "name": "admin", "user_id": "1" },
{ "name": "user1", "user_id": "2" }
],
"reaction_heart": [
{ "name": "admin", "user_id": "1" }
]
},
"comment_meta": {
"audio_url": [
{ "id": "1", "value": "https://my.path/to/audio.mp3" },
{ "id": "2", "value": "https://my.path/to/audio.ogg" },
]
}
}]
}Create a comment
Parameters
Returns
Update a comment
Parameters
Returns
Delete a comment
Returns
Last updated