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:
user_id
Required string
The user id for whom you want to retrieve CommMessages
start_time
DateTime
The beginning of the time range you want to retrieve message from. Up to a year prior to the current date is available.
end_time
DateTime
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.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated