Parameter | Description |
---|---|
Component ID | The unique internal ID. Can be retrieved using “List Components”. |
{
"data": {
"compass": {
"component": {
"id": "<string>",
"name": "<string>",
"typeId": "<string>",
"description": null,
"ownerId": "<string>",
"links": [
{
"id": "<string>",
"name": null,
"url": "<string>",
"type": "<string>"
}
],
"fields": [
{
"definition": {
"id": "<string>"
},
"value": [
"<string>"
]
},
{
"definition": {
"id": "<string>"
}
}
],
"viewerSubscription": {
"subscribed": false
},
"dataManager": null,
"relationships": {
"nodes": []
},
"events": null,
"labels": [],
"customFields": []
}
}
},
"extensions": {
"gateway": {
"request_id": "<string>",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
Was this page helpful?