Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The validation service is used to parse, validate, and possibly offer suggestions for random publication number formats.

/report/validate/dn

MethodGET
Path/report/validate/dn
Parameter ValuesDescription
 @inputString: e.g., EP0700000A publication number with or without kind code

@originString: e.g., EPThe origin of the publication, either EP or WO (optional)

@formatString: e.g., ifiSource format of input, one of: "minsoft", "orbit", "patbase", "thomson", "totalpatent", "ifi" (optional)

@dateInteger: e.g., 20010101Date of publication (optional)

Request I

Code Block
languagetext
wget -O- -q \
     --header 'x-user:x' --header 'x-password:y' \
'https://cdws21.ificlaims.com/report/validate/dn?input=EP0700000A2'

...

The response content is a validation structure containing the following members:

 

MemberDescription
ucidThe CLAIMS Direct unique character identifier
matchedNumber of matches found
duplicatesNumber of duplicates found
totalNumber of validations
input_idUnused
input_typeCurrently unused, but additional types for application numbers are in development
user_inputThe input parameter
formatted_inputThe intermediate formatted variation of the input parameter
publication_idUnused
publishedThe date of publication
titleEnglish title, where available, otherwise title in document publication language
suggestions

An array of suggestion objects containing:

  • ucid
  • publicaton_id
  • published
  • title