avatar image
1
request list of items with zero dependencies with internal rest api
By Created , last editted

Hello,

I was wondering, i heard is should be possible to request a list of items, let's say endpoint templates with zero dependencies through the internal rest api.

I can't seem to wrap my head around this. Does anyone have any pointers for me?

Thanks!


Hello,

I was wondering, i heard is should be possible to request a list of items, let's say endpoint templates with zero dependencies through the internal rest api.

I can't seem to wrap my head around this. Does anyone have any pointers for me?

Thanks!

  • Avatar image
    Hi Gerhard, I haven't heard of this functionality. Who told you this? Perhaps he/she can help you.
    By
  • Avatar image
    I've mailed the person who i think told me this
    By
  • Avatar image
    Hi Gerhard, - first create a API user - after that make sure you can do regular api calls to your application. - like something https://YOURAPP.bettyblocks.com/api/model/MODELNAME/records. - Replace YOURAPP and MODELNAME. If evertyhing is correctly configured, it returns your data records. And now the trick, you can get the information you wanted without depencies with pure API calls. - Example https://YOURAPP.bettyblocks.com/api/templates/ to get all template definitions, - Example https://YOURAPP.bettyblocks.com/api/endpoints/ to get all endpoint definitions. You can filter and customize your request to get the info your are searching for. You can use POSTMAN to test your calls, but also use an online tool like https://reqbin.com/ I hope this solves your problem. Have a good day, Floris
    By
  • Login to reply
Answers
Sort by:

Please login to reply to the topic.