Hi,
Is there a way to determine what level a PermID is before submitting a request(s) to the relevant templates, either through the structure/range of the PermID (numeric) or if not, through an API request maybe some type of pre-validate option, though the below doesn't work for this entity-level PermID:
POST
/Extractions/InstrumentListValidateIdentifiers
/Extractions/EntityListValidateIdentifiers
{
"InputsForValidation": [
{
"Identifier": "4295904307",
"IdentifierType": "Pid"
}
],
"KeepDuplicates": false
}
Appears to be the best solution I could find to-date, but I just wondered if there was something more specific to pre-validating PermIDs via a single request via DSS, or via maybe 'Symbology API' if there's no option via DSS for this ask specifically.
Many thanks,
Gareth