Versions Compared

Key

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

...

Parameter
Type
Description
Example
Required   
tokenstringAll Web Services require a token. This can be generated at http://dmas.uvic.ca/Profile. Click on the "Web Services" tab and click "Generate Token"token=5ba514e8-1203-428c-8835-879c8173e387
Optional   
dataProductCodestring

Return all of the Data Product Extensions matching a specific Data Product Code

  • Data Product Code must be valid and match exactly, including case
dataProductCode=annotationfile
extensionstring

Return all of the Data Products that have a specific Extension

  • Extension must be valid and match exactly, including case
extension=csv
dataProductNamestring

Return all of the Data Products where the Data Product Name contains a keyword

  • Data Product Name is Not case sensitive
  • Contains
dataProductName=Annotation
locationCodestring

Return all of the Data Products that are available for a specific Location

  • Location Code must be valid and match exactly, including case
  • Specific Location Codes can be obtained using the locations service
locationCode=BACAX
deviceCategoryCodestring

Return all of the Data Products that are available for devices belonging to a specific Device Category

  • Device Category Code must be valid and match exactly, including case
  • Specific Device Category Codes can be obtained using the deviceCateogries service
deviceCategoryCode=ADCP2MHZ
deviceCodestring

Return all Data Products that are available for a specific Device

  • Device Code must be valid and match exactly, including case
  • Specific Device Codes can be obtained from the devices service
deviceCode=AandOpt0581
propertyCodestring

Return all of the Data Products that are available for a specific Property

  • Property Code must be valid and match exactly, including case
  • Specific Property Codes can be obtained using the properties service
propertyCode=airdensity

...