PeopleForce
Calendars

Deprecated

Company API v1 is deprecated and will be removed in a future release. Migrate to a newer version — v4 is the latest. Use the version switcher in the header.

List company calendar events

GET
/api/public/v1/calendars

Response Body

application/json

application/json

curl -X GET "https://example.com/api/public/v1/calendars"
[  {    "type": "string",    "title": "string",    "starts_on": "string",    "ends_on": "string",    "data": {      "user_id": 0,      "first_name": "string",      "last_name": "string"    }  }]