Attachment List
API endpoint for managing attachments for a specific product.
Accessible via /api/products/{product_pk}/attachments/
GET /attachment/?format=api&page=3
{ "count": 51, "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/attachment/?format=api&page=4", "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/attachment/?format=api&page=2", "results": [ { "attachment_id": 231, "attachment_type": { "attachment_type_id": 3, "attachment_type_key": "AUDIO", "attachment_type_display_name": "Audio File" }, "title": "Meditation Preparation Separation_AUDIOBYTE", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2836%29/attachments/audio/meditation-preparation-separation_audiobyte.mp3", "display_order": 0, "created_datetime": "2026-03-19T17:44:42.447280Z", "product_id": 36, "content_id": null, "attachment_type_id": 3 }, { "attachment_id": 243, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Lesson Seven_Laodecia_Seven Churches", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/lesson-seven_laodecia_seven-churches.pdf", "display_order": 0, "created_datetime": "2026-03-25T20:47:43.201631Z", "product_id": null, "content_id": 158, "attachment_type_id": 1 }, { "attachment_id": 247, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "THE Apostles_Journal 2025 (1)", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%28246%29/attachments/pdf/the-apostles_journal-2025-1.pdf", "display_order": 0, "created_datetime": "2026-03-27T18:18:11.984405Z", "product_id": 246, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 248, "attachment_type": { "attachment_type_id": 3, "attachment_type_key": "AUDIO", "attachment_type_display_name": "Audio File" }, "title": "Meditation Preparation Separation_AUDIOBYTE", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2837%29/attachments/audio/meditation-preparation-separation_audiobyte.mp3", "display_order": 0, "created_datetime": "2026-03-30T11:15:23.245775Z", "product_id": 37, "content_id": null, "attachment_type_id": 3 }, { "attachment_id": 62, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Romans", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/romans_bDQbmC2.pdf", "display_order": 1, "created_datetime": "2025-12-12T16:06:39.929607Z", "product_id": null, "content_id": 130, "attachment_type_id": 1 }, { "attachment_id": 83, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "overview", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/kingdom_heaven_parable_overview.pdf", "display_order": 1, "created_datetime": "2025-12-16T11:52:56.562364Z", "product_id": null, "content_id": 157, "attachment_type_id": 1 }, { "attachment_id": 92, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "LESSON_One", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/2024_god_is_love_lesson_one.pdf", "display_order": 1, "created_datetime": "2025-12-16T12:08:20.620134Z", "product_id": null, "content_id": 159, "attachment_type_id": 1 }, { "attachment_id": 95, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "INTRO", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/2024_origin_of_the_church_intro.pdf", "display_order": 1, "created_datetime": "2025-12-16T12:12:38.418529Z", "product_id": null, "content_id": 160, "attachment_type_id": 1 }, { "attachment_id": 103, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "LifeCoach_health tips", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/lifecoach_health-tips_McX2z5i.pdf", "display_order": 1, "created_datetime": "2025-12-16T13:20:32.830395Z", "product_id": null, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 63, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Corinthians II", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/i-ii-corinthians.pdf", "display_order": 2, "created_datetime": "2025-12-12T16:11:37.485397Z", "product_id": null, "content_id": 130, "attachment_type_id": 1 } ] }