Versions Compared

Key

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

...

Most services respond to the HTTPS method GET while certain others respond to both GET and POST. The applicable methods per service are described under each service group. tst

Responses

The response serialization for each service is dictated by the HTTPS header Accept. The following table lists the possible return formats. Each format is described in the response section of the respective service method. Not all formats are applicable to all requests.

...

Example 2: setting the content-type as a query-string parameter

...

wget -O- \

...

 
--header 'x-user: x' \

...

 
--header 'x-password: y' \

...

 
'https://cdws21.ificlaims.com/search/query?q=solr&content-type=text/xml'


Note: All CDWS responses can be returned as either JSON or XML. The only exception is the attachment service method /attachment/fetch which returns the image bytes with corresponding response headers last-modified, content-type, and content-length appropriately populated.

...