Retrieves other controls for a ChatApp phone number.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetChatappPhoneNumberSetting |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
No |
The space ID of the ISV sub-customer or the instance ID of the direct customer. |
C29393993**** |
| PhoneNumber |
string |
Yes |
The phone number. |
86138*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denied details. |
{} |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The request ID generated by Alibaba Cloud for this request. You can use this ID to troubleshoot issues. |
42602478-F7C1-58D2-AFFE-88F7A18***6 |
| Model |
object |
The returned result. |
|
| PhoneNumber |
string |
The phone number. |
86138**** |
| MarketingPaused |
string |
Indicates whether marketing is paused. |
Y |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "success",
"RequestId": "42602478-F7C1-58D2-AFFE-88F7A18***6",
"Model": {
"PhoneNumber": "86138****",
"MarketingPaused": "Y"
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.