ListCallTags

更新时间:
复制 MD 格式

You can invoke ListCallTags to obtain all number tags under a specified instance.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

Instance ID.

ccc-test

PageNumber

integer

Yes

Paging ordinal number, ranging from 1 to 100.

1

PageSize

integer

Yes

The page size, ranging from 1 to 100.

10

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

BA03159C-E808-4FF1-B27E-A61B6E888D7F

HttpStatusCode

integer

The HTTP status code.

200

Code

string

The response code.

OK

Message

string

The response message.

Data

object

The data.

PageNumber

integer

The page number, ranging from 1 to 100.

1

PageSize

integer

The page size, ranging from 1 to 100.

10

TotalCount

integer

The total count.

10

List

array<object>

The list of number tags.

object

A number tag.

InstanceId

string

The instance ID.

ccc-test

TagName

string

The name of the number tag.

TagA

Examples

Success response

JSON format

{
  "RequestId": "BA03159C-E808-4FF1-B27E-A61B6E888D7F",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "无",
  "Data": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 10,
    "List": [
      {
        "InstanceId": "ccc-test",
        "TagName": "TagA"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 Parameter.Blank The parameter %s must not be null or empty.
400 Parameter.Minimum The parameter %s must be greater than or equal to %s.
400 Parameter.Maximum The parameter %s must be less than or equal to %s.
500 InternalService.DB An internal DB service error occurred. %s
404 NotExists.InstanceId The specified instance %s does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.