title: Public API sidebar_position: 6

** CommonRestfulApi class **

offline

Interface address:/api/rest_j/v1/offline

Request method: GET

Request data type: application/x-www-form-urlencoded

Response data type: */*

Interface description:Offline

Request Parameters:

No

Response Status:

Status codeDescriptionschema
200OKMessage
401Unauthorized
403Forbidden
404Not Found

Response parameters:

parameter nameparameter descriptiontypeschema
dataDatasetobject
messageDescriptionstring
methodrequest urlstring
statusStatusinteger(int32)integer(int32)

Sample Response:

{
    "data": {},
    "message": "",
    "method": "",
    "status": 0
}