When you use special characters in Orange Logic APIs, such as '&'
or '='
in asset names or metadata, you must use standard percent-encoding. For general information on this topic, refer to Mozilla's list of percent codes.
Take particular care when working with special characters in DataTable API subqueries and when you specify keywords or search terms in the Search API.
To avoid errors, we recommend using an API client, such as Postman, that automatically encodes special characters included in the values you enter in query parameters.