Kieran Keene
Posts: 0
Joined: Sat Dec 21, 2013 6:09 pm

API Request Issues

Hi there,

I am using a form to search multiple API's. One of the form fields is "Job Type".

Each API has a different list of "accepted" requests.

How can I handle making the same request to multiple API's, when, they may require a different input? Can I set the value of the drop down to be different depending on which API it is hitting?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

API Request Issues

Hi Kieran,

Did you create several services that you want to invoke depending on UI component value, for example, Select?

Kieran Keene
Posts: 0
Joined: Sat Dec 21, 2013 6:09 pm

API Request Issues

hi -

No i only have one service for each API. So, if I replicate the service, how can I add in the condition?

Kieran Keene
Posts: 0
Joined: Sat Dec 21, 2013 6:09 pm

API Request Issues

So I want to always invoke a service for every API.

For each API, the service should send different requests.

Are you suggesting that I create 2 services for each API ??

Service 1:
Job Type : Full Time

Service2:
Job Type: Part Time

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

API Request Issues

Hi Kieran,

What do you mean by API, different sites? Then yes, you'll need to create a separate service for each of them.

Return to “Issues”