curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/search{
"results": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"href": "<string>",
"description": "<string>",
"invitationId": "<string>",
"status": "<string>",
"environmentName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"acceptedAt": "2023-11-07T05:31:56Z",
"widgetId": "<string>",
"widgetName": "<string>",
"widgetType": "<string>",
"projectId": "<string>"
}
]
}Searches for content (widgets, etc.) based on a query string.
curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/search{
"results": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"href": "<string>",
"description": "<string>",
"invitationId": "<string>",
"status": "<string>",
"environmentName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"acceptedAt": "2023-11-07T05:31:56Z",
"widgetId": "<string>",
"widgetName": "<string>",
"widgetType": "<string>",
"projectId": "<string>"
}
]
}