Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ancestorType integer

Ancestor Type of the dialog, Organization = 4, Department = 56, Project = 15, Individual = 39

tz string

Optional parameter to set timezone information.

Body Parameters

None.

Response Information

Resource Description (Dialog)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID globally unique identifier Required on Update

ID of the given Dialog.

AncestorID globally unique identifier Required on Create

ID of the ancestor of the given dialog.

DialogDate date Required

Date the given dialog was created.

Name string

Name of the given dialog. (Max length 255 characters)

Location string

Location of the given dialog. (Max length 50 characters)

Agenda string

Agenda of the given dialog.

SiteID globally unique identifier ReadOnly

ID of the site for the given dialog.

AncestorType byte ReadOnly

Ancestor type (organization, individual, project, or task) of the given dialog.

Deleted boolean ReadOnly

Deleted status of the given dialog.

DeletedByRef boolean ReadOnly

Deleted by reference status of the given dialog.

Created date ReadOnly

Date that the given dialog was created.

CreatedBy globally unique identifier ReadOnly

ID of the individual that created the given dialog.

Updated date ReadOnly

Date the given dialog was last updated.

UpdatedBy globally unique identifier ReadOnly

ID of the individual that last updated the given dialog.

Template boolean ReadOnly

Indicates the given dialog is a template.

Draft boolean ReadOnly

Indicates the given dialog is a Draft.

LastCommentDate date ReadOnly

Date of the most recent comment for the given dialog.

LastCommentByID globally unique identifier ReadOnly

ID of the individual who posted the most recent comment for the given dialog.

LastCommentBy string ReadOnly

Name of the individual who posted the most recent comment for the given dialog.

LastComment string ReadOnly

Body of the most recent comment for the given dialog.

CanRead boolean ReadOnly

Read security setting for the object based on the current logged in user.

CanUpdate boolean ReadOnly

Update security setting for the object based on the current logged in user.

CanDelete boolean ReadOnly

Delete security setting for the object based on the current logged in user.

CanDelegate boolean ReadOnly

Delegate security setting for the object based on the current logged in user.

RowType integer ReadOnly

Row Type of the dialog (9 = Org Dialog, 25 = Project Dialog, 38 Individual Dialog,

DialogOccurred boolean ReadOnly

This denotes if the system considers the dialog completed or not. For the system to consider it completed a dialog must have either a comment or a follow up task.

Response Formats

application/xml, text/xml

Sample
<Dialog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>6dc4a56c-e414-4595-a9d0-7c027010317c</ID>
  <AncestorID>677f4d19-97e6-463c-9273-8fc912484183</AncestorID>
  <DialogDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-03-03T15:26:00.7426553Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </DialogDate>
  <Name>sample string 2</Name>
  <Location>sample string 3</Location>
  <Agenda>sample string 4</Agenda>
  <SiteID>2423a396-ac04-42f8-8093-099bbdbdadaf</SiteID>
  <AncestorType>64</AncestorType>
  <Deleted>true</Deleted>
  <DeletedByRef>true</DeletedByRef>
  <Created>2024-03-03T15:26:00.7426553+00:00</Created>
  <CreatedBy>b2869023-68a4-4cf9-8fb5-3677343dd729</CreatedBy>
  <Updated>2024-03-03T15:26:00.7426553+00:00</Updated>
  <UpdatedBy>a7a80452-27ea-42bf-8ec7-b1a8f74e6c92</UpdatedBy>
  <Template>true</Template>
  <Draft>true</Draft>
  <LastCommentDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-03-03T15:26:00.7426553Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </LastCommentDate>
  <LastCommentByID>b99dcbe0-fe2e-4610-9a60-40d94dd0dacb</LastCommentByID>
  <LastCommentBy>sample string 5</LastCommentBy>
  <LastComment>sample string 6</LastComment>
  <CanRead>true</CanRead>
  <CanUpdate>true</CanUpdate>
  <CanDelete>true</CanDelete>
  <CanDelegate>true</CanDelegate>
  <RowType>1</RowType>
  <DialogOccurred>true</DialogOccurred>
</Dialog>

application/json, text/json

Sample
{
  "ID": "6dc4a56c-e414-4595-a9d0-7c027010317c",
  "AncestorID": "677f4d19-97e6-463c-9273-8fc912484183",
  "DialogDate": "2024-03-03T15:26:00.7426553+00:00",
  "Name": "sample string 2",
  "Location": "sample string 3",
  "Agenda": "sample string 4",
  "SiteID": "2423a396-ac04-42f8-8093-099bbdbdadaf",
  "AncestorType": 64,
  "Deleted": true,
  "DeletedByRef": true,
  "Created": "2024-03-03T15:26:00.7426553+00:00",
  "CreatedBy": "b2869023-68a4-4cf9-8fb5-3677343dd729",
  "Updated": "2024-03-03T15:26:00.7426553+00:00",
  "UpdatedBy": "a7a80452-27ea-42bf-8ec7-b1a8f74e6c92",
  "Template": true,
  "Draft": true,
  "LastCommentDate": "2024-03-03T15:26:00.7426553+00:00",
  "LastCommentByID": "b99dcbe0-fe2e-4610-9a60-40d94dd0dacb",
  "LastCommentBy": "sample string 5",
  "LastComment": "sample string 6",
  "CanRead": true,
  "CanUpdate": true,
  "CanDelete": true,
  "CanDelegate": true,
  "RowType": 1,
  "DialogOccurred": true
}