JSON/XML: | GET https://api.sanctionssearch.com/v2/dbs/{Id}/ |
JSON/XML Legacy: | POST https://api.sanctionssearch.com/v2/{json/xml}/reply/GetDbsSearch/ |
This method, armed with a DBS search id number previously supplied by the result of AddDbsSearch, will bring back information for a DBS search previously created in the system
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id | Int64 | The ID of the DBS Search | |
SubUserName | String | Query Param. Provide a value to only return a search that the specified sub user has permission to access. If this is null or empty, then sub user permissions will not be enforced and the search will be returned. |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
Summary | DbsSearchSummary | Instance of DBSSearchSummary object (see here) |