Message
Resource
Messages
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
get | GET /api/Message/get |
Authentication only | |
find | GET /api/Message/find |
Authentication only | |
save | POST /api/Message/save |
Authentication only | |
check-new | GET /api/Message/check-new |
Authentication only | |
save-batch | POST /api/Message/save-batch |
Admin or Module WRITE | |
delete | POST /api/Message/delete |
Admin or Module WRITE | |
compileCachedRelations | GET /api/Message/compileCachedRelations |
Endpoint level permissions |
Property | Type | Description |
---|---|---|
id |
number | |
message |
string | |
author_id |
number | |
thread_id |
number | |
image_id |
number | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
10 per page |
Default Sort Order | By insertion order |
Related Resource | Key | Relationship to Message | Property |
---|---|---|---|
User | author_id |
Belongs To | Author |
MessageThread | thread_id |
Belongs To | MessageThread |
UploadImage | image_id |
Belongs To | UploadImage |
LibraryUpload | image_id |
Belongs To | LibraryUpload |