get
/v4/Procedures/{id}
Returns the dynamic user procedure associated with the specified identifier including the configured steps and options.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Procedures/{id}"
Path parameters
id
required
String
Guid/Uuid of the required user procedure.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
Responses