Methods
Methods overview
eVSB is an API access to full set of services on CSQ system. So, each API consumer should know & use just methods allowed to him. CSQ will deliver as an extra documentation exact URIs & parameters for each API consumer depeding on their purpose.
Each method got its own parameter types & validations. As well, each method got it's own object type response class, that will be insered in items field of general JSON response.
Some of the general/utility methods, or take-contact methods, are:
- /ping: Checks API availability. Will return current server timestamp. Can be used for synchronizing. Can be requested without authentification headers
- /ping/{echo}: Same as prior, but returns an echo of param. This ping version needs authentification headers. Can be used for check authentification implementation.
Last modified: 4 months ago