Attributes
Attributes
Section titled “Attributes”Attributes are information related to questions and answers. To gain information about the attributes
, a two-step process must be followed utilizing two separate endpoints:
First, you must obtain a list of attribute IDs
by using the /list-attributes
endpoint. This endpoint implements pagination, thus you must call the endpoint multiple times to get the entire list.
Second, you may use the attribute IDs
returned from the /list-attributes
endpoint to request details about each attribute
using the /get-attribute-info
endpoint.