1curl https://app.termina.ai/api/v1/group/1/deal/1/file/all \2 -H "Authorization: Bearer <token>"
1{2 "total_count": 1,3 "page": 1,4 "page_size": 1,5 "data": [6 {7 "name": "string",8 "id": 1,9 "deal_id": 1,10 "type": "deck",11 "created_at": "2024-01-15T09:30:00Z",12 "updated_at": "2024-01-15T09:30:00Z",13 "is_archived": true14 }15 ]16}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
format: "^(asc|desc)$"
asc
>=1
1
100