Retrieve a Task Form URI

get

/bpm/api/4.0/tasks/{id}/form

Retrieves the task form URI.

Request

Path Parameters
Query Parameters
  • To retrieve a read only form uri - True; else false
    Default Value: false
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: string

400 Response

Bad Request.

401 Response

Unauthorized

404 Response

Form URL not found for given task

500 Response

Internal Server Error
Back to Top