Get close task udf instances

GET /closeAPI/api/close/udf/instances/{taskId}

Path parameters

  • taskId integer Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • name string

      The name of the reporting field.

    • value object

      The value of the reporting field. This can be alphanumeric, numeric or null.

GET /closeAPI/api/close/udf/instances/{taskId}
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/udf/instances/{taskId}'
Response examples (200)
[
  {
    "name": "string",
    "value": {}
  }
]