Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Creates a new, group object (asset) for a specific group ID.

Parameters

ParameterDescription
Group IDThe ID of the group, Can be obtained via the List Groups action.
New ObjectThe new object or objects(max 200) in json format, for more information Asset Panda documentation.

Example Output

{
	"id": "objectID",
	"display_name": "ID001",
	"action_objects": [],
	"secondary_name": "SN204GH",
	"display_with_secondary": "ID001 <SN204GH>",
	"field_values": [
		"ID001",
		"Available"
	],
	"data": {
		"field_1": "ID001",
		"field_15": {
			"id": "objectID",
			"value": "string"
		},
		"field_4": "string",
		"field_6": "string",
		"field_8": "string",
		"field_10": "string",
		"field_11": {
			"id": "ID",
			"value": "Available"
		},
		"field_2": "string",
		"field_9": 659.47,
		"field_40": "string",
		"field_41": "string",
		"field_18": "string",
		"field_12": "2021-12-27T21:37:27.640Z"
	},
	"object_depreciation": false,
	"object_appreciation": false,
	"share_url": "https://login.assetpanda.com/asset_items/{objectID}",
	"created_at": "2021-12-27T15:37:27.640Z",
	"updated_at": "2023-11-14T09:24:53.993Z",
	"is_editable": true,
	"is_deletable": true,
	"object_version_ids": "2",
	"has_audit_history": false,
	"is_locked": false,
	"is_archived": false,
	"entity": {
		"id": 198267,
		"key": "asset_items"
	}
}

Workflow Library Example

Create Group Object with Asset Panda and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop