Properties
Property Name | Property Type |
---|---|
attachments A list of attachments on this message. | [Attachment] |
author First and last name of the creator of the message. | Profile (required) |
authoredById User ID of the author. | String (required) |
body The body of the message. | String |
createdAt The time the message was created. | DateTimeOffset (required) |
savedViews A list of saved views attached to this message. Note: Not yet used in app. | [SavedView] |
source Creator of the message (e.g. User or System) Note: Some messages are automatically created for the User by the System, these are activity feed messages. | MessageSource |
"messages":[
{
"attachments":[
],
"author":{
"firstName":"John",
"lastName":"Smith"
},
"authoredById":"4a112a3d-6cd7-4226-8d74-dd70157b9ddb",
"body":"created 360 Photo - 8-22-2020",
"createdAt":"2020-08-23T22:54:31.029Z",
"id":"646ab6fe-ee47-479f-aa38-e397679f2dc5",
"savedViews":[
{
"coordinates":{
"latitude":32.5436524785072,
"longitude":-96.3620348492891
},
"bearing":0,
"pitch":0,
"zoom":22.9499
}
],
"source":"SYSTEM"
},
...
]