GET /api/v1/identificadores?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "clave": "ARK",
        "descCorta": "ARK",
        "idTipoIdentificador": 1,
        "shortDesc": "ARK"
    },
    {
        "clave": "DOI",
        "descCorta": "DOI",
        "idTipoIdentificador": 2,
        "shortDesc": "DOI"
    },
    {
        "clave": "Handle",
        "descCorta": "Handle",
        "idTipoIdentificador": 3,
        "shortDesc": "Handle"
    },
    {
        "clave": "PURL",
        "descCorta": "PURL",
        "idTipoIdentificador": 4,
        "shortDesc": "PURL"
    },
    {
        "clave": "URN",
        "descCorta": "URN",
        "idTipoIdentificador": 5,
        "shortDesc": "URN"
    },
    {
        "clave": "URL",
        "descCorta": "URL",
        "idTipoIdentificador": 6,
        "shortDesc": "URL"
    }
]