Get current request information
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Query an ABL application to get a list of all the requests currently in process.
HTTP Operation
GET
URI
//host_name:port/oemanager/applications/ABL_app_name/requests[?requestId=VALUE]
Media type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line examples with and without request ID
|
ABL HTTP client example
|
Request body example
NA
Response body example
|
Note: Identify
requestID from the body
of the response received when querying information about currently active
requests.