Add Like
Add a like to a post in an event.
GET URL: http:/{endpoint}/like/event/{id}/post/{id} |
---|
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
Event Id | true | integer | The ID of the event whose information is being retrieved or modified. |
Post Id | true | integer | The ID of the post that is being accessed or manipulated. |
Token | – | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | – | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
…………………………………………………………………………………………………………………..
Total Likes
Get total likes of an event.
GET URL: http:/{endpoint}/likes/event/{id}/total |
---|
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
Event Id | true | integer | The ID of the event whose information is being retrieved or modified. |
Token | – | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | – | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |