GET Settings

Get Relationship Intelligence settings related to the API Endpoints.

Request

GET {{host}}/api/rest/v4/ri/import/settings 
Authorization: {{auth}}

Response

HTTP/1.1 200 OK
[
  {
    "historicalPeriodInMonths": 3,
    "syncLevel": 1,
    "isSignatureCollectionEnabled": true,
    "isEmailCollectionEnabled": true,
    "isMeetingCollectionEnabled": true
  }
]

Response Params

syncLevel

ValueName
0Disabled
1Collection
3Score and Sync

Errors

HTTP/1.1 400 Bad Request
{
  "message": " API must be selected as the Exchange connection type to use this API endpoint"
}