Answered

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
            }
        }
    }
}
Answered

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:

Answered
Answered

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.

Answered

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).

Answered

$MAX(Datetime) on Tasks

Hi,

Answered

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?

Answered

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
         }
      }
   }
}
Answered

Need to fetch Notes related data in the Leads through API

Leads---
Notes: Associate Entry

Answered

Opportunities all opportunities (abandoned, lost, suspended, won, and in progress) and stages need to fetch through API

stages: State/province