All Products
Search
Document Center

:QueryRawData

Last Updated:Mar 01, 2024

Queries raw data in a specific data table of an instance by using the primary key.

Operation description

You can call this operation to query raw data in a specific data table of an instance by using the primary key. The returned results need to be confirmed by customers.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /v2/openapi/instances/{instanceId}/tables/{table}/raw-data

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

airec-cn-o400whm78004
tablestringYes

The name of the table. Valid values: item and user.

item
itemIdstringNo

The item ID. This parameter is required when the table parameter is set to item.

112
itemTypestringNo

The type of the item. This parameter is required when the table parameter is set to item.

video
userIdstringNo

The user ID. This parameter is required when the table parameter is set to user.

111
userTypestringNo

The type of the user. This parameter is required when the table parameter is set to user.

app

Response parameters

ParameterTypeDescriptionExample
object
codestring

The error code.

InternalServerError
Messagestring

The error message.

An internal server error occurred
resultobject

The returned result.

xxx
requestIdstring

The request ID.

8F81A922-6C81-46D6-B78C-CC35E16B1691

Examples

Sample success responses

JSONformat

{
  "code": "InternalServerError",
  "Message": "An internal server error occurred",
  "result": {
    "test": "test",
    "test2": 1
  },
  "requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history