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"?
Resolver not registered: react.asset.discussionTagsAsset
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 } }}
Would you be doing this as an On Demand (ExtractWithNotes or ExtractRaw) request?
ExtractWithNotes
Permission Problem You need the session.valid permission to do that.