GET API call from 3rd party to bubble

Hi Ramzy

Sorry about the delay, my kid decided to be sick today…
Anyway, as I understand it you want to do a search for a THING, and this thing has an jobid that was created outside Bubble, correct?

That would mean that you need to de a search for with a constraint. The constraints needs to be formatted in a special way (see manual here: https://bubble.io/reference#API.get_api.search_call.search_constraints).

For your example, you could try to format the GET url like this:

https://YOUR-APP.com/version-test/api/1.1/obj/jedissscing?constraints=[{“key”:“jobid”,“constraint_type”:“equals”,“value”:“1234567”}]

Remember the token in the header.

Let me know if it works :slight_smile:

3 Likes