Versions Compared

Key

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

...

Code Block
wget -O- \
  --header 'x-user:x' \
  --header 'x-password:x' \
'http://cdwscdws21.ificlaims.com/search/schema/fields?fl=ucid,ttl'

...

Code Block
wget -O- \
  --header 'x-user:x' \
  --header 'x-password:x' \
'http://cdwscdws21.ificlaims.com/search/query?q=*:*&fl=ucid&rows=1'

...