get
/v4/Procedures/{id}/Revisions/{revision}
Returns a dynamic user procedure with matching identifier and revision along with its configured steps and options.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Procedures/{id}/Revisions/{revision}"
Path parameters
id
required
String
Guid/Uuid of the required user procedure.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
revision
required
Integer
Revision number of the required user procedure.
Example:
1234
format: int32
Example:
56
Responses