Method for Working with Logs

The /logs/push Method

Request:

Response

On successful adding of logs:

{"status": "OK"}

The /logs/schedule Method

It requests logs storage settings on server.

Request:

Response

Schedule description in the JSON format. Example:

{
    "trim": true,
    "schedule": "0 * 0 0 0 (m/h/dM/MY/dw)"
}

Description of fields:

The /api/info/ Method

Getting data about the current mobile platform server version and API version that are supported.

Request:

Response

On successful request:

{
    "platform": {
        "version": "v18.04.2-70-g3dca9f8"
    },
    "api": [{
        "version": "v1"
    }]
}

See also:

Server API | Method for Working with Push Notifications