GetSnippetContent
Returns the content for a given snippet.
Execute
Sample EXECUTE GetSnippetContent SnippetId=1054
EXECUTE GetSnippetContent SnippetId=1054, Status='draft'
Input
Name | Type | Required | Description |
SnippetId | Integer | True | Id of the snippet. |
Status | String | False | The status of the snippet to retrieve the content from.
The allowed values are draft, approved. |
Result Set Columns
Name | Type | Description |
Content | String | Content of the snippet. |
Type | String | Type of the snippet content. |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |