All Products
Search
Document Center

OpenSearch:ListSortExpressions

Last Updated:Mar 03, 2024

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 /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/sort-expressions

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

my_app_group_name

my_app_group_name
appIdintegerYes

110116134

110116134

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The ID of the request.

D77D0DAF-790D-F5F5-A9C0-133738165014
resultobject []

The information about the rough sort or fine sort expressions that were returned.

For more information, see FirstRank and SecondRank .

createdinteger

The time when the expression was created.

1655793690
activeboolean

Indicates whether the expression is the default one.

true
descriptionstring

The description of the expression.

""
updatedinteger

The time when the expression was last updated.

1655793690
namestring

The name of the expression.

default

Examples

Sample success responses

JSONformat

{
  "requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
  "result": [
    {
      "created": 1655793690,
      "active": true,
      "description": "\"\"",
      "updated": 1655793690,
      "name": "default"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history