Registrant Catalogue Query
The /myisan service allows registrants to query their own catalogue within the ISAN Registry. It retrieves registered ISANs and ISAN applications that belong to the registrant. The search scope is strictly limited to the registrant's own catalogue.
When to Use This Service
-
Check Registration Status: Use
/myisanto verify the status of an ISAN registration application after submitting it via the/recordservice. -
Search Your Catalogue: Use it similarly to the
/queryservice, but restricted to your own registered ISANs. Note that searches with/myisanalso include your Project ISANs.
Query based search
Endpoint: GET /myisan
GET /myisan Build the search and query the client catalogueUse this method to build and execute a search query against your client catalogue.
- Documentation: Refer to the ISAN Swagger site for detailed parameter descriptions and examples in JSON and XML formats.
-
Status Check: To check the status of a registration application, set the
statusfield in your query parameters. - Repeated Arguments: Certain query arguments (e.g., countries, languages, participants) can be repeated. When repeated, these arguments function as an OR condition.
Record based search
Endpoint: POST /myisan
POST /myisan Query the the client catalogue using the record data that is providedUse this method to query your client catalogue by providing record data directly in the request body.
- Documentation: Refer to the ISAN Swagger site for detailed payload structures and examples in JSON and XML formats.