v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Ingestion

List operator fixed-width layout templates

Returns every active per-tenant fixed-width layout template. The list is unpaginated: layout templates are bounded operator config. Tenant from the JWT; never the body.

get/v1/imports/formats/templates

Response

OK

Example response

{
  "items": [
    {
      "createdAt": "2025-01-15T10:30:00Z",
      "discriminator": {
        "length": 1
      },
      "formatKey": "br/cnab400/acme-cobranca",
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "recordTypeCount": 1,
      "records": [
        {
          "fields": [
            {
              "kind": "decimal",
              "length": 12,
              "name": "amount",
              "startByte": 11
            }
          ],
          "recordType": "1",
          "width": 33
        }
      ],
      "variantKey": "acme-cobranca"
    }
  ]
}