Get a screening exception by its ID
get/exceptions/{screeningExceptionId}
Returns a screening exception by its ID.
1{2 "id": "cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",3 "expirationType": "NEVER",4 "conditions": [5 {6 "path": "/party/screeningResult/matchedProfile/tags",7 "operator": "contains",8 "value": "VSL"9 }10 ],11 "status": "ACTIVE",12 "creationTimeStamp": "2024-01-11T20:46:21.883Z",13 "modifiedTimeStamp": "2024-01-11T20:46:21.883Z",14 "version": 1,15 "links": [16 {17 "method": "GET",18 "rel": "up",19 "href": "/watchlistScreening/exceptions",20 "uri": "/watchlistScreening/exceptions",21 "type": "application/vnd.sas.collection",22 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"23 },24 {25 "method": "GET",26 "rel": "self",27 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",28 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",29 "type": "application/vnd.sas.watchlist.screening.conditional.exception"30 },31 {32 "method": "PUT",33 "rel": "update",34 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",35 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",36 "type": "application/vnd.sas.watchlist.screening.conditional.exception",37 "responseType": "application/vnd.sas.watchlist.screening.conditional.exception"38 },39 {40 "method": "DELETE",41 "rel": "delete",42 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",43 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8"44 }45 ]46}
Name | Type | Required | Description |
---|---|---|---|
screeningExceptionId | string | true | The ID of the screening exception. |
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | The desired representation for the response. Allowed values: application/vnd.sas.watchlist.screening.conditional.exception+jsonapplication/vnd.sas.watchlist.screening.conditional.exception+json;version=1application/vnd.sas.watchlist.screening.profile.exception+jsonapplication/vnd.sas.watchlist.screening.profile.exception+json;version=1application/json Default: application/vnd.sas.watchlist.screening.conditional.exception+json |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema | |
500 | Internal Server Error | The service encountered an error. | Schema | |
502 | Bad Gateway | Bad Gateway | Schema |