Se puede consultar los items del pase de entrada creados hasta el momento mediante el método entryPassesItems/getEntryPassItems/{id del pase}
Parámetro | Valor |
---|---|
Nombre servicio | getEntryPassItems |
Tipo método | GET |
URL | https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth//entryPassesItems/getEntryPassItems/{id del pase} |
Content type | application/json |
Respuest:
{ "status": { "code": 200, "message": "Procesado con éxito", "data": { "current_page": 1, "data": [ { "id": 1290, "item": 1, "entryForm_id": 1993, "inspection": 0, "status_entryForm": "APROBADO", "code_entryForm": 3032, "num_commercial_invoice": "FE 5507", "code_operation": 501, "check_rm": "DTA", "tracking": [] } ], "first_page_url": "https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/entryPassesItems/getEntryPassItems/5877?page=1", "from": 1, "last_page": 1, "last_page_url": "https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/entryPassesItems/getEntryPassItems/5877?page=1", "links": [ { "url": null, "label": "« Anterior", "active": false }, { "url": "https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/entryPassesItems/getEntryPassItems/5877?page=1", "label": "1", "active": true }, { "url": null, "label": "Siguiente »", "active": false } ], "next_page_url": null, "path": "https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/entryPassesItems/getEntryPassItems/5877", "per_page": 15, "prev_page_url": null, "to": 1, "total": 1 } } }