Skip to main content
List assets filtered by their asset type.
External DocumentationTo learn more, visit the Digital.ai Agility documentation.

Parameters

ParameterDescription
Asset TypeThe asset type to filter by.

Example Output

{
	"_type": "Assets",
	"total": 13768,
	"pageSize": 5,
	"pageStart": 0,
	"Assets": [
		{
			"_type": "Asset",
			"href": "/V1Instance/rest-1.v1/Data/Story/1234",
			"id": "Story:1432",
			"Attributes": {
				"Name": {
					"_type": "Attribute",
					"name": "Name",
					"value": "Story Name"
				},
				"Number": {
					"_type": "Attribute",
					"name": "Number",
					"value": "S-1001"
				},
				"Super": {
					"_type": "Attribute",
					"name": "Super",
					"value": "Epic:1234"
				}
			}
		}
	]
}

Workflow Library Example

List Assets by Type with Digitalai Agility and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop