SiteEmbeds
Sends a two-step code via SMS to the current user.
Stored Procedure Specific Information
Execute
Call this procedure to get a list of embeds available on a site.
Note: The current user must have publishing access.
To get a list of embeds available on a site, the following quey can be executed:
For example:
EXEC SiteEmbeds;
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the embed retrieval operation completed successfully. |
| Embeds | String | Contains the list or details of embedded items retrieved for the specified site, such as media, posts, or external content. |