CommMessages
API for accessing the messages (emails, sms, X.com, etc) that have been sent to a user.
A CommMessage object looks like:
CommMessagesApiController#index
GET /api/v1/comm_messages
GET /api/v1/comm_messages
Scope: url:GET|/api/v1/comm_messages
Retrieve a paginated list of messages sent to a user.
Request Parameters:
Parameter | Type | Description |
---|---|---|
| Required | The user id for whom you want to retrieve CommMessages |
|
| The beginning of the time range you want to retrieve message from. Up to a year prior to the current date is available. |
|
| The end of the time range you want to retrieve messages for. Up to a year prior to the current date is available. |
Returns a list of CommMessage objects.
© Instructure, Inc. Generated on Wed Nov 6 14:20:05 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated