Versions Compared

Key

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

...

The VibCloud API doesn't support any updates. You can only retrieve data.

URL: https://vibcloudapius.azurewebsites.net/api/clientvvdataprovided on request

Authentication

The VibCloud API uses API keys to authenticate requests. Those keys are provided by the administrator.

...

VibCloud uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). Codes in the 5xx range indicate an error with VibCloud’s servers.

Example

API Call: https://vibcloudapiusvibcloudapiXXX.azurewebsites.net/api/clientvvdata?StructureID=DM-007,DU-008&CountNo=1

Method: GET

HTTP Headers: {"api-key", "the_api_key"}

...