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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 2

Entity Name Search to extract PermID via DSS REST API

I am using the following request to extract orgid via name search using DSS REST API. 
What is the identifier type do I need to use to retrieve "Entity PermID" instead of "OrgId".

{
    "SearchRequest": {
        "Name": "Infosys",
        "OfficialNameOnly": false,
        "DomicileCodes": null,
        "CountryOfIncorporationCodes": null,
        "TrBusinessClassificationCodes": null,
        "VerifiedOnly": false,
        "RegulatedOnly": false,
        "IssuersOnly": false,
        "ActiveOnly": false,
        "IdentifierType": "OrgId",
    }
}
dss-rest-apidatascope-selectdss
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
23k 22 9 14

Hi @balakrishnan.ilango

One can not request PermId via Datascope REST API.

However,

I think Open Perm ID APIs, are the REST APIs that could address your use case?

PermID Entity Search looks to be the best suited.

icon clock
10 |1500

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

Click below to post an Idea Post Idea