I am going to demonstrate DSS Entity data request with PermID, but cannot find Postman library.
Can you pleae create one for me which can be copied and pasted in Postman?
@hiroko.goto
Thank you for reaching out to us.
Do you mean these Entity Data report templates?
The following is the request message for the LegalEntityAuditExtractionRequest. The endpoint is Extractions/ExtractWithNotes.
{ "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.LegalEntityAuditExtractionRequest", "ContentFieldNames": [ "RCP ID", "ID Type", "ID", "Audit Source Reference", "Audited Field Name", "Legal Entity OrgID", "Audit Modified Date", "Audit Source", "Official Name" ], "IdentifierList": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EntityIdentifierList", "EntityIdentifiers": [ { "Identifier": "4295904307", "IdentifierType": "Pid" } ] } } }
You can refer to the REST API Reference Tree for other Legal Entity report template.
@Jirapongse Hi Jirapongse, Thank you very much! This information is really helpful.
I have one more to confirm.
I am trying to extract Legal Entity Details.
I would like to set condition for "Include entities that have changed".
In DSS GUI, the condition is below screenshot.
I guess this is relevant for DeltaDays in API. How can I choose "at any time" for API condition?
Regards,
Hiroko