Mostrar Evento
Mostrar Evento
GET
https://api.sperant.com/v3/events/:id
Path Parameters
Name
Type
Description
id
number
ID del evento
Headers
Name
Type
Description
Authentication
string
token entregado
{
"data": {
"type": "events",
"id": "15980",
"attributes": {
"id": 15980,
"type_event": "cita",
"name": "event one",
"datetime_start": "2021-05-04T05:00:26.000Z",
"datetime_end": "2021-05-04T15:00:26.000Z",
"creator_id": 144,
"place": "Zoom",
"description": "Reunión Zoom",
"client_id": 82012,
"project_id": 32,
"unit_id": 8518,
"status": "Pendiente",
"attend_event_at": null
}
}
}
Última actualización