Path Parameters
The unique identifier of the account.
Example:
"decafbad-cafe-4dad-f00d-123456789abc"
Query Parameters
The search query string.
Example:
"example search"
{
"results": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"href": "<string>"
}
]
}Searches for content (widgets, etc.) based on a query string.
{
"results": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"href": "<string>"
}
]
}The unique identifier of the account.
"decafbad-cafe-4dad-f00d-123456789abc"
The search query string.
"example search"
Show child attributes