Versions Compared

Key

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

...

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

Return a single Device Category matching a specific Device Category Code

  • Device Category Code must be valid and match exactly, including case
  • Specific Device Catgory Codes can be found by simply running the service without this parameter to get a list of all devices
deviceCategoryCode=CTD
deviceCategoryNamestring

Return all of the Device Categories where the Device Category Name contains a keyword

  • Not case sensitive
  • Contains
deviceCategoryName=3D
descriptionstring

Return all of the Device Categories where the Description contains a keyword

  • Not case sensitive
  • Contains
description=Camera
locationCodestring

Return all Device Categories that are represented at 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
propertyCodestring

Return all Device Categories that a device with a specific Property is a member of

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

...