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
Value | Name |
---|---|
0 | Disabled |
1 | Collection |
3 | Score and Sync |
Errors
HTTP/1.1 400 Bad Request
{
"message": " API must be selected as the Exchange connection type to use this API endpoint"
}