I know export has includeReferencesDeep and _bulk_get has fields which makes them different, but is there any difference if I just send a list of type and id to both end points like this? I experiment a little and find that their response is same, did I missed anything?
[
{
"type":"xxx",
"id":"yyy"
},
{
"type":"zzz",
"id":"kkk"
},
...
]