The platform has a limitation to fetch 200 relations to reduce the load and latency.
GET >> https://<>envr>.reltio.com/reltio/api/<tenant id>/relations/_total?filter=<>
Response -->
{
"total": <relations count>
}
If we use API to fetch the relation, it will put more load on the tenant and cause performance issues. Hence, we highly recommend that you please consider the relation export option to get the relationships. Please refer to the below documentation for more details
Comments
Please sign in to leave a comment.