Acabados

Acabados

GET /finishings

Headers

Name
Value

Content-Type

application/json

Authorization

<token>

Response

{
    "links": {
        "prev": "https://api.eterniasoft.com/v3/finishings?page=1",
        "next": "https://api.eterniasoft.com/v3/finishings?page=2",
        "last": "https://api.eterniasoft.com/v3/finishings?page=7"
    },
    "meta": {
        "page": {
            "total": 126
        }
    },
    "data": [
        {
            "type": "finishings",
            "id": "278",
            "attributes": {
                "id": 278,
                "name": "rejilla metálica"
            }
        },
        {
            "type": "finishings",
            "id": "279",
            "attributes": {
                "id": 279,
                "name": "reja metálica"
            }
        },
        {
            "type": "finishings",
            "id": "280",
            "attributes": {
                "id": 280,
                "name": "luz estroboscópica"
            }
        },
        {
            "type": "finishings",
            "id": "272",
            "attributes": {
                "id": 272,
                "name": "pegamento"
            }
        },
        {
            "type": "finishings",
            "id": "281",
            "attributes": {
                "id": 281,
                "name": "alarma"
            }
        },
        {
            "type": "finishings",
            "id": "282",
            "attributes": {
                "id": 282,
                "name": "soquete/luminaria"
            }
        },
        {
            "type": "finishings",
            "id": "273",
            "attributes": {
                "id": 273,
                "name": "mangueras de aci"
            }
        },
        {
            "type": "finishings",
            "id": "274",
            "attributes": {
                "id": 274,
                "name": "bomba de aci"
            }
        },
        {
            "type": "finishings",
            "id": "275",
            "attributes": {
                "id": 275,
                "name": "bomba jockey aci"
            }
        },
        {
            "type": "finishings",
            "id": "97",
            "attributes": {
                "id": 97,
                "name": "sistema de alarma contra incendio"
            }
        },
        {
            "type": "finishings",
            "id": "266",
            "attributes": {
                "id": 266,
                "name": "bisagra"
            }
        },
        {
            "type": "finishings",
            "id": "277",
            "attributes": {
                "id": 277,
                "name": "contómetros"
            }
        },
        {
            "type": "finishings",
            "id": "252",
            "attributes": {
                "id": 252,
                "name": "muro de concreto"
            }
        },
        {
            "type": "finishings",
            "id": "265",
            "attributes": {
                "id": 265,
                "name": "closet / mueble melamine"
            }
        },
        {
            "type": "finishings",
            "id": "260",
            "attributes": {
                "id": 260,
                "name": "zócalo"
            }
        },
        {
            "type": "finishings",
            "id": "251",
            "attributes": {
                "id": 251,
                "name": "ladrillo de pastelero"
            }
        },
        {
            "type": "finishings",
            "id": "247",
            "attributes": {
                "id": 247,
                "name": "tapones de salida en lavadora"
            }
        },
        {
            "type": "finishings",
            "id": "246",
            "attributes": {
                "id": 246,
                "name": "tapones de salida en therma"
            }
        },
        {
            "type": "finishings",
            "id": "227",
            "attributes": {
                "id": 227,
                "name": "bomba sumidero - desagüe"
            }
        },
        {
            "type": "finishings",
            "id": "225",
            "attributes": {
                "id": 225,
                "name": "bomba de presión constante - agua"
            }
        }
    ]
}

Última actualización