Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Manager #49

Open
misghna opened this issue Jun 16, 2024 · 0 comments
Open

Document Manager #49

misghna opened this issue Jun 16, 2024 · 0 comments

Comments

@misghna
Copy link
Owner

misghna commented Jun 16, 2024

GET : http://localhost:8000/api/protected/file_list?type=image&limit=100&start=0

[{
	"id": 16,
	"group_id": "fcd0bf12-abb2-4d01-b295-215e84c56478",
	"file_id": "fcd0bf12-abb2-4d01-b295-215e84c56478_1.png",
	"file_name": "Screenshot 2024-05-02 at 6.56.51 PM.png",
	"file_type": "image",
	"tenant_id": 1801,
	"description" :"this and that"
	"created_at": "2024-05-04 01:24:45",
	"created_by": 1
}]

POST : http://localhost:8000/api/protected/file

Screenshot 2024-06-15 at 9 03 03 PM Screenshot 2024-06-15 at 8 59 42 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant