PerBonomi
9 years agoBoss
API to list through user macros
Hello. I would like the ability to use API 2 to look for specific user macros.
Example: I want to look if a user has a macro with a specific title. I think currently the only way is to "manually" check "does macro_1_title" exist? If so, what's its title. If title equals xyz, perform action. Rinse, repeat.
Would be great if I could, for example, select * from macros where user.id = 'id' and title = 'title'.