Query Preset Object Details
# This deprecated API is not recommended for continued use!!!
# Description
Query preset object details
# Request Specification
Request Method: POST + application/json
Request Path: https://${Cloud Domain}/cgi/crm/v2/data/get?thirdTraceId=${Random String}
# Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| corpAccessToken | String | Yes | corpAccessToken (returned by the Get Token API (opens new window)) |
| corpId | String | Yes | corpId (returned by the Get Token API (opens new window)) |
| currentOpenUserId | String | Yes | currentOpenUserId (returned by the Query Employee by Phone Number API (opens new window)) |
| data | Map | Yes | Data map |
| dataObjectApiName | String | Yes | Object apiName |
| objectDataId | String | Yes | Data ID |
| igonreMediaIdConvert | Boolean | No | File path type: Pass true for npath (starting with N_); otherwise pass false. Defaults to true if not provided. |
# Request Example
{
"corpAccessToken": "{corpAccessToken}",
"currentOpenUserId": "{currentOpenUserId}",
"corpId": "{corpId}",
"data": {
"dataObjectApiName": "CampaignMembersObj",
"objectDataId": "hello",
"igonreMediaIdConvert": false
}
}
# Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Unique request ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | View Error Codes |
# Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
# Notes
- Do not use the
messagefield in the response for logical judgments, aserrorMessagemay change.