{ "opencollection": "1.0.0", "info": { "name": "Fieldguide api comments API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "comments", "type": "folder" }, "items": [ { "info": { "name": "Fetch the Comments for the specified Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldguide.io/v1/requests/:uuid/comments", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the request to get comments for" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort order for paginated results. Use `desc` to reverse the default ascending order." } ] }, "docs": "Fetch the Comments for the specified Request" }, { "info": { "name": "Post a Comment on a Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.fieldguide.io/v1/requests/:uuid/comments", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the request to post the comment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post a Comment on a Request" }, { "info": { "name": "Fetch the Comment", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldguide.io/v1/comments/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the Comment" } ] }, "docs": "Fetch the Comment" }, { "info": { "name": "Post Comments on multiple Requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.fieldguide.io/v1/requests/comments", "body": { "type": "json", "data": "{}" } }, "docs": "Post Comments on multiple Requests" }, { "info": { "name": "Fetch the Comment context", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldguide.io/v1/comments/:uuid/context", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the Comment" } ] }, "docs": "Fetch the Comment context" } ] } ], "bundled": true }