Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This POST service will retrieve the workflowRequest based on the workflowRequestId in the request.

...

Code Block
languagejs
titleSample JSON Request
linenumberstrue
{
	"authentication":
	{
		"userId": "userid",
		"password": "mypassword"
	},
	"workflowRequestId": 28208
}

Parameters

Parameter

Required

Type

Description

authentication

Y

Object

The authentication parameter is comprised of 2 fields.

  • userId – a valid user id for FlexDeploy
  • password – the associated password


workflowRequestId

Y

Long

The requestId to retrieve the status for.

...