Read Attachments
GET
https://backend.test-hyegro.com/attachments/
parent_table (str): The name of the parent table (e.g., 'orders', 'products')
parent_id (int): The ID of the parent record
skip (int): Number of records to skip for pagination
limit (int): Maximum number of records to return
db (Session): The database session
current_user (schemas.User): The user requesting the attachments
List[schemas.Attachment]: A list of attachments associated with the parent record
Request
Query Params
parent_table
string
Parent Table
parent_id
integer
Parent Id
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
100
schema
Schema
Any of
Responses
Modified at 2025-04-14 16:23:20