Search found 2 matches

by harshdeepkanhai
Tue Nov 27, 2018 12:47 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Sending Data for multiple GET request giving Parse Error
Replies: 1
Views: 2873

Sending Data for multiple GET request giving Parse Error

I made an API over the Published Data Service(PDS) and Legal Data Service(LDS). It reads from a csv list of numbers and sends a get request in a loop till we get response of every numbers in the list. It gives a formatted output of an array with the response of the numbers(I extracted only invention...
by harshdeepkanhai
Thu Nov 22, 2018 12:53 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Unable to use POST request to get family Bulk data of (biblio, legal) services in a single request
Replies: 1
Views: 2715

Unable to use POST request to get family Bulk data of (biblio, legal) services in a single request

I tried to send data in body separated by commas and also by putting each no. in a single line to retrieve the data using http://ops.epo.org/3.2/rest-services/family/publication/docdb/biblio POST request. But only getting data for the first number in the request. Unable to get the response for all t...