GET
/
incoming
/
ongoing
curl --request GET \
  --url http://{server_ip}:6002/incoming/ongoing \
  --header 'Content-Type: application/json' \
  --data '{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>"
}'
{
  "status": true,
  "message": "<string>"
}

Body

application/json
apiUser
string
required

Username which is provided by us.

apiPassword
string
required

Password provided by us.

apiKey
string
required

API key provided by us to access API

Response

200
application/json
Successful response with updated user details.
status
boolean

Status of the query true for success or false for error

message
string

The response message