AssetSearchResult
Asset Search Result
FieldsLink copied!
AssetSearchResult.id ● ID! non-null scalarLink copied!
AssetSearchResult.assetId ● String! non-null scalarLink copied!
AssetSearchResult.assetRepositoryId ● ID scalarLink copied!
ID of the repository this asset belongs to
AssetSearchResult.name ● String scalarLink copied!
Unique name for the asset, this is unique across the account which is flattened for the public URL
AssetSearchResult.published ● Boolean scalarLink copied!
Published status
AssetSearchResult.label ● String scalarLink copied!
Friendly label for the asset
AssetSearchResult.filename ● String scalarLink copied!
Filename which represents the asset on the storage system
AssetSearchResult.file ● String scalarLink copied!
Name of the file on the storage system
AssetSearchResult.tags ● [String!] list scalarLink copied!
Tags that have been assigned to the asset
AssetSearchResult.status ● AssetStatus enumLink copied!
Active status
AssetSearchResult.mimeType ● String scalarLink copied!
Mimetype of the asset
AssetSearchResult.createdDate ● DateTime scalarLink copied!
Creation date (ISO 8601)
AssetSearchResult.updatedDate ● DateTime scalarLink copied!
Last update date (ISO 8601)
AssetSearchResult.lastPublishDate ● DateTime scalarLink copied!
Last publish date (ISO 8601)
AssetSearchResult.lastPublishStatus ● String scalarLink copied!
Last publish status
AssetSearchResult.lastSuccessfulPublishDate ● DateTime scalarLink copied!
Last successful publish date (ISO 8601)
AssetSearchResult.lastSuccessfulPublishStatus ● String scalarLink copied!
Last successful publish status
AssetSearchResult.assetFolderId ● ID scalarLink copied!
ID of the (sub) folder this asset belongs to
AssetSearchResult.locale ● String scalarLink copied!
Locale (IETF language tag)
AssetSearchResult.localeGroup ● String scalarLink copied!
Name of the locale group the asset belongs to
AssetSearchResult.thumbFile ● String scalarLink copied!
Name of the file used for the thumbnail
AssetSearchResult.thumbUrl ● String scalarLink copied!
Thumbnail URL
AssetSearchResult.type ● AssetType enumLink copied!
Type of asset
AssetSearchResult.subType ● String scalarLink copied!
Sub type of asset
AssetSearchResult.workflowAssignedBy ● ID scalarLink copied!
ID of the user who assigned the workflow
AssetSearchResult.workflowAssignedTo ● ID scalarLink copied!
ID of who the workflow is assigned to
AssetSearchResult.workflowAssignedAt ● DateTime scalarLink copied!
Timestamp of when the workflow was assigned
AssetSearchResult.workflowStatus ● WorkflowStatus enumLink copied!
Workflow status
AssetSearchResult.contents ● [ID!] list scalarLink copied!
ID of the contents
Member ofLink copied!
AssetSearchEdge object