Chris
IImmich
•Created by Chris on 3/26/2025 in #help-desk-support
Trouble using the API to get images from an album including tags
This ist what I get when I call /api/albums/5a8a3150-50c1-49dc-b1ab-c42c23c2dfec:
{
"albumName": "API Test",
"description": "",
"albumThumbnailAssetId": "ed9563a7-f899-4578-945e-1ddbd722bde1",
"createdAt": "2025-03-27T06:43:50.980Z",
"updatedAt": "2025-03-27T06:44:13.710Z",
"id": "5a8a3150-50c1-49dc-b1ab-c42c23c2dfec",
"ownerId": "ca331e53-9201-4b21-8265-2f0722526cab",
"owner": {
"id": ""
},
"albumUsers": [],
"shared": false,
"hasSharedLink": false,
"startDate": "2020-08-09T15:42:03.268Z",
"endDate": "2020-08-09T15:42:03.268Z",
"assets": [
{
"id": "ed9563a7-f899-4578-945e-1ddbd722bde1",
"deviceAssetId": "web-IMG_1971.HEIC-1654727388000",
"ownerId": "ca331e53-9201-4b21-8265-2f0722526cab",
"deviceId": "WEB",
"libraryId": null,
"type": "IMAGE",
"originalPath": "...",
"originalFileName": "IMG_1971.HEIC",
"originalMimeType": "image/heic",
"thumbhash": "nfgNDYJ1h3eGeYZgdmiYmehfOSUG",
"fileCreatedAt": "2020-08-09T13:42:03.268+00:00",
"fileModifiedAt": "2022-06-08T22:29:48+00:00",
"localDateTime": "2020-08-09T15:42:03.268+00:00",
"updatedAt": "2025-03-25T23:55:45.45735+00:00",
"isFavorite": false,
"isArchived": false,
"isTrashed": false,
"duration": "0:00:00.00000",
"exifInfo": {
"make": "truncated 2000 Char limt",
},
"livePhotoVideoId": null,
"people": [],
"checksum": "GryvvECm1RzyXgh7rXbMYCP1mYE=",
"isOffline": false,
"hasMetadata": true,
"duplicateId": null,
"resized": true
}
],
"assetCount": 1,
"isActivityEnabled": true,
"order": "desc",
"lastModifiedAssetTimestamp": "2025-03-25T23:55:45.457Z"
}
{
"albumName": "API Test",
"description": "",
"albumThumbnailAssetId": "ed9563a7-f899-4578-945e-1ddbd722bde1",
"createdAt": "2025-03-27T06:43:50.980Z",
"updatedAt": "2025-03-27T06:44:13.710Z",
"id": "5a8a3150-50c1-49dc-b1ab-c42c23c2dfec",
"ownerId": "ca331e53-9201-4b21-8265-2f0722526cab",
"owner": {
"id": ""
},
"albumUsers": [],
"shared": false,
"hasSharedLink": false,
"startDate": "2020-08-09T15:42:03.268Z",
"endDate": "2020-08-09T15:42:03.268Z",
"assets": [
{
"id": "ed9563a7-f899-4578-945e-1ddbd722bde1",
"deviceAssetId": "web-IMG_1971.HEIC-1654727388000",
"ownerId": "ca331e53-9201-4b21-8265-2f0722526cab",
"deviceId": "WEB",
"libraryId": null,
"type": "IMAGE",
"originalPath": "...",
"originalFileName": "IMG_1971.HEIC",
"originalMimeType": "image/heic",
"thumbhash": "nfgNDYJ1h3eGeYZgdmiYmehfOSUG",
"fileCreatedAt": "2020-08-09T13:42:03.268+00:00",
"fileModifiedAt": "2022-06-08T22:29:48+00:00",
"localDateTime": "2020-08-09T15:42:03.268+00:00",
"updatedAt": "2025-03-25T23:55:45.45735+00:00",
"isFavorite": false,
"isArchived": false,
"isTrashed": false,
"duration": "0:00:00.00000",
"exifInfo": {
"make": "truncated 2000 Char limt",
},
"livePhotoVideoId": null,
"people": [],
"checksum": "GryvvECm1RzyXgh7rXbMYCP1mYE=",
"isOffline": false,
"hasMetadata": true,
"duplicateId": null,
"resized": true
}
],
"assetCount": 1,
"isActivityEnabled": true,
"order": "desc",
"lastModifiedAssetTimestamp": "2025-03-25T23:55:45.457Z"
}
5 replies