The messagethread object representation and fields are described below.
messagethread was introduced in API version V1
messagethread has not been marked for deprecation
Representation of a message thread which can be used for general chat or discussions associated with other concepts.
{
"name" : "Hello world chat",
"group" : {
"urn" : "822ff206-f4f8-412e-a648-2b4fab3fea10",
"url" : "/n/v1/group/822ff206-f4f8-412e-a648-2b4fab3fea10"
}
}{
"urn" : "91ec0651-f0fd-495e-a1c7-f3e1e018bf7f",
"name" : "Hello world chat",
"group" : {
"urn" : "822ff206-f4f8-412e-a648-2b4fab3fea10",
"url" : "/n/v1/group/822ff206-f4f8-412e-a648-2b4fab3fea10"
},
"tasks" : [ {
"urn" : "365550cd-612b-4593-b4c5-ec30f25fc04d",
"url" : "/n/v1/task/365550cd-612b-4593-b4c5-ec30f25fc04d",
"blockedBy" : [ ],
"blocking" : [ ],
"associatedTasks" : [ ],
"associatedEntities" : [ ],
"associatedIdentities" : [ ],
"associatedCompanies" : [ ]
} ]
}| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the message thread | |
| url | URL represented as a string | The URL for accessing this thread | |
| name | String literal | The friendly name for the chat thread or thread associated with other concepts | |
| purpose | A string representation of a enumeration name restricted to the documented values | The purpose for the thread for info | Allowed values:
|
| group | Group | The membership group this chat/message thread is associated with | Required on create. Ignored on update. |
| companies | Company[] | Associated companies | Ignored on update. |
| invoices | Payment Invoice[] | Associated payment invoices | Ignored on update. |
| tasks | Task[] | Associated work tasks | Ignored on update. |
| projects | Project[] | Associated projects | Ignored on update. |
| entities | Entity[] | Associated content entities | Ignored on update. |