Page 1 of 1

Combine different Services in one API call

Posted: Sun May 01, 2016 6:01 pm
by inventtory
Is it possible to request data from different Services (for example: from "Published Data" and "Family") in one API call?
If yes, how is that done?

Re: Combine different Services in one API call

Posted: Mon May 02, 2016 7:17 am
by EPO / OPS Support
Hi,

Sorry, but this is not possible. The reason is that each of those services is connected to the different database and each of those databases has separate limitations and sometimes even formats. Also, if you look at the throttling you will see that each of them has different limitations for SPM (searches per minute).

The only thing that you can combine in one search is different services with its constituents.

Regards

OPS support

Re: Combine different Services in one API call

Posted: Mon May 02, 2016 8:36 am
by inventtory
Hello,

thank you for our reply.

What exactly do you mean with ".....different services with its constituents"?
Could you kindly provide an example.

Thanks and regards,
Chris

Re: Combine different Services in one API call

Posted: Mon May 02, 2016 8:51 am
by EPO / OPS Support
There is more than one service in OPS:

- Publish services
- Family service
- Legal service
- Numbering service
- Register service
- Classification service

and each of them have certain constituents (like abstract, claims, description, full-cycle, biblio, image in Pub. Services) that you can combine in one search:

http://ops.epo.org/3.1/rest-services/pu ... full-cycle
So, here is Biblio + Full-cycle constituents all combined in one URL request

or

http://ops.epo.org/3.1/rest-services/pu ... nts/biblio


But that only works for some combinations and for smaller chucks of data and only constituents in that specific service can be mixed (so, you can not add "legal" constituent in Publish service query)

Regards,
OPS support