Trifaco API
Documentos

Consultar historial de entrega

GET/v1/documents/{id}/deliveries

Estado: parcial. Ambientes: simulation, qualification. Permisos: documents:read.

Alcance: Historial local por documento, limit 1–100 y cursor firmado por tenant/ambiente/recurso; resume estado por destinatario sin afirmar lectura ni aceptación comercial.

Consultar historial de entrega

Authorization

ClientApiKey
X-API-Key<token>

Secreto ligado a empresa, actor, permisos y ambiente. No admite cambiar empresa por body/header.

In: header

Path Parameters

id*string

Identificador opaco. No autoriza acceso por sí mismo.

Formatuuid
Length1 <= length <= 36

Query Parameters

cursor?string

Opaco y ligado a filtros/empresa/ambiente; caduca en 24 h. CURSOR_EXPIRED exige reiniciar listado.

Length1 <= length <= 2048
limit?integer
Range1 <= value <= 100
Default50

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"
{  "items": [],  "next_cursor": "string",  "as_of": "2019-08-24T14:15:22Z"}