M API to Check the Status of EDQ Job
You can check the status of the EDQ job by sending a real-time request in GET method. To execute the request, follow the subsequent steps:
- Open Postman or a relevant tool.
- Go to the Header tab.
- Send a request using the GET method. The request must be in the following
format:
http://<App_Host>:<App_Port>/TFLT/service/checkEDQ?edqUrl=http://<Edq_Host>:<Edq_Port>
Enter the following optional parameters in the Query Params table:
Table 2: Query Params for Individual Screening
Table M-1 Query Params for Individual Screening
Key | Value |
---|---|
extraServiceName | < WEBSERVICE URL> |
timeoutSeconds | <Place Holder Value> |
Note:
The Key and Value fields are case sensitive.You will get the following sample response for a successful execution:
{"payload":[{"serviceUrl":"http://100.76.129.18:8001/edq/restws/
Transaction_Screening:Name_x20 x26 x20_Address_x20_Screening","serviceName ":
"Name & Address Realtime Screening","responseCode":200,"status":"SUCCESS"},
{"serviceUrl":"http:// 100.76.129.18:8001/edq/restws/ Transaction_Screening:
Identifier_x20_Screening","serviceName":"Identifier Screening","responseCode":
200,"status":"SUCCESS"},{"serviceUrl":"http:// 100.76.129.18:8001/edq/restws/Transaction_Screening:
Country_x20 x26 x20_City_x20_scanning_x20_Web_x20_Se rvice","serviceName":
"Country And City Scanning","responseCode":200,"status":"SUCCESS"},{"serviceUrl":
"http:// 100.76.129.18:8001/edq/restws/ Transaction_Screening:
Narrative_x20_Web_x20_Service","serviceName":"Narrativ e Screening","responseCode":
200,"status":"SUCCESS"},{"serviceUrl":"http:// 100.76.129.18:8001/edq/restws/ Transaction_Screening:
Port_x20_Screening","serviceName":"Port Screening","responseCode":200,"status":"SUCCESS"},
{"serviceUrl":"http:// 100.76.129.18:8001/edq/restws/ Transaction_Screening:Goods_x20_Screening",
"serviceName":"Goods Screening","responseCode":200,"status":"SUCCESS"}],"message":
"EDQ and Enabled webservices are up.","status":"SUCCESS"}