GET /api/v1/formatos?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: <http://10.30.10.35:8001/api/v1/formatos?format=api&page=1; rel="prev">, <http://10.30.10.35:8001/api/v1/formatos?format=api&page=3; rel="next">
Vary: Accept
X-Page: 2
X-Per-Page: 10
X-Total: 77
X-Total-Pages: 8

[
    {
        "clave": "xls",
        "descCorta": "Microsoft Excel",
        "idFormato": 13,
        "shortDesc": "Microsoft Excel"
    },
    {
        "clave": "xlsx",
        "descCorta": "Microsoft Excel XML",
        "idFormato": 14,
        "shortDesc": "Microsoft Excel XML"
    },
    {
        "clave": "marc",
        "descCorta": "MARC",
        "idFormato": 15,
        "shortDesc": "Machine-Readable Cataloging records"
    },
    {
        "clave": "jpeg",
        "descCorta": "JPEG",
        "idFormato": 16,
        "shortDesc": "JPEG"
    },
    {
        "clave": "gif",
        "descCorta": "GIF",
        "idFormato": 17,
        "shortDesc": "GIF"
    },
    {
        "clave": "png",
        "descCorta": "image/png",
        "idFormato": 18,
        "shortDesc": "image/png"
    },
    {
        "clave": "tiff",
        "descCorta": "TIFF",
        "idFormato": 19,
        "shortDesc": "TIFF"
    },
    {
        "clave": "aiff",
        "descCorta": "AIFF",
        "idFormato": 20,
        "shortDesc": "AIFF"
    },
    {
        "clave": "au",
        "descCorta": "audio/basic",
        "idFormato": 21,
        "shortDesc": "audio/basic"
    },
    {
        "clave": "wav",
        "descCorta": "WAV",
        "idFormato": 22,
        "shortDesc": "WAV"
    }
]