get
http://localhost:3001/api//calendar_event
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
id is the Calendar Event ID in this case
{
calendar_events: [
{
details: {
description: "Example Description"
},
end_datetime: "2021-09-20T21:00:00.000-04:00",
id: 1,
member_ids: [
1234,
2345
],
phase_id: 1234567,
project_id: 123456,
start_datetime: "2021-09-20T19:00:00.000-04:00",
team_id: 12345,
title: "Example Event",
}
]
} 401Invalid Authentication Key and/or Team ID
