For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
16 3 5 7

DSS REST API- Legal Entity Detail Report Preferences settings

DSS REST API- Legal Entity Detail Report: How do I add a Condition to (per General Preferences in GUI): "Include unmanaged and unverified Legal Entity records in import, search and extractions"?

dss-rest-api#product
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@constantin.vulpescu Hi,

Would you be doing this as an On Demand (ExtractWithNotes or ExtractRaw) request?

Upvotes
Accepted
260 2 2 4

Solved internally via MS Teams:

{
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.LegalEntityDetailExtractionRequest",
        "ContentFieldNames": [
            "Entity PermID",
            "Legal Entity OrgID",
            "Entity LEI",
            "Official Name",
            "Country of Incorporation Description"
...
        ],
        "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EntityIdentifierListWithValidationOptions",
            "EntityIdentifiers": [
                {
                    "Identifier": "4295861785",
                    "IdentifierType": "Pid"
                },
                {
                    "Identifier": "5055410921",
                    "IdentifierType": "Pid"
                }
            ],
            "ValidationOptions": {
                "AllowDuplicateInstruments": false,
                "IncludeParentAndUltimateParent": false,
                "AllowUnmanagedOrUnverifiedEntities": true
            },
            "UseUserPreferencesForValidationOptions": false
        },
        "Condition": {
            "DeltaDays": -1
        }
    }
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
16 3 5 7

ExtractWithNotes


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.