CSQ Docs
    CSQ Docs
    eVSB
    • eVSB
    • Back to home
    • Test connection
    • ping echo
      GET
    • ping
      GET

      ping

      GET
      /ping
      ping-controller

      Request

      Header Params
      U
      string 
      required
      Default:
      {{U}}
      SH
      string 
      required
      Default:
      {{SH}}
      ST
      string 
      required
      Default:
      {{ST}}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://evsbus.csqworld.com/ping' \
      --header 'U;' \
      --header 'SH;' \
      --header 'ST;'

      Responses

      🟢200OK
      application/json
      Body
      rc
      integer <int32>
      optional
      echo
      string 
      optional
      ts
      integer <int64>
      optional
      Example
      {
          "rc": 0,
          "echo": "echo",
          "ts": 11192547
      }
      Modified at 2024-09-19 08:01:20
      Previous
      ping echo
      Built with