GET /asset/v1/content/assets/{id}/salutations
Gets the header and footer for an email.
| Name | Type | Description | |
|---|---|---|---|
| id | number | Required | The ID of the asset |
| Status | Name | Type | Description |
|---|---|---|---|
| 200 | Successful response | ||
| HTMLHeader | string | The HTML header | |
| HTMLFooter | string | The HTML footer | |
| textHeader | string | The text header | |
| textFooter | string | The text footer | |
| 400 | Bad Request | ||
| Message | string | The error message | |
| ErrorCode | number | The specific error code | |
| Documentation | string | Any specific documentation for the error |