ListFlashSmsTemplates

更新时间:
复制 MD 格式

Use ListFlashSmsTemplates to retrieve flash SMS template 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

ApplicationId

string

No

Flash SMS configuration ID.

71b396fa-1*********-70b7c0

InstanceId

string

Yes

Instance ID.

ccc-test

Response elements

Element

Type

Description

Example

object

ListFlashSmsTemplatesResponse

Data

array<object>

Data.

object

Flash SMS template.

TemplateId

string

Template ID.

1715*****38

TemplateName

string

Template name.

测试模板

TemplateDetails

string

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": [
    {
      "TemplateId": "1715*****38",
      "TemplateName": "测试模板",
      "TemplateDetails": ""
    }
  ],
  "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.