_byCrosswalk vs _slice API

Question:

What is the difference between _byCrosswalk vs. _slice APIs?

Answer: 

_slice

curl --location 'https://ENVIRONMENT.reltio.com/reltio/api/TENANTID/entities/1kIYFFl/_slice?crosswalkValue=HERB240723' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--header 'source-system: configuration/sources/HDMS'

 Is basically the same as
 
_byCrosswalk

curl --location 'https://ENVIRONMENT.reltio.com/reltio/api/TENANTID/entities/_byCrosswalk/HERB240723?type=HDMS&options=ovOnly&select=type%2Cattributes%2Ccrosswalks' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'

 
ONLY DIFFERENCE IS THAT _byCrosswalk will provide Cleansers in the crosswalk section from the whole entity.

 

References:

https://reltio.jira.com/wiki/spaces/IRD/pages/1243119835/GET+entity_uri+_crosswalkTree+-+Additional+description

https://reltio.zendesk.com/agent/tickets/108201

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.