GET Contact/{id}

Get a contact record by it's id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ContactDto
NameDescriptionTypeAdditional information
ContactId

integer

None.

ProfileId

integer

None.

ContactDate

date

None.

ContactType

string

None.

Descr

string

None.

Message

string

None.

DateCreated

date

None.

DateChanged

date

None.

ReminderDate

date

None.

TalkedWith

string

None.

Contactee

string

None.

ContacteeUserNum

integer

None.

Subject

string

None.

Hours

decimal number

None.

ChangedBy

string

None.

MessageID

integer

None.

SalesID

integer

None.

TaskID

integer

None.

TalkedWithEmail

string

None.

ContacteeEmail

string

None.

IsPublic

boolean

None.

ProjectID

integer

None.

ProfileIsOrg

boolean

None.

ProfileIsMember

boolean

None.

ProfileReportName

string

None.

Response Formats

application/json, text/json

Sample:
{
  • "ContactId": 1,
  • "ProfileId": 2,
  • "ContactDate": "2024-05-11T17:39:38.012378Z",
  • "ContactType": "sample string 4",
  • "Descr": "sample string 5",
  • "Message": "sample string 6",
  • "DateCreated": "2024-05-11T17:39:38.012378Z",
  • "DateChanged": "2024-05-11T17:39:38.012378Z",
  • "ReminderDate": "2024-05-11T17:39:38.012378Z",
  • "TalkedWith": "sample string 10",
  • "Contactee": "sample string 11",
  • "ContacteeUserNum": 12,
  • "Subject": "sample string 13",
  • "Hours": 14.1,
  • "ChangedBy": "sample string 15",
  • "MessageID": 16,
  • "SalesID": 17,
  • "TaskID": 18,
  • "TalkedWithEmail": "sample string 19",
  • "ContacteeEmail": "sample string 20",
  • "IsPublic": true,
  • "ProjectID": 22,
  • "ProfileIsOrg": true,
  • "ProfileIsMember": true,
  • "ProfileReportName": "sample string 25"
}