Context Logging Service
Interface address:
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:
Create text record
Request Parameters:
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
Sample Response:
Get text ID
Interface address: /api/rest_j/v1/contextservice/getContextID
Request method: GET
Request data type: application/x-www-form-urlencoded
Response data type: */*
Interface description:
Get text ID
Request Parameters:
Parameter name | Parameter description | Required | Request type | Data type | schema |
---|---|---|---|---|---|
contextId | ContextId | query | false | string |
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
{
"message": "",
"method": "",
"status": 0
}
Interface address:
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:
Delete text ID
Request Parameters:
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
Sample Response:
reset text ID
Interface address: /api/rest_j/v1/contextservice/resetContextID
Request method: POST
Request data type: application/json
Response data type: */*
Interface Description:
Reset Text ID
Request Parameters:
Parameter name | Parameter description | Required | Request type | Data type | schema |
---|---|---|---|---|---|
jsonNode | jsonNode | body | true | JsonNode | JsonNode |
contextId | ContextId | false | String | String |
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
{
"data": {},
"message": "",
"status": 0
}
Interface address:
Request method: GET
Request data type: application/x-www-form-urlencoded
Response data type: */*
Interface description:
Search text ID execution time
Request Parameters:
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
Sample Response:
Modify text ID
Interface address: /api/rest_j/v1/contextservice/updateContextID
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:
Modify text ID
Request Parameters:
Parameter name | Parameter description | Required | Request type | Data type | schema |
---|---|---|---|---|---|
jsonNode | jsonNode | body | true | JsonNode | JsonNode |
contextId | ContextId | false | String | String |
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
{
"data": {},
"message": "",
"method": "",
"status": 0