Retrieves the configuration of a PPT component.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aimiaobi:GetPptConfig |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
No |
|
llm-az2gglkjauwnnhpq |
| ExternalUserId |
string |
No |
abc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
xxxxx |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Code |
string |
The error code. |
DataNotExists |
| Message |
string |
The error message. |
错误消息 |
| HttpStatusCode |
integer |
The HTTP status code. |
400 |
| Data |
object |
The returned data. |
|
| AppKey |
string |
AppKey |
333444766 |
| Code |
string |
Code |
r4wr5y6g |
Examples
Success response
JSON format
{
"RequestId": "xxxxx",
"Success": true,
"Code": "DataNotExists",
"Message": "错误消息",
"HttpStatusCode": 400,
"Data": {
"AppKey": "333444766",
"Code": "r4wr5y6g"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?