Entity
GraphQL can significantly enhance the power of your API Integration. To onboard, please reach out to your Account Manager for pricing information.
The Entity is the root type for querying a Rightsline entity record. It is defined by the following schema:
When querying for an entity, you must pass the record ID in the id
parameter and the char type ID in the charTypeId
parameter. You can then include any or all of the above fields in your request depending on the information you need. For instance, if you are only interested in the title and its created date, you can use the following query:
This will result in a response like:
Last updated