{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Comments API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all comments for a task", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/:task_id/comments", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier" } ] }, "docs": "Retrieve all comments for a task." }, { "info": { "name": "Add a comment to a task", "type": "http" }, "http": { "method": "POST", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/:task_id/comments", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a comment to a task." }, { "info": { "name": "Retrieve specific comment for a task", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/:task_id/comments/:comment_id", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier" }, { "name": "comment_id", "value": "11111", "type": "path", "description": "The uniqut task comment identifier" } ] }, "docs": "Retrieve a specific comment for a task." }, { "info": { "name": "Update a specific comment for a task", "type": "http" }, "http": { "method": "PUT", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/:task_id/comments/:comment_id", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier" }, { "name": "comment_id", "value": "11111", "type": "path", "description": "The uniqut task comment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific comment for a task." }, { "info": { "name": "Delete a specific comment for a task", "type": "http" }, "http": { "method": "DELETE", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/:task_id/comments/:comment_id", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier" }, { "name": "comment_id", "value": "11111", "type": "path", "description": "The uniqut task comment identifier" } ] }, "docs": "Delete a comment for a task." } ] } ], "bundled": true }