LDS Stake Portal
Speaking Schedule

Get Speaking Topics

GET
/speaking/topics/{year}

Endpoint to get the speaking topics for a specific year. Returns a list of topics for the given year.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

year*Year

Response Body

application/json

application/json

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