API enabled custom attributes
book
Article ID: 188219
calendar_today
Updated On:
Products
Clarity PPM On Premise
Issue/Introduction
Where to check the list of custom attributes that are API enabled?
Resolution
This can be checked by querying the database table odf_custom_attributes.
A simple query to find out this information would be as follows:
select * from odf_custom_attributes where api_alias is not null;
Feedback
thumb_up
Yes
thumb_down
No