LDS Stake Portal
Speaking Schedule

Get Speaking Schedule By Year

GET
/speaking/calendar/{year}

Endpoint to get the speaking schedule for a specific year. Returns the schedule for the given year, including overrides.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

year*Year

Response Body

application/json

application/json

curl -X GET "https://example.com/speaking/calendar/0"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}