REST API - listPageFlows
The table summarizes the REST API - listPageFlows.
Request
Response
JSON | Returns a JSON representation of the contents of a listPageFlowsResponse element. |
XML | Returns the contents of a listPageFlowsResponse element (from the PageFlowService schema). |
Example
Request | GET <baseurl>/pageflow/list |
Response | { "xml-fragment": { "startPosition": 0, "endPosition": 1, "totalItems": 1, "pageFlowTemplate": { "@hasFormalParameters": "true", "@moduleName": "/RestSample1/ProcessPackages/RestSample1.xpdl", "@version": "1.0.0.201301031722", "@processName": "GetInfoFromCustomer" } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.