cURL
curl --request GET \ --url https://cdn.xm.fabric.inc/api/v2/global-component/live
200
LiveComponents
[ { "_id": "60896f629aa7f1000744030b", "id": "RailNavigation", "params": { "homeLinkText": "Home", "sections": [ { "sectionTitle": "Get Started", "sectionLink": "/start", "subsections": [ { "subSectionTitle": "What is fabric?", "subSectionLink": "/what-is-fabric", "components": [] } ], "components": [] } ], "title": "Title" }, "order": 1 }, { "_id": "608ad8760536ac00074bec45", "id": "CustomHeader", "params": { "developerSectionText": "developerSectionText", "developerSectionLinks": [ { "title": "Knowledge Base", "description": "Get started", "link": "https://fabric.inc/knowledgebase", "components": [] }, { "title": "API documentation", "description": "Customize without limits", "link": "https://api.fabric.inc/", "components": [] } ] }, "order": 1 }]
Gets a list of all the live global component data for a specified channel
Comma-separated list of channel IDs
Successful operation
List of components
Virtual ID associated with the component
Identifier used in the UI by the component
Attached fields and values of the component
Was this page helpful?