v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016280256.4 KB
album-assets

Get an album-asset link record

Fetches one album-asset link record by ID (the junction row between an album and an asset). Rarely needed directly; most callers want get_asset or get_album instead.

get/api/album-assets/{album_asset_id}

Path parameters

album_asset_idstring required

Album-asset junction row ID (with album_asset_ prefix). Carried by the id field on an album-asset link record. Not the same as asset_id or album_id.

Album-asset junction row ID (with album_asset_ prefix). Carried by the id field on an album-asset link record. Not the same as asset_id or album_id.

Response

Successful Response

idstring required

Unique album_asset identifier with 'album_asset_' prefix

album_idstring required

ID of the album

asset_idstring required

ID of the asset

created_atstring date-time required

When this link was created

updated_atstring date-time required

When this link was last updated