Many great things will come in Razuna 1.5 (I know we are a bit late, but you will love all the stuff we’ve done for Razuna 1.5). One area that has gotten a lot of love is the new API, now extending on it, we also added the option to work with custom fields in the API. This allows for even great integration into your own application.
With the Custom Fields API you can create custom fields, list available ones and get the custom fields of each asset within your record set.
Additionally, since the search API is an extension of the search within Razuna one can now search for labels and custom fields within the search API. In order to do so, you simply do a field search as in:
labels:(Animals)
For those who are already using the API the complete search string would look something like:
/global/api2/search.cfc?method=searchassets&api_key=1&searchfor=labels:(Animals)
The same logic applies to search with custom fields.
We encourage developers to read the new custom fields API and the enhanced search API documentation.

No comments yet.