GET workflows/{workflow_id}

Description:

get the information of a workflow by id

URL pattern:

.../workflows/{workflow_id}

Formats:

json,xml

HTTP Method:

GET

Parameters:

none

Response:

{
	"workflow": {
		"id":1234,			// workflow id
		"description":"good workflow",	// workflow description
		"creator":122454,		// creator's user_id
		...
	}
}

  • No labels