Forums
How can i get Interactions and documents in the Leads through API
https://api.maximizer.com/octopus/Read
i am using this api and the body as like below
{
"Configuration": {
"Drivers": {
"ILeadSearcher": "Maximizer.Model.Access.Sql.LeadSearcher"
}
},
"schema": {
"FieldOptions":{
"owner":{
"DisplayValue":1
}
}
},
"AbEntry":{
"FieldOptions":{
"Udf/$NAME(Customer Type)":[
{
"Key":1,
"DisplayValue":1
}
],
"Udf/$NAME(Primary Product)":[
{
"Key":1,
"DisplayValue":1
}
]
}
},
"Lead": {
"criteria": {
"searchQuery": {
},
"top": 5
},
"Scope": {
"Fields": {
"Key": 1,
"CompanyName": 1,
"MrMs": 1,
"FirstName": 1,
"MiddleName": 1,
"LastName": 1,
"Salutation": 1,
"Position": 1,
"Email": 1,
"WebSite": 1,
"Status": 1,
"AssignedTo": 1,
"Address": 1,
"Phone1": 1,
"Phone2": 1,
"Creator": 1,
"CreationDate": 1,
"ModifiedBy": 1,
"LastModifyDate": 1,
"FullName": 1,
"SecStatus": 1,
"AbEntryKey": 1,
"OpportunityKey": 1,
"Source": {
"DisplayValue" : 1
},
"NoEmployees": 1,
"Industry": 1,
"SourceUrl": 1,
"ArchivedDate": 1,
"DisplayValue": 1
}
}
}
}
