GET api/GetAllCallLog?jsonData={jsonData}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonData | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAllCallLogVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| TypeId | string |
None. |
|
| Number | string |
None. |
|
| Duration | string |
None. |
|
| DateTime | string |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| LeadId | integer |
None. |
|
| ContactId | integer |
None. |
|
| ChannelPartnerId | integer |
None. |
|
| InitiatedVia | string |
None. |
|
| IsMapped | boolean |
None. |
|
| IsConvertedFromContact | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Count": 1,
"Id": 2,
"Name": "sample string 3",
"Type": "sample string 4",
"TypeId": "sample string 5",
"Number": "sample string 6",
"Duration": "sample string 7",
"DateTime": "sample string 8",
"ProjectId": 1,
"ProjectName": "sample string 9",
"UserId": 1,
"UserName": "sample string 10",
"LeadId": 1,
"ContactId": 1,
"ChannelPartnerId": 1,
"InitiatedVia": "sample string 11",
"IsMapped": true,
"IsConvertedFromContact": true
},
{
"Count": 1,
"Id": 2,
"Name": "sample string 3",
"Type": "sample string 4",
"TypeId": "sample string 5",
"Number": "sample string 6",
"Duration": "sample string 7",
"DateTime": "sample string 8",
"ProjectId": 1,
"ProjectName": "sample string 9",
"UserId": 1,
"UserName": "sample string 10",
"LeadId": 1,
"ContactId": 1,
"ChannelPartnerId": 1,
"InitiatedVia": "sample string 11",
"IsMapped": true,
"IsConvertedFromContact": true
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAllCallLogVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.CallLog">
<GetAllCallLogVm>
<ChannelPartnerId>1</ChannelPartnerId>
<ContactId>1</ContactId>
<Count>1</Count>
<DateTime>sample string 8</DateTime>
<Duration>sample string 7</Duration>
<Id>2</Id>
<InitiatedVia>sample string 11</InitiatedVia>
<IsConvertedFromContact>true</IsConvertedFromContact>
<IsMapped>true</IsMapped>
<LeadId>1</LeadId>
<Name>sample string 3</Name>
<Number>sample string 6</Number>
<ProjectId>1</ProjectId>
<ProjectName>sample string 9</ProjectName>
<Type>sample string 4</Type>
<TypeId>sample string 5</TypeId>
<UserId>1</UserId>
<UserName>sample string 10</UserName>
</GetAllCallLogVm>
<GetAllCallLogVm>
<ChannelPartnerId>1</ChannelPartnerId>
<ContactId>1</ContactId>
<Count>1</Count>
<DateTime>sample string 8</DateTime>
<Duration>sample string 7</Duration>
<Id>2</Id>
<InitiatedVia>sample string 11</InitiatedVia>
<IsConvertedFromContact>true</IsConvertedFromContact>
<IsMapped>true</IsMapped>
<LeadId>1</LeadId>
<Name>sample string 3</Name>
<Number>sample string 6</Number>
<ProjectId>1</ProjectId>
<ProjectName>sample string 9</ProjectName>
<Type>sample string 4</Type>
<TypeId>sample string 5</TypeId>
<UserId>1</UserId>
<UserName>sample string 10</UserName>
</GetAllCallLogVm>
</ArrayOfGetAllCallLogVm>