v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435160115.2 KB

Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.

post/#X-Amz-Target=IotThingsGraphFrontEndService.GetFlowTemplateRevisions

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'IotThingsGraphFrontEndService.GetFlowTemplateRevisions' required

Request body

idstring required
<p>The ID of the workflow.</p> <p>The ID should be in the following format.</p> <p> <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code> </p>
nextTokenstring

The string that specifies the next page of results. Use this when you're paginating results.

maxResultsinteger

The maximum number of results to return in the response.

Response

Success

nextTokenstring

The string to specify as <code>nextToken</code> when you request the next page of results.