GET Settings
Get Relationship Intelligence settings related to the API Endpoints.
Request
GET {{host}}/api/rest/v4/ri/import/settings
Authorization: Bearer {{token}}
Response
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
400 Bad Request
{
"message": "API must be selected as the Exchange connection type to use this API endpoint"
}