Retrieves the statuses of screening requests 2.
GET {{baseUrl}}/screening-requests/statuses?producer_identification=BOAPPL0001&sequence_number=8979&last_update=1186-11-04T03:35:23.2105&identification_list=20190417.UseCase1Message1
Retrieves the statuses of screening requests previously submitted to, and accepted by, the Transaction Screening Service. The sequencenumber, lastupdate and identification_list enable filtering the statuses of interest; one and only one of these parameter is required.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
producer_identification | string | (Required) Identifies the producer of the screening requests for which the statuses must be obtained. | |
sequence_number | number | Specifies the point in time, in the form of a sequence number, after which the caller is interested in obtaining screening request statuses. A sequence number is obtained as a result of a GET operation (with a sequence_number or with a last_update timestamp parameter) and enable calling that operation again to obtain the next round of statuses (if any). | |
last_update | string | Specifies the point in time, in the form of an ISODateTime timestamp, at which, or after which, the caller is interested in obtaining screening request statuses. A sequence number is provided along with the results to enable querying the next round of statuses directly following those in the response. | |
identification_list | string | Explicitly specifies a list of screening requests for which the most recent statuses must be obtained. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |