Profile attributeAsk AIpost https://api.eu.xtremepush.com/api/external/list/profile-attributeGet profile attribute values from user profiles.Body ParamsapptokenstringrequiredYour App tokenorderarray of stringsOrder the results in either ascending or descending order based on any of the attributes, eg. ["attribute_name"] or ["update_time DESC"]orderADD stringselectarray of stringsSelect what attributes to return, eg. ["value", "update_time"]selectADD stringconditionjsonFilter the user profiles based on some criteria, eg. [ ["user_id", "=", "USER_ID"] ]limitint32Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0offsetint32Used with limit for paginationResponses 200200 400400Updated 5 months ago