Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
curl -X POST --user user:password -i https://cloud.europeana.eu/api/cloudIds?providerId=PSNC\&recordId=exampleLocalRecord 
Note

Have you noticed the "\&" before recordId parameter? the & character had to be escaped because it is a bash special character.

 

 

The response will contain the mapping between the local record and the newly created identifier  X67WPA7NGCZUKLACPWU3BORRGQUWTKSZNZDICEGZS6IXTRMINOIQ:

...