ListFlashSmsApplications

更新时间:
复制 MD 格式

You can use ListFlashSmsApplication to obtain third-party flash SMS configuration information.

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

ProviderId

string

No

Flash SMS provider ID.

Uincall

Name

string

No

Flash SMS configuration name.

闪信

PageNumber

integer

No

Page number. Valid values: 1 to 100.

1

PageSize

integer

No

Page size. Valid values: 1 to 100.

100

InstanceId

string

Yes

Cloud Contact Center instance ID.

ccc-test

Response elements

Element

Type

Description

Example

object

ListFlashSmsApplicationResponse

Data

object

Data.

TotalCount

integer

Total count.

1

PageNumber

integer

Page number. Valid values: 1 to 100.

1

PageSize

integer

Page size. Valid values: 1 to 100.

100

List

array<object>

List of flash SMS configurations.

object

Flash SMS configuration.

InstanceId

string

Instance ID.

ccc-test

ProviderId

string

Flash SMS provider ID.

Uincall

ApplicationId

string

Registration ID.

71b396fa-***********-bd80e070b7c0

Name

string

Configuration name.

闪信配置

Value

string

Configuration content.

{"user":"600******_dev","pwd":"85abf3**********f494e","account":"6004******"}

RequestId

string

Request ID.

7BEEA660-A45A-45E3-98CC-AFC65E715C23

HttpStatusCode

integer

HTTP status code.

200

Code

string

Response code.

OK

Message

string

Response message.

Params

array

List of error parameters.

string

Error parameter.

Examples

Success response

JSON format

{
  "Data": {
    "TotalCount": 1,
    "PageNumber": 1,
    "PageSize": 100,
    "List": [
      {
        "InstanceId": "ccc-test",
        "ProviderId": "Uincall",
        "ApplicationId": "71b396fa-***********-bd80e070b7c0",
        "Name": "闪信配置",
        "Value": "{\"user\":\"600******_dev\",\"pwd\":\"85abf3**********f494e\",\"account\":\"6004******\"}"
      }
    ]
  },
  "RequestId": "7BEEA660-A45A-45E3-98CC-AFC65E715C23",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "无",
  "Params": [
    "无"
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

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.