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

      ping echo

      GET
      /ping/{echo}
      ping-controller

      Request

      Path Params
      echo
      string 
      required
      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": "pong",
          "ts": 61460582
      }
      Modified at 2025-02-14 11:39:36
      Next
      ping
      Built with