Retrieves auto-generated templates.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
MaxResults | integer | No | The number of entries per page. | 3 |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. | xxxx |
CustSpaceId | string | Yes | The Space ID of an ISV sub-customer or the instance ID of a direct customer. | cams-xx** |
Response elements
Element | Type | Description | Example |
object | |||
AccessDeniedDetail | string | Details about the access denial. | None |
RequestId | string | The unique request ID. It can be used to troubleshoot issues. | example |
Message | string | The error message. | example |
| Data | object | The response data. | |
NextToken | string | The token to retrieve the next page of results. This value is returned only if more results are available. | example |
| List | array<object> | The record list. | |
object | The template. | ||
any | The attributes of the template. | [] | |
MaxResults | integer | The maximum number of entries returned in the current request. | 20 |
Code | string | The request status code.
| example |
Success | boolean | Indicates whether the request was successful:
| true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "example",
"Message": "example",
"Data": {
"NextToken": "example",
"List": [
{
"key": "[]"
}
],
"MaxResults": 20
},
"Code": "example",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.