3 Nov
2023
3 Nov
'23
7:38 a.m.
Hi, I'm trying to download a record using curl and GET /biblios/{biblio_id} With curl I try: curl -u user:Pwd --request GET 'http://127.0.0.1:8080/api/v1/biblios/xxxx' --header "Content-Type: application/json" But the answer is: ["application\/json","application\/marcxml+xml","application\/marc-in-json","application\/marc","text\/plain"] not a json with the MARC21 data. What is the error ? Cheers Zeno Tajoli