Skip to main content

AssetSearchResult

Asset Search Result

type AssetSearchResult {
id: ID!
assetId: String!
assetRepositoryId: ID
name: String
published: Boolean
label: String
filename: String
file: String
tags: [String!]
status: AssetStatus
mimeType: String
createdDate: DateTime
updatedDate: DateTime
lastPublishDate: DateTime
lastPublishStatus: String
lastSuccessfulPublishDate: DateTime
lastSuccessfulPublishStatus: String
assetFolderId: ID
locale: String
localeGroup: String
thumbFile: String
thumbUrl: String
type: AssetType
subType: String
workflowAssignedBy: ID
workflowAssignedTo: ID
workflowAssignedAt: DateTime
workflowStatus: WorkflowStatus
contents: [ID!]
}

Fields
Link copied!

AssetSearchResult.id ● ID! non-null scalar
Link copied!

AssetSearchResult.assetId ● String! non-null scalar
Link copied!

AssetSearchResult.assetRepositoryId ● ID scalar
Link copied!

ID of the repository this asset belongs to

AssetSearchResult.name ● String scalar
Link copied!

Unique name for the asset, this is unique across the account which is flattened for the public URL

AssetSearchResult.published ● Boolean scalar
Link copied!

Published status

AssetSearchResult.label ● String scalar
Link copied!

Friendly label for the asset

AssetSearchResult.filename ● String scalar
Link copied!

Filename which represents the asset on the storage system

AssetSearchResult.file ● String scalar
Link copied!

Name of the file on the storage system

AssetSearchResult.tags ● [String!] list scalar
Link copied!

Tags that have been assigned to the asset

AssetSearchResult.status ● AssetStatus enum
Link copied!

Active status

AssetSearchResult.mimeType ● String scalar
Link copied!

Mimetype of the asset

AssetSearchResult.createdDate ● DateTime scalar
Link copied!

Creation date (ISO 8601)

AssetSearchResult.updatedDate ● DateTime scalar
Link copied!

Last update date (ISO 8601)

AssetSearchResult.lastPublishDate ● DateTime scalar
Link copied!

Last publish date (ISO 8601)

AssetSearchResult.lastPublishStatus ● String scalar
Link copied!

Last publish status

AssetSearchResult.lastSuccessfulPublishDate ● DateTime scalar
Link copied!

Last successful publish date (ISO 8601)

AssetSearchResult.lastSuccessfulPublishStatus ● String scalar
Link copied!

Last successful publish status

AssetSearchResult.assetFolderId ● ID scalar
Link copied!

ID of the (sub) folder this asset belongs to

AssetSearchResult.locale ● String scalar
Link copied!

Locale (IETF language tag)

AssetSearchResult.localeGroup ● String scalar
Link copied!

Name of the locale group the asset belongs to

AssetSearchResult.thumbFile ● String scalar
Link copied!

Name of the file used for the thumbnail

AssetSearchResult.thumbUrl ● String scalar
Link copied!

Thumbnail URL

AssetSearchResult.type ● AssetType enum
Link copied!

Type of asset

AssetSearchResult.subType ● String scalar
Link copied!

Sub type of asset

AssetSearchResult.workflowAssignedBy ● ID scalar
Link copied!

ID of the user who assigned the workflow

AssetSearchResult.workflowAssignedTo ● ID scalar
Link copied!

ID of who the workflow is assigned to

AssetSearchResult.workflowAssignedAt ● DateTime scalar
Link copied!

Timestamp of when the workflow was assigned

AssetSearchResult.workflowStatus ● WorkflowStatus enum
Link copied!

Workflow status

AssetSearchResult.contents ● [ID!] list scalar
Link copied!

ID of the contents

Member of
Link copied!

AssetSearchEdge object