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": "ari:cloud:compass:f12f34ea-56d7-89ee-98e7-6fcc54f13214:component/f12f34ea-56d7-89ee-98e7-6fcc54f13214/f12f34ea-56d7-89ee-98e7-6fcc54f13214",
				"name": "Test Component",
				"typeId": "SERVICE",
				"description": null,
				"ownerId": "ari:cloud:teams::team/bda1a234-5678-99fd-a876-543bf211b234",
				"links": [],
				"fields": [
					{
						"definition": {
							"id": "compass:tier"
						},
						"value": [
							"4"
						]
					}
				],
				"viewerSubscription": {
					"subscribed": false
				},
				"dataManager": null,
				"relationships": {
					"nodes": []
				},
				"events": null,
				"labels": [],
				"customFields": []
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "b8dd8a465cb971e4",
			"crossRegion": false,
			"edgeCrossRegion": false,
			"deprecatedFieldsUsed": []
		}
	}
}

Workflow Library Example

Get Component with Compass and Send Results Via Email

Preview this Workflow on desktop