Retrieves a single component by its internal ID.

Parameters

ParameterDescription
Component IDThe unique internal ID. Can be retrieved using “List Components”.

Example Output

{
	"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
		}
	}
}

Workflow Library Example

Get Component with Compass and Send Results Via Email

Preview this Workflow on desktop