Newer
Older
web-services / orcid-disambiguation / examples.http
# Désambiguisation d'auteur orcid
POST https://geoEntity-tagger.services.inist.fr/v1/geoTagger/geoTagger?indent=true HTTP/1.1
Content-Type: application/json

[
    {
        "id":"1",
        "value":[{"firstName" : "Pascal", "lastName" : "Cuxac", "email" : ["blabla@blabla.fr","pascal.cuxac@inist.fr"]}]
    },
    {
        "id":"2",
        "value":[{"firstName" : "Rubén", "lastName" : "Vázquez-Cárdenas", "coAuthors" : ["Juan pablo Martínez-Pastor"]}]
    }
]