Attachment List
API endpoint for managing attachments for a specific product.
Accessible via /api/products/{product_pk}/attachments/
GET /attachment/?format=api&page=2
{ "count": 51, "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/attachment/?format=api&page=3", "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/attachment/?format=api", "results": [ { "attachment_id": 121, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Lesson Six_Philadelphia_Seven Churches", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/lesson-six_philadelphia_seven-churches.pdf", "display_order": 0, "created_datetime": "2026-02-25T05:48:18.494467Z", "product_id": null, "content_id": 158, "attachment_type_id": 1 }, { "attachment_id": 122, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Intro Meditation LESSON dwnl", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2837%29/attachments/pdf/intro-meditation-lesson-dwnl.pdf", "display_order": 0, "created_datetime": "2026-02-25T06:44:37.632630Z", "product_id": 37, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 123, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Lesson One Meditation dwnl", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2837%29/attachments/pdf/lesson-one-meditation-dwnl.pdf", "display_order": 0, "created_datetime": "2026-02-25T06:44:38.025580Z", "product_id": 37, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 205, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "close_only_test", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/close_only_test.pdf", "display_order": 0, "created_datetime": "2026-03-04T11:47:28.372258Z", "product_id": null, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 206, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Additional PDF test", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/None/attachments/pdf/mixed_keywords_test.pdf", "display_order": 0, "created_datetime": "2026-03-04T12:15:25.482032Z", "product_id": null, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 208, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "quotation_61-342-20260101-1325_20260101132534_7c78be", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%28147%29/attachments/pdf/quotation_61-342-20260101-1325_20260101132534_7c78be_gb39twO.pdf", "display_order": 0, "created_datetime": "2026-03-04T15:09:25.859389Z", "product_id": 147, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 210, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "quotation_61-342-20260101-1325_20260101132534_7c78be", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%28147%29/attachments/pdf/quotation_61-342-20260101-1325_20260101132534_7c78be_UQdMCyw.pdf", "display_order": 0, "created_datetime": "2026-03-04T15:27:59.496362Z", "product_id": 147, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 211, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "Assessment", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%28147%29/attachments/pdf/assessment_y0dH8jF.pdf", "display_order": 0, "created_datetime": "2026-03-04T15:28:00.137335Z", "product_id": 147, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 229, "attachment_type": { "attachment_type_id": 1, "attachment_type_key": "PDF", "attachment_type_display_name": "PDF Document" }, "title": "receipt_117", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2836%29/attachments/pdf/receipt_117.pdf", "display_order": 0, "created_datetime": "2026-03-19T17:44:40.908454Z", "product_id": 36, "content_id": null, "attachment_type_id": 1 }, { "attachment_id": 230, "attachment_type": { "attachment_type_id": 2, "attachment_type_key": "VIDEO", "attachment_type_display_name": "Video File" }, "title": "file_example_mp4_480_1_5mg", "attachment_file": "https://storage.googleapis.com/everything-teach-app-assets/products/Product%20object%20%2836%29/attachments/video/file_example_mp4_480_1_5mg.mp4", "display_order": 0, "created_datetime": "2026-03-19T17:44:41.512824Z", "product_id": 36, "content_id": null, "attachment_type_id": 2 } ] }