{"info":{"_postman_id":"7e96a13b-8c2d-b5b1-9e9e-8de061e34892","name":"Sails Blueprint API Example","description":"An example collection demonstrating how to use the [Blueprint API](http://sailsjs.org/documentation/reference/blueprint-api) in Sails.js.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Find","id":"179771bf-208f-36bd-3c2b-ab893b6bf92b","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://blueprint-api.example.sailsjs.org/chat","description":"Fetch a list of records matching the specified criteria.\n\nSee http://sailsjs.org/documentation/reference/blueprint-api/find-where"},"response":[],"_postman_id":"179771bf-208f-36bd-3c2b-ab893b6bf92b"},{"name":"Find One","id":"7113ee92-8dd7-fe04-64bd-3d18ec0765d0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"channel","value":"1","type":"text"}]},"url":"http://blueprint-api.example.sailsjs.org/chat/1","description":"Look up a single record from the database.\n\nSee http://sailsjs.org/documentation/reference/blueprint-api/find-one"},"response":[],"_postman_id":"7113ee92-8dd7-fe04-64bd-3d18ec0765d0"},{"name":"Create","id":"71733d8f-aca8-311f-c4d2-0bbf7c38b34b","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"Yo what's up everybody??","type":"text"},{"key":"postedTo","value":"1","type":"text"}]},"url":"http://blueprint-api.example.sailsjs.org/chat","description":"Create a new record in your database.\n\nhttp://sailsjs.org/documentation/reference/blueprint-api/create"},"response":[],"_postman_id":"71733d8f-aca8-311f-c4d2-0bbf7c38b34b"},{"name":"Destroy","id":"0d6188d9-26ec-670e-26b9-55d8fd778abf","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://blueprint-api.example.sailsjs.org/chat/1","description":"Delete an existing record specified by `id` from the database forever, and respond with the deleted record.\n\nSee http://sailsjs.org/documentation/reference/blueprint-api/destroy"},"response":[],"_postman_id":"0d6188d9-26ec-670e-26b9-55d8fd778abf"},{"name":"Update","id":"ec7f6072-de0c-cbb0-e2b6-663dda95c626","request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"Hello.  What is happening now, people?","type":"text"}]},"url":"http://blueprint-api.example.sailsjs.org/chat/1","description":"Update an existing record in the database, and notify subscribed sockets that it has changed.\n\nSee http://sailsjs.org/documentation/reference/blueprint-api/update"},"response":[],"_postman_id":"ec7f6072-de0c-cbb0-e2b6-663dda95c626"},{"name":"Add","id":"e2ed5569-a78c-5da7-15da-197094234009","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://blueprint-api.example.sailsjs.org/channel/1/chats/1","description":"Add a foreign record to a collection association of this record.\n\nhttp://sailsjs.org/documentation/reference/blueprint-api/add"},"response":[],"_postman_id":"e2ed5569-a78c-5da7-15da-197094234009"},{"name":"Create channel","id":"a0d30827-5701-aaac-75d7-9b56635fd78e","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"General","type":"text"},{"key":"slug","value":"general","type":"text"}]},"url":"http://blueprint-api.example.sailsjs.org/channel","description":"Create a new record in your database.\n\nhttp://sailsjs.org/documentation/reference/blueprint-api/create"},"response":[],"_postman_id":"a0d30827-5701-aaac-75d7-9b56635fd78e"},{"name":"Recreates #3543","id":"4a898431-478f-fdd0-030f-b046e2ebf378","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://blueprint-api.example.sailsjs.org/chat?where={ \"updatedAt\": { \">\": \"2016-02-03T23:47:42.927Z\"} }","protocol":"http","host":["blueprint-api","example","sailsjs","org"],"path":["chat"],"query":[{"key":"where","value":"{ \"updatedAt\": { \">\": \"2016-02-03T23:47:42.927Z\"} }"}]},"description":"See https://github.com/balderdashy/sails/issues/3543\n"},"response":[],"_postman_id":"4a898431-478f-fdd0-030f-b046e2ebf378"}]}