GET

Get Rich Content


Deprecated

This method has been replaced with Get Event, and will be removed on April 15, 2025.

The rich content of an event description is now returned in the description field from the Events v3 API.

Permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events - all read permissions
Read Events
Manage Events
Access Verticals by Automations
Set Up Automations
Manage Guest List
Manage Portfolio
Manage Restaurants - all permissions
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events-ricos/v1/rich-content/{richContentId}

Path Params
richContentIdstringRequired

Rich content ID.

Response Object
richContentRichContent

The requested rich content.

Get rich content
Request
cURL
curl -X GET 'https://www.wixapis.com/events/v1/rich-content/52269077-05f2-4b59-ba4f-36ef8c4c1e11' \ -H 'Authorization: <AUTH>' \
Response
JSON
{ "richContent": { "id": "52269077-05f2-4b59-ba4f-36ef8c4c1e11", "revision": "1", "createdDate": "2020-10-18T13:40:58.304800Z", "updatedDate": "2020-10-18T13:40:58.304800Z", "eventId": "cd3b6e8c-29b3-4470-9147-075ebae2794a", "fieldName": "about", "content": { "nodes": [ { "type": "PARAGRAPH", "id": "fja1e120", "nodes": [ { "type": "TEXT", "id": "", "textData": { "text": "Embark on an extraordinary voyage through the vast expanse of the cosmos. Join us for " } }, { "type": "TEXT", "id": "", "textData": { "text": "Cosmic Odyssey: Exploring the Mysteries of the Universe", "decorations": [ { "type": "BOLD", "fontWeightValue": 700 } ] } }, { "type": "TEXT", "id": "", "textData": { "text": " where the boundaries of human knowledge will be shattered. Prepare to be awe-struck as leading astrophysicists, renowned astronomers, and space explorers come together to unravel the enigmas of our universe." } } ] }, { "type": "IMAGE", "id": "zxh2h436", "imageData": { "containerData": { "width": { "size": "CONTENT" }, "alignment": "CENTER", "textWrap": true }, "image": { "src": { "id": "8bb438_2a22b3e85bb1434e81f6fbd4878fb4ae.jpg" }, "width": 5600, "height": 3728 } } } ] } } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?