** ContextHistoryRestfulApi class **
Interface address:/api/rest_j/v1/contextservice/createHistory
Request method: POST
Request data type: application/json
Response data type: */*
Interface Description:Create History
Request Parameters:
| Parameter name | Parameter description | Request type | Required | Data type | schema |
|---|---|---|---|---|---|
| jsonNode | jsonNode | body | true | JsonNode | JsonNode |
| contextHistory | History context | false | String | String | |
| contextID | context id | 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) |
Sample Response:
{ "data": {}, "message": "", "method": "", "status": 0 }
Interface address:/api/rest_j/v1/contextservice/getHistories
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:Get multiple history records
Request Parameters:
| Parameter name | Parameter description | Request type | Required | Data type | schema |
|---|---|---|---|---|---|
| jsonNode | jsonNode | body | true | JsonNode | JsonNode |
| contextID | context id | 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) |
Sample Response:
{ "data": {}, "message": "", "method": "", "status": 0 }
Interface address:/api/rest_j/v1/contextservice/getHistory
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:Get history records
Request Parameters:
| Parameter name | Parameter description | Request type | Required | Data type | schema |
|---|---|---|---|---|---|
| jsonNode | jsonNode | body | true | JsonNode | JsonNode |
| contextID | ContextId | false | String | String | |
| source | Context Source | 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) |
Sample Response:
{ "data": {}, "message": "", "method": "", "status": 0 }
Interface address:/api/rest_j/v1/contextservice/removeHistory
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:Delete history records
Request Parameters:
| Parameter name | Parameter description | Request type | Required | Data type | schema |
|---|---|---|---|---|---|
| jsonNode | jsonNode | body | true | JsonNode | JsonNode |
| contextHistory | History context | false | String | String | |
| contextID | context id | 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) |
Sample Response:
{ "data": {}, "message": "", "method": "", "status": 0 }
Interface address:/api/rest_j/v1/contextservice/searchHistory
Request method: POST
Request data type: application/json
Response data type: */*
Interface description:Search history
Request Parameters:
| Parameter name | Parameter description | Request type | Required | Data type | schema |
|---|---|---|---|---|---|
| jsonNode | jsonNode | body | true | JsonNode | JsonNode |
| contextID | ContextId | false | String | String | |
| keywords | Keywords | 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) |
Sample Response:
{ "data": {}, "message": "", "method": "", "status": 0 }