Versions Compared

Key

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

Table of Contents

/attachment/list

MethodGET  
Path/attachment/list  
Parameter ValuesDescription
 @ucidString: ex. US-20100077592-A1Document identifier
 @multiBoolean: 1|0Specifies an alternative response format suitable for multi-ucid input. Ex, ?ucid=US-5551212-A,EP-0700000-A2

Examples

Single UCID

Code Block
wget -O- \
  --header 'x-user:x' \
  --header 'x-password: y' \
'http://cdws21.ificlaims.com/attachment/list?ucid=US-20100077592-A1'

...

KeyDescription
@media

Internet media type i.e. text/xml and image/tiff. There are other types of attachments, e.g. ChemDraw, Chemical Expression and Mathmatica but there are currently no standard internet media types and hence, this attribute will be populated with non-standard media types. The following attachments, corresponding file name extension and internet media types are available.

FileExtension@media
Tagged Image FormatTIF(F)image/tiff
Extensible Markup LanguageXMLtext/xml
Chemical ExpressionMOLapplication/chemexpres
MathmaticaNBapplication/mathmatica
ChemDrawCDXapplication/chemdraw
Portable Document FormatPDFapplication/pdf
JPEGJPGimage/jpeg
Portable Network GraphicsPNGimage/png
@path

The relative path by which the attachment can be retrieved in a subsequent call using /attachment/fetch

@sizeSize, in bytes, of attachment
@filenameName of file as stored in the attachments server

/attachment/fetch

MethodGET  
Path/attachment/fetch  
Parameter@path

String: e.g.

/EP/19960306/A2/000000/70/00/00/imgaf001.tif

The path of the attachment to fetch as returned in the response to /attachment/list

...