Get close task udf instances

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

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 'http://close-service:8082/closeAPI/api/close/udf/instances/{taskId}'
Response examples (200)
[
  {
    "name": "string",
    "value": {}
  }
]