DESCRIPTION
To retrieve an existing event definition.
DEFINITION
GET https://api.anodot.com/api/v1/user-events/:id?token=<api token>
HEADERS
Content-type=application/json
ARGUMENT\ DEFINITION
ID |
The ID of the event |
EXAMPLE REQUEST
curl \
-X GET \
-H "Content-Type: application/json" \
'https://api.anodot.com/api/v1/user-events/9b0cfa33-8a78-416e-84b7-1bff5628deaf?token=<api token>'
EXAMPLE RESPONSE
{
"id":"9b0cfa33-8a78-416e-84b7-1bff5628deaf",
"title":"Independence Day",
"description":"Happy Holiday",
"source":"calendar",
"category":"holidays",
"startDate":1468307241,
"endDate":1468307241,
"properties":[
]
}
Note: For more details about example responses, see HTTP Responses.