Forums
how to fetch all the multiple address without giving the search query
{
"Address": {
"Criteria": {
"SearchQuery": {
"ParentKey": {
"$EQ": "QWJFbnRyeQlERU1PXzFDCTA="
}
}
},
"Scope": {
"Fields": {
"Key": {
"Value": 1,
"ID": 1,
"Number": 1,
"EntityType": 1
},
"Description": 1,
"AddressLine1": 1,
"AddressLine2": 1,
"City": 1,
"Country": 1,
"StateProvince": 1,
"ZipCode": 1,
"Default": 1,
"ParentKey": 1
}
}
}
}
How to update the value of a UDF
I'm trying to update the value of a UDF on an existing contact. This is what the body of my request looks like:
$GT Query Operator
Hi, the documentation says that $GT is not available yet: https://developer.maximizer.com/reference/comparison-operators#gt-and-lt
How to upload an Attachment using Octopus API
I was wondering in C# Net Core if there's an example on how to use the Octopus API to create an attachment where I pass a Byte Array as content, and then that make a relationship to an Address Book.
Accessing Phone Type via Octopus API
In the Ferret API documentation under Contacts → phones, I see reference to the phoneType field, which lists 1, 2 or 3 as the phoneType options (1 = Office, 2 = Home, 3 = Mobile).
$MAX(Datetime) on Tasks
Hi,
Multiple updates in one command?
Can you send multiple records to update in one command. I.e. Can you send an array of abentries with their keys and values to update in batch?
For Single parent key, i am able to get the address but i can't able to fetch address by passing multiple Parent key
{
"Address":{
"Criteria":{
"SearchQuery":{
"ParentKey":{
"$IN":["QWJFbnRyeQkyMjAzMzAyNTE1MzI1ODY2NDA1OTBDCTA=","QWJFbnRyeQkyMDA4MTEyNTA0NTUwNTI0NTIyODlDCTA="
]}
}
}
},
"Scope":{
"Fields":{
"Key":{
"Value":1,
"ID":1,
"Number":1,
"EntityType":1
},
"Description":1,
"AddressLine1":1,
"AddressLine2":1,
// "AddressLine3":1,
"City":1,
"Country":1,
"StateProvince":1,
"ZipCode":1,
"Default":1,
"ParentKey":1
}
}
}
}
Need to fetch Notes related data in the Leads through API
Leads---
Notes: Associate Entry
Opportunities all opportunities (abandoned, lost, suspended, won, and in progress) and stages need to fetch through API
stages: State/province
