This operation is for internal use only.
Debugging
Request headers
This operation uses only common request headers. For more information, see Common request parameters.
Request syntax
GET /v4/openapi/app-groups/[appGroupIdentity]/algorithm/models/[modelName]/actions/preview HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | my_app |
The name of the application. |
modelName | String | Path | Yes | model_name |
The name of the model. |
query | String | Query | No | query |
The search query. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | ABCDEFGH |
The ID of the request. |
result | List | {} |
The result that was returned. |
totalCount | Long | 1 |
The total number of entries returned. |
Examples
Sample requests
GET /v4/openapi/app-groups/my_app/algorithm/models/model_name/actions/preview
Sample success responses
XML
format
<result>{}</result>
<requestId>ABCDEFGH</requestId>
<totalCount>1</totalCount>
JSON
format
{
"result": "{}",
"requestId": "ABCDEFGH",
"totalCount": 1
}
Error codes
For a list of error codes, visit the API Error Center.