API Guide

"string"
]
}
]
}
POST /system/ping
Pings the REST service.
API
POST /system/ping
Description This API pings the REST service. Use case for this can be client application dependent.
Parameters None
Responses 200 — Response to system ping request
{
"ping": "string",
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
162
System