Task And Notes
In this Laravel application, users can utilize APIs to create tasks accompanied by multiple notes, each of which can contain multiple attachments.EndFragment
POSTRegister
http://localhost/task-and-notes/public/register
HEADERS
Accept
Bodyraw (json)
Example Request
Success
200 OK
Example Response
Date
Server
X-Powered-By
Cache-Control
Set-Cookie
Set-Cookie
Keep-Alive
Connection
Transfer-Encoding
Content-Type
POSTLogin
http://localhost/task-and-notes/public/login
HEADERS
Accept
Bodyraw (json)
Example Request
Success
200 OK
Example Response
Date
Server
X-Powered-By
Cache-Control
Set-Cookie
Set-Cookie
Keep-Alive
Connection
Transfer-Encoding
Content-Type
POSTStore Task
http://localhost/task-and-notes/public/api/task/store
AUTHORIZATIONBearer Token
Token
HEADERS
Accept
Bodyformdata
subject
description
due_date
status
priority
start_date
notes[0][subject]
notes[0][note]
notes[0][attachments][0]
notes[0][attachments][1]
notes[1][note]
notes[1][subject]
notes[1][attachments][0]
Example Request
Success
201 Created
Example Response
Date
Server
Vary
X-Powered-By
Cache-Control
X-RateLimit-Limit
X-RateLimit-Remaining
Access-Control-Allow-Origin
Keep-Alive
Connection
Transfer-Encoding
Content-Type