{"info":{"_postman_id":"c9267af7-3efb-4a05-854d-643f86ff9156","name":"They Said So","description":"They Said So Quotes API offers a complete feature-rich REST API access to its quotes platform.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"qod","item":[{"name":"/qod","id":"d9b74d85-f735-4c9e-ba92-3f1bd45d0515","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qod?category=<string>&language=en","host":["{{baseUrl}}"],"path":["qod"],"query":[{"description":"QOD Category","key":"category","value":"<string>"},{"description":"Language of the QOD. The language must be supported in our QOD system.","key":"language","value":"en"}]},"description":"Gets `Quote of the Day`. Optional `category` param determines the category of returned quote of the day\n"},"response":[{"id":"d40d43c1-bce3-44df-b1b3-1a604f3d152e","name":"400  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qod?category=<string>&language=en","host":["{{baseUrl}}"],"path":["qod"],"query":[{"key":"category","value":"<string>"},{"key":"language","value":"en"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"error\\\": {\\n    \\\"code\\\": 400,\\n    \\\"message\\\": \\\"Bad Request: QOD category not supported for this category and language combination\\\"\\n  }\\n}               \""},{"id":"e97d4ffc-2b79-4448-ba83-063d01a728c9","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qod?category=<string>&language=en","host":["{{baseUrl}}"],"path":["qod"],"query":[{"key":"category","value":"<string>"},{"key":"language","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"quotes\\\": [\\n            {\\n                \\\"quote\\\": \\\"Do not worry if you have built your castles in the air. They are where they should be. Now put the foundations under them.\\\",\\n                \\\"length\\\": \\\"122\\\",\\n                \\\"author\\\": \\\"Henry David Thoreau\\\",\\n                \\\"tags\\\": [\\n                    \\\"dreams\\\",\\n                    \\\"inspire\\\",\\n                    \\\"worry\\\"\\n                ],\\n                \\\"category\\\": \\\"inspire\\\",\\n                \\\"date\\\": \\\"2016-11-21\\\",\\n                \\\"title\\\": \\\"Inspiring Quote of the day\\\",\\n                \\\"background\\\": \\\"https://theysaidso.com/img/bgs/man_on_the_mountain.jpg\\\",\\n                \\\"id\\\": \\\"mYpH8syTM8rf8KFORoAJmQeF\\\"\\n            }\\n        ]\\n    }\\n}\""}],"_postman_id":"d9b74d85-f735-4c9e-ba92-3f1bd45d0515"},{"name":"/qod/categories","id":"50b4cb6b-23bb-431e-8ab9-e8dba3f3938f","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qod/categories?language=en&detailed=<boolean>","host":["{{baseUrl}}"],"path":["qod","categories"],"query":[{"description":"Language of the QOD category. The language must be supported in our QOD system.","key":"language","value":"en"},{"description":"Return detailed information of the categories. Note the data format changes between the two values of this switch.","key":"detailed","value":"<boolean>"}]},"description":"Gets a list of `Quote of the Day` Categories.\n"},"response":[{"id":"0ba8b100-f9d3-44a4-8503-4659844d5123","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qod/categories?language=en&detailed=<boolean>","host":["{{baseUrl}}"],"path":["qod","categories"],"query":[{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 8\\n    },\\n    \\\"contents\\\": {\\n        \\\"categories\\\": {\\n            \\\"inspire\\\": \\\"Inspiring Quote of the day\\\",\\n            \\\"management\\\": \\\"Management Quote of the day\\\",\\n            \\\"sports\\\": \\\"Sports Quote of the day\\\",\\n            \\\"life\\\": \\\"Quote of the day about life\\\",\\n            \\\"funny\\\": \\\"Funny Quote of the day\\\",\\n            \\\"love\\\": \\\"Quote of the day about Love\\\",\\n            \\\"art\\\": \\\"Art quote of the day \\\",\\n            \\\"students\\\": \\\"Quote of the day for students\\\"\\n        },\\n        \\\"copyright\\\": \\\"2013-15 http://theysaidso.com\\\"\\n    }\\n}   \""},{"id":"88f0145a-0a71-4cfb-950e-fb95558d3eb3","name":"400  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qod/categories?language=en&detailed=<boolean>","host":["{{baseUrl}}"],"path":["qod","categories"],"query":[{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"error\\\": {\\n    \\\"code\\\": 400,\\n    \\\"message\\\": \\\"No QOD categories defined for this language.\\\"\\n  }\\n}                            \""}],"_postman_id":"50b4cb6b-23bb-431e-8ab9-e8dba3f3938f"},{"name":"/qod/languages","id":"1e862baf-4f15-4921-95de-b2a6fe264815","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":"{{baseUrl}}/qod/languages","description":"Gets a list of supported languages for `Quote of the Day`. \n"},"response":[{"id":"81c0e955-900f-49fc-8b4b-bef2d0bb3cd2","name":"200  response","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/qod/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 2\\n  },\\n  \\\"contents\\\": {\\n    \\\"languages\\\": [\\n      \\\"en\\\",\\n      \\\"fr\\\",\\n      \\\"ta\\\"\\n    ]\\n  },\\n  \\\"baseurl\\\": \\\"https://theysaidso.com\\\",\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""}],"_postman_id":"1e862baf-4f15-4921-95de-b2a6fe264815"}],"id":"a1e9ef78-ac27-47d3-a700-62267e094b31","_postman_id":"a1e9ef78-ac27-47d3-a700-62267e094b31"},{"name":"quote","item":[{"name":"categories","item":[{"name":"/quote/categories/popular","id":"99804dfc-efcd-40a2-9e27-3035f6bbdcad","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/categories/popular?start=<integer>&limit=5","host":["{{baseUrl}}"],"path":["quote","categories","popular"],"query":[{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Response is paged. This parameter controls how many is returned in the result. The maximum depends on the subscription level.","key":"limit","value":"5"}]},"description":"Gets a list of popular `Quote` Categories.\n"},"response":[{"id":"f0105f00-9632-4175-ad18-cdb4d6ae1ef1","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/categories/popular?start=<integer>&limit=5","host":["{{baseUrl}}"],"path":["quote","categories","popular"],"query":[{"key":"start","value":"<integer>"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 18,\\n    \\\"range\\\": {\\n      \\\"start\\\": 0,\\n      \\\"end\\\": 5\\n    }\\n  },\\n  \\\"contents\\\": {\\n    \\\"categories\\\": [\\n      {\\n        \\\"name\\\": \\\"inspirational\\\",\\n        \\\"title\\\": \\\"Inspirational Quotes\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"work\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"women\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"people\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"death\\\",\\n        \\\"title\\\": null\\n      }\\n    ]\\n  },\\n  \\\"baseurl\\\": \\\"https://theysaidso.com\\\",\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}               \""}],"_postman_id":"99804dfc-efcd-40a2-9e27-3035f6bbdcad"},{"name":"/quote/categories/search","id":"658c4d47-b457-496c-8ea4-d9294c145cb6","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/categories/search?query=<string>&start=<integer>&limit=2","host":["{{baseUrl}}"],"path":["quote","categories","search"],"query":[{"description":"Text string to search for in the categories","key":"query","value":"<string>"},{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Response is paged. This parameter controls how many is returned in the result. The maximum depends on the subscription level.","key":"limit","value":"2"}]},"description":"Gets a list of `Quote` Categories matching the query string.\n"},"response":[{"id":"5cfe6b94-895b-44d5-8695-e11dd86506d6","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/categories/search?query=<string>&start=<integer>&limit=2","host":["{{baseUrl}}"],"path":["quote","categories","search"],"query":[{"key":"query","value":"<string>"},{"key":"start","value":"<integer>"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 34,\\n    \\\"range\\\": {\\n      \\\"start\\\": 0,\\n      \\\"end\\\": 5\\n    }\\n  },\\n  \\\"contents\\\": {\\n    \\\"categories\\\": [\\n      {\\n        \\\"name\\\": \\\"inspire\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"inspired\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"words-to-inspire-you\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"self-inspired\\\",\\n        \\\"title\\\": null\\n      },\\n      {\\n        \\\"name\\\": \\\"inspire-the-world\\\",\\n        \\\"title\\\": null\\n      }\\n    ]\\n  },\\n  \\\"baseurl\\\": \\\"https://theysaidso.com\\\",\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""}],"_postman_id":"658c4d47-b457-496c-8ea4-d9294c145cb6"}],"id":"d8b5d13b-d19d-4c31-87fe-e2f741ce4021","_postman_id":"d8b5d13b-d19d-4c31-87fe-e2f741ce4021"},{"name":"authors","item":[{"name":"/quote/authors/popular","id":"62811d1c-33f1-4157-8b47-118dfdbf81f9","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/authors/popular?language=en&detailed=<boolean>&start=<integer>&limit=5","host":["{{baseUrl}}"],"path":["quote","authors","popular"],"query":[{"description":"Language. A same author may have quotes in two or more different languages. So for example 'Mahatma Gandhi' may be returned for language \"en\"(English), and \"மஹாத்மா காந்தி\" may be returned when the language is \"ta\" (Tamil).","key":"language","value":"en"},{"description":"Should return detailed author information such as `birthday`, `death date`, `occupation`, `description` etc. Only available at certain subscription levels.","key":"detailed","value":"<boolean>"},{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Response is paged. This parameter controls how many is returned in the result. The maximum depends on the subscription level.","key":"limit","value":"5"}]},"description":"Gets a list of popular author names in the system. \n"},"response":[{"id":"23b97c8a-af82-4718-a088-94a275fa7866","name":"400  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/authors/popular?language=en&detailed=<boolean>&start=<integer>&limit=5","host":["{{baseUrl}}"],"path":["quote","authors","popular"],"query":[{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"},{"key":"start","value":"<integer>"},{"key":"limit","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"error\\\": {\\n    \\\"code\\\": 400,\\n    \\\"message\\\": \\\"Bad Request: Author details retrieval options are not supported for this user (please upgrade your subscription)\\\"\\n  }\\n}\""},{"id":"c9e254cf-7c07-4e63-a262-16b0ac4e9a4c","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/authors/popular?language=en&detailed=<boolean>&start=<integer>&limit=5","host":["{{baseUrl}}"],"path":["quote","authors","popular"],"query":[{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"},{"key":"start","value":"<integer>"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": \\\"2646\\\",\\n    \\\"range\\\": {\\n      \\\"start\\\": 0,\\n      \\\"end\\\": 5\\n    }\\n  },\\n  \\\"contents\\\": {\\n    \\\"authors\\\": [\\n      {\\n        \\\"name\\\": \\\"Robert Louis Stevenson\\\",\\n        \\\"slug\\\": \\\"robert-louis-stevenson\\\",\\n        \\\"occupation\\\": \\\"Author\\\",\\n        \\\"born\\\": \\\"1850-11-13 00:00:00\\\",\\n        \\\"dead\\\": \\\"1894-12-03 00:00:00\\\",\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"_kobR6QdDXDw_HCo2J_n0AeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steve Jobs\\\",\\n        \\\"slug\\\": \\\"steve-jobs\\\",\\n        \\\"occupation\\\": \\\"Business\\\",\\n        \\\"born\\\": \\\"1955-02-24 00:00:00\\\",\\n        \\\"dead\\\": \\\"2011-10-05 00:00:00\\\",\\n        \\\"description\\\": \\\"\\\",\\n        \\\"id\\\": \\\"WKCl3utqIPYnCXiZubNNKAeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steve Maraboli\\\",\\n        \\\"slug\\\": \\\"steve-maraboli\\\",\\n        \\\"occupation\\\": null,\\n        \\\"born\\\": null,\\n        \\\"dead\\\": null,\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"GfOeOBX2Gwp1emdunDiXDweF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steven Wright\\\",\\n        \\\"slug\\\": \\\"steven-wright\\\",\\n        \\\"occupation\\\": \\\"Comic\\\",\\n        \\\"born\\\": \\\"1955-12-06 00:00:00\\\",\\n        \\\"dead\\\": null,\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"j144PP_Pew72rXVrRKAmgAeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Wallace Stevens\\\",\\n        \\\"slug\\\": \\\"wallace-stevens\\\",\\n        \\\"occupation\\\": \\\"Poet\\\",\\n        \\\"born\\\": \\\"1879-10-02 00:00:00\\\",\\n        \\\"dead\\\": \\\"1955-08-02 00:00:00\\\",\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"IF8HZp3hHsP_BzepN65atQeF\\\"\\n      }\\n    ],\\n    \\\"matched_query\\\": \\\"steve\\\"\\n  },\\n  \\\"baseurl\\\": \\\"https://theysaidso.com\\\",\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""}],"_postman_id":"62811d1c-33f1-4157-8b47-118dfdbf81f9"},{"name":"/quote/authors/search","id":"b108d35a-603d-4c07-9515-a0a1ea1ceea1","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/authors/search?query=<string>&language=en&detailed=<boolean>&start=<integer>&limit=1","host":["{{baseUrl}}"],"path":["quote","authors","search"],"query":[{"description":"Text string to search for in author names","key":"query","value":"<string>"},{"description":"Language. A same author may have quotes in two or more different languages. So for example 'Mahatma Gandhi' may be returned for language \"en\"(English), and \"மஹாத்மா காந்தி\" may be returned when the language is \"ta\" (Tamil).","key":"language","value":"en"},{"description":"Should return detailed author information such as `birthday`, `death date`, `occupation`, `description` etc. Only available at certain subscription levels.","key":"detailed","value":"<boolean>"},{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Response is paged. This parameter controls how many is returned in the result. The maximum depends on the subscription level.","key":"limit","value":"1"}]},"description":"Gets a list of author names in the system. \n"},"response":[{"id":"76beaa45-fb1b-4ab8-bed8-076fd699e653","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/authors/search?query=<string>&language=en&detailed=<boolean>&start=<integer>&limit=1","host":["{{baseUrl}}"],"path":["quote","authors","search"],"query":[{"key":"query","value":"<string>"},{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"},{"key":"start","value":"<integer>"},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": \\\"2646\\\",\\n    \\\"range\\\": {\\n      \\\"start\\\": 0,\\n      \\\"end\\\": 5\\n    }\\n  },\\n  \\\"contents\\\": {\\n    \\\"authors\\\": [\\n      {\\n        \\\"name\\\": \\\"Robert Louis Stevenson\\\",\\n        \\\"slug\\\": \\\"robert-louis-stevenson\\\",\\n        \\\"occupation\\\": \\\"Author\\\",\\n        \\\"born\\\": \\\"1850-11-13 00:00:00\\\",\\n        \\\"dead\\\": \\\"1894-12-03 00:00:00\\\",\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"_kobR6QdDXDw_HCo2J_n0AeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steve Jobs\\\",\\n        \\\"slug\\\": \\\"steve-jobs\\\",\\n        \\\"occupation\\\": \\\"Business\\\",\\n        \\\"born\\\": \\\"1955-02-24 00:00:00\\\",\\n        \\\"dead\\\": \\\"2011-10-05 00:00:00\\\",\\n        \\\"description\\\": \\\"\\\",\\n        \\\"id\\\": \\\"WKCl3utqIPYnCXiZubNNKAeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steve Maraboli\\\",\\n        \\\"slug\\\": \\\"steve-maraboli\\\",\\n        \\\"occupation\\\": null,\\n        \\\"born\\\": null,\\n        \\\"dead\\\": null,\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"GfOeOBX2Gwp1emdunDiXDweF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Steven Wright\\\",\\n        \\\"slug\\\": \\\"steven-wright\\\",\\n        \\\"occupation\\\": \\\"Comic\\\",\\n        \\\"born\\\": \\\"1955-12-06 00:00:00\\\",\\n        \\\"dead\\\": null,\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"j144PP_Pew72rXVrRKAmgAeF\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"Wallace Stevens\\\",\\n        \\\"slug\\\": \\\"wallace-stevens\\\",\\n        \\\"occupation\\\": \\\"Poet\\\",\\n        \\\"born\\\": \\\"1879-10-02 00:00:00\\\",\\n        \\\"dead\\\": \\\"1955-08-02 00:00:00\\\",\\n        \\\"description\\\": null,\\n        \\\"id\\\": \\\"IF8HZp3hHsP_BzepN65atQeF\\\"\\n      }\\n    ],\\n    \\\"matched_query\\\": \\\"steve\\\"\\n  },\\n  \\\"baseurl\\\": \\\"https://theysaidso.com\\\",\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"c389ae57-bcd1-41ef-ab34-bf8ae9e6b418","name":"400  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/authors/search?query=<string>&language=en&detailed=<boolean>&start=<integer>&limit=1","host":["{{baseUrl}}"],"path":["quote","authors","search"],"query":[{"key":"query","value":"<string>"},{"key":"language","value":"en"},{"key":"detailed","value":"<boolean>"},{"key":"start","value":"<integer>"},{"key":"limit","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"error\\\": {\\n    \\\"code\\\": 400,\\n    \\\"message\\\": \\\"Bad Request: Author details retrieval options are not supported for this user (please upgrade your subscription)\\\"\\n  }\\n}\""}],"_postman_id":"b108d35a-603d-4c07-9515-a0a1ea1ceea1"}],"id":"e8a2be57-18ae-4dcc-9211-681a4bbb9bff","_postman_id":"e8a2be57-18ae-4dcc-9211-681a4bbb9bff"},{"name":"tags","item":[{"name":"/quote/tags/add","id":"de8289e4-ab94-460a-8e62-a9ce9e7a61be","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","add"],"query":[{"description":"Quote ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Add a tag to a given Quote."},"response":[{"id":"06db4c7f-9d2d-47f7-9d78-fe1d8eaea5ef","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"ab6a27db-be84-493a-93b6-c464b63ef43c","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"message\\\": \\\"Tags added\\\"\\n  }\\n}\""},{"id":"e91d01a6-28ef-48f4-82ab-fd270275b0fe","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}                      \""}],"_postman_id":"de8289e4-ab94-460a-8e62-a9ce9e7a61be"},{"name":"/quote/tags/remove","id":"7a6c83cf-1fc7-43bd-9710-36912722da8e","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","remove"],"query":[{"description":"Quote ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Remove a tag from a given quote."},"response":[{"id":"1bd9b337-50e8-4adc-873b-7dd0cf6ef500","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"message\\\": \\\"Tags removed.\\\"\\n    }\\n}\""},{"id":"3857eca8-bbbc-4589-af78-9743efec6369","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""},{"id":"4c59c61e-56f5-414b-b657-7eac54d74d7b","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"7a6c83cf-1fc7-43bd-9710-36912722da8e"}],"id":"04c2bfa8-68b0-460b-9f36-a0c07876ac54","_postman_id":"04c2bfa8-68b0-460b-9f36-a0c07876ac54"},{"name":"like","item":[{"name":"/quote/like","id":"d956590a-fa28-4e1d-8dc0-13bbae7560b4","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Like the given Quote as a user of the API Key. Some clients don't cleanly support `PUT`, in such scenarios use the `POST` version of this."},"response":[{"id":"bed27965-9549-4923-a64d-b1de475a6fbe","name":"401  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"daf3a15b-80ce-43df-b745-09a0fe483233","name":"200  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"message\\\": \\\"Like added to the quote\\\"\\n  }\\n}\""},{"id":"fb8776c0-6f1c-47d7-b599-480edc06ef4d","name":"404  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""}],"_postman_id":"d956590a-fa28-4e1d-8dc0-13bbae7560b4"},{"name":"/quote/like","id":"0d650770-6595-4f1c-bb4f-b45d826b41e0","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Like the given Quote as a user of the API Key. Same as `PUT` but a convenient alias for those clients that don't support `PUT` cleanly."},"response":[{"id":"23d76fc7-1f02-42b5-b42c-f63b15fc882c","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"7af6b927-38eb-41df-ab43-be801976ccbd","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""},{"id":"bfbf4123-2ed0-4f25-b045-e253bab28c86","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"message\\\": \\\"Like added to the quote\\\"\\n  }\\n}\""}],"_postman_id":"0d650770-6595-4f1c-bb4f-b45d826b41e0"},{"name":"/quote/like","id":"2d31a804-540f-40ba-acfb-8ca70db40a16","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Remove the Like for the given Quote as a user of the API Key."},"response":[{"id":"45848a7f-efa8-4389-8623-5121ab50054e","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": \\\"Like / Dislike removed from quote.\\\"\\n}\""},{"id":"591fb287-3b48-4b02-8eb2-0c4cfb8e0a45","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n}\""},{"id":"845254b2-2835-4632-93cc-9a27a19548d3","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/like?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","like"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""}],"_postman_id":"2d31a804-540f-40ba-acfb-8ca70db40a16"}],"id":"4cec7259-2caa-4909-914b-aa03e7769602","_postman_id":"4cec7259-2caa-4909-914b-aa03e7769602"},{"name":"dislike","item":[{"name":"/quote/dislike","id":"2afa9d1f-d8e2-439c-ac1e-8500107fb37b","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Dislike the given Quote as a user of the API Key. Some clients don't cleanly support `PUT`, in such scenarios use the `POST` version of this."},"response":[{"id":"62082f2a-0061-4c97-9f0a-f2cbcd22d96e","name":"404  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""},{"id":"84b83cbd-5f74-4195-a134-2b398b87047e","name":"200  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": \\\"Disliked the quote\\\"\\n}\""},{"id":"f747a5c6-d08d-47f1-9890-d81cc72bacbc","name":"401  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"2afa9d1f-d8e2-439c-ac1e-8500107fb37b"},{"name":"/quote/dislike","id":"dd08b362-6cfd-446e-98d8-d87729f6c939","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Dislike the given Quote as a user of the API Key. Same as `put` but a convenient alias for those clients that don't support `put` cleanly."},"response":[{"id":"005582c3-a875-452c-8357-ea017e34c379","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": \\\"Disliked the quote\\\"\\n}\""},{"id":"51c0cbef-adf5-4b02-8497-46a7cb0e3cc0","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}\""},{"id":"96697414-9957-4f3a-8ed1-be5a98a43ea1","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"dd08b362-6cfd-446e-98d8-d87729f6c939"},{"name":"/quote/dislike","id":"f13cd244-60eb-4192-a3d9-aa28e258dada","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"description":"Quote ID","key":"quote_id","value":"<string>"}]},"description":"Remove the disLike for the given Quote as a user of the API Key."},"response":[{"id":"054385cb-606e-4c6f-8153-11aff76272f3","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}                       \""},{"id":"2a8dcba4-9c2e-483b-ab9d-76a02fbd1a64","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"bbb39ba4-c53b-4f09-ad69-2517ec1134e9","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/dislike?quote_id=<string>","host":["{{baseUrl}}"],"path":["quote","dislike"],"query":[{"key":"quote_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": \\\"Like / Dislike removed from quote.\\\"\\n}\""}],"_postman_id":"f13cd244-60eb-4192-a3d9-aa28e258dada"}],"id":"8cbc6ba0-e57b-4cb0-aeae-21a6141f4201","_postman_id":"8cbc6ba0-e57b-4cb0-aeae-21a6141f4201"},{"name":"image","item":[{"name":"background","item":[{"name":"tags","item":[{"name":"/quote/image/background/tags/add","id":"55063b72-4e59-46b8-9df5-1be9c6760e89","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","add"],"query":[{"description":"Image ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Add a tag to a given Image."},"response":[{"id":"13682d6f-4398-4ec4-a64a-c6233a3a61d8","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n}\""},{"id":"191d535d-0b41-4b20-92f8-ee6be95d24bf","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Image not found\\\"\\n    }\\n}                      \""},{"id":"d4e1bc76-9a13-4666-b8ac-345321eb273d","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"55063b72-4e59-46b8-9df5-1be9c6760e89"},{"name":"/quote/image/background/tags/remove","id":"17e9823c-f388-4640-aded-c442cd22b644","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","remove"],"query":[{"description":"Image ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Remove a tag from a given Image."},"response":[{"id":"985359af-a046-4e2c-af9a-aab6bdaf6edd","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Image not found\\\"\\n    }\\n}\""},{"id":"9bb54f47-8c6f-4b6b-ae0c-cd3198f09bfd","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n}\""},{"id":"bf115d30-9e4c-41db-b56a-de8062ea2f39","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"17e9823c-f388-4640-aded-c442cd22b644"}],"id":"4fa6032b-97c4-4265-b455-3be36aea1a5e","_postman_id":"4fa6032b-97c4-4265-b455-3be36aea1a5e"},{"name":"/quote/image/background","id":"6cad921e-b34b-4dc3-ab1e-b5b7390424a3","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"image","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/background","description":"Add an image for use later as a quote background image."},"response":[{"id":"0fd95fc2-6b4a-4392-aafb-9445a76432bb","name":"200  response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/background"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n     \\\"id\\\" : \\\"afBLte5678bnzxc_iRbcg\\\"\\n  }\\n}\""},{"id":"e010c6ed-2a02-40ff-a53a-14c0a8289cf7","name":"401  response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/background"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"6cad921e-b34b-4dc3-ab1e-b5b7390424a3"},{"name":"/quote/image/background","id":"56ea60f9-7615-456c-b738-d3e22199ce17","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/background?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","background"],"query":[{"description":"Font ID","key":"id","value":"<string>"}]},"description":"Delete a background image file. The user needs to be the owner of the background image to be able to delete it.\n"},"response":[{"id":"9538a7d5-2c8a-4ecf-8a72-034f655b5bc6","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","background"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"b7730930-9ab0-4d36-97fb-838f80d2d038","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","background"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": {\n    \"total\": 1\n  },\n  \"content\": \"Resource Deleted\"\n}"},{"id":"fe8f66a0-ad55-4976-b552-d4439dffc2da","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","background"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Resource not found\\\"\\n    }\\n}                                          \""}],"_postman_id":"56ea60f9-7615-456c-b738-d3e22199ce17"},{"name":"/quote/image/background/search","id":"a6244ea9-585a-4bc9-8e39-9234c486f249","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/background/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","search"],"query":[{"description":"Tag string","key":"query","value":"<string>"}]},"description":"Searches for a background image with a given tag. \n"},"response":[{"id":"1732d1e9-041e-40c7-8bc2-07c0813899fe","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}     \""},{"id":"2587a8a6-0e25-4bd1-8a42-1a0a2faedcac","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"a6b36870-3cfb-48fb-be19-bec5d242e5ef","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","background","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image matching the query criteria not found\\\"\\n    }\\n}\""}],"_postman_id":"a6244ea9-585a-4bc9-8e39-9234c486f249"},{"name":"/quote/image/background/list","id":"245364d6-10e8-411d-8a69-ca5a219289f8","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/background/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","background","list"],"query":[{"description":"Response is paged. This parameter determines where the response should start.","key":"start","value":"<integer>"}]},"description":"Lists background images in your private collection. \n"},"response":[{"id":"0b73bd8a-966d-4f73-8950-4fa218b622b2","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","background","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}     \""},{"id":"59e9fbb0-0218-4db4-b52f-f4d3a8ade0ad","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","background","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"a9daa19d-8005-4a74-b15a-0fedb2b978c3","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/background/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","background","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image matching the query criteria not found\\\"\\n    }\\n}\""}],"_postman_id":"245364d6-10e8-411d-8a69-ca5a219289f8"}],"id":"c1735144-4f5c-4f7d-8439-95c527d9db10","_postman_id":"c1735144-4f5c-4f7d-8439-95c527d9db10"},{"name":"font","item":[{"name":"tags","item":[{"name":"/quote/image/font/tags/add","id":"d8a27b24-7ac4-4560-9f94-91fbad24f821","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","add"],"query":[{"description":"Font ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Add a tag to a given font."},"response":[{"id":"28a91f86-39ec-45b2-8f94-30f04d3669b1","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"93053990-e1a7-4bf7-b818-8f6c3e2ed66f","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n}\""},{"id":"ff5774dd-e4ff-48a9-937e-a61bf281fc2b","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/add?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","add"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: font not found\\\"\\n    }\\n}                      \""}],"_postman_id":"d8a27b24-7ac4-4560-9f94-91fbad24f821"},{"name":"/quote/image/font/tags/remove","id":"4d9e9c5b-a880-478f-8636-c912e6888819","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","remove"],"query":[{"description":"Font ID","key":"id","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Remove a tag from a given Font."},"response":[{"id":"510fc934-0f76-41bf-9f7c-61d52f5de1dc","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Font not found\\\"\\n    }\\n}\""},{"id":"7de4ffc2-a834-42cc-abf2-9fc7f578601d","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n}\""},{"id":"7ec1dd9f-9d37-4724-8ebe-30e97c20e5c4","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/tags/remove?id=<string>&tags=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","tags","remove"],"query":[{"key":"id","value":"<string>"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"4d9e9c5b-a880-478f-8636-c912e6888819"}],"id":"3700155a-c33c-4990-ad1a-1fff9d4dae9e","_postman_id":"3700155a-c33c-4990-ad1a-1fff9d4dae9e"},{"name":"/quote/image/font","id":"1725fb80-1839-4005-a764-fef8912b84b9","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"font","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/font","description":"Add a font file for use later in creating a quote image. This is essentially a `PUT` but not many clients handle PUT with binary stream i.e. a file, gracefully."},"response":[{"id":"0c6ad547-0d34-48d0-a7ba-3a7f389a9257","name":"401  response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"font","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/font"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"eb5b9aff-85e4-493b-9bbf-cc530c173cfc","name":"200  response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"font","value":"<binary>"},{"key":"tags","value":"<string>"}]},"url":"{{baseUrl}}/quote/image/font"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n     \\\"id\\\" : \\\"afBLte5678bnzxc_iRbcg\\\"\\n  }\\n}\""}],"_postman_id":"1725fb80-1839-4005-a764-fef8912b84b9"},{"name":"/quote/image/font","id":"d072c3f7-0341-4333-8be0-af4d218b73e6","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/font?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","font"],"query":[{"description":"Font ID","key":"id","value":"<string>"}]},"description":"Delete a font file. The user needs to be the owner of the font to be able to delete it.\n"},"response":[{"id":"0d755aad-d0d7-4564-bf34-83577f01d005","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","font"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Resource not found\\\"\\n    }\\n}                                          \""},{"id":"6b243e79-e30d-4973-8fba-cf10cf2097ba","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","font"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": {\n    \"total\": 1\n  },\n  \"content\": \"Resource Deleted\"\n}"},{"id":"c22a04cf-c494-4ef3-9d50-9274d7c7657e","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font?id=<string>","host":["{{baseUrl}}"],"path":["quote","image","font"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"d072c3f7-0341-4333-8be0-af4d218b73e6"},{"name":"/quote/image/font/search","id":"1a971c6b-5f82-499b-8258-dac3a2326111","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/font/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","search"],"query":[{"description":"Tag string","key":"query","value":"<string>"}]},"description":"Searches for a font with a given tag. \n"},"response":[{"id":"19139d4e-b17f-4618-a693-899963455104","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image matching the query criteria not found\\\"\\n    }\\n}\""},{"id":"2a9bcf1a-4a00-4d4a-bd41-15f4dd77c788","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"5da0f61a-af2b-406c-910b-f607769f427e","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/search?query=<string>","host":["{{baseUrl}}"],"path":["quote","image","font","search"],"query":[{"key":"query","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}     \""}],"_postman_id":"1a971c6b-5f82-499b-8258-dac3a2326111"},{"name":"/quote/image/font/list","id":"1bc6bcee-3fad-4bf2-9d34-9644c10982b7","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/font/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","font","list"],"query":[{"description":"Response is paged. This parameter determines where the response should start.","key":"start","value":"<integer>"}]},"description":"Lists background images in your private collection. \n"},"response":[{"id":"036f1c9b-df4c-4d66-8583-732c7e7a942c","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","font","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}     \""},{"id":"e8259a31-338f-448f-98b5-53b5debd1b9a","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","font","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"f2515dae-47ef-4b6e-93c1-7b0e8e6df85e","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/font/list?start=<integer>","host":["{{baseUrl}}"],"path":["quote","image","font","list"],"query":[{"key":"start","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image matching the query criteria not found\\\"\\n    }\\n}\""}],"_postman_id":"1bc6bcee-3fad-4bf2-9d34-9644c10982b7"}],"id":"06d01303-3138-461b-b1fc-07c471a68b86","_postman_id":"06d01303-3138-461b-b1fc-07c471a68b86"},{"name":"/quote/image","id":"fbe26d25-65cf-45d3-a884-bd8ec2a3a674","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image?quote_id=<string>&bgimage_id=theysaidso_default_background_image&bg_color=<string>&font_id=theysaidso_default_font&text_color=<string>&text_size=<string>&halign=center&valign=center&width=<integer>&height=<integer>&branding=<boolean>&include_transparent_layer=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"description":"Quote id","key":"quote_id","value":"<string>"},{"description":"Background Image id ( Will override bgcolor if supplied)","key":"bgimage_id","value":"theysaidso_default_background_image"},{"description":"Background Color(if background image id is not supplied)","key":"bg_color","value":"<string>"},{"description":"Font id","key":"font_id","value":"theysaidso_default_font"},{"description":"Text Color","key":"text_color","value":"<string>"},{"description":"Text/font size","key":"text_size","value":"<string>"},{"description":"Horizontal text Alignment Value","key":"halign","value":"center"},{"description":"Vertical text Alignment Value","key":"valign","value":"center"},{"description":"Image Width(By default this takes the width of the background image)","key":"width","value":"<integer>"},{"description":"Image Height(By default this takes the height of the background image)","key":"height","value":"<integer>"},{"description":"Disable They Said So branding (Only available in certain subscription levels. Ignored in other levels)","key":"branding","value":"<boolean>"},{"description":"Should include a transparent layer between the text and the background image? This helps when the background image is bright and obscures the text.","key":"include_transparent_layer","value":"true"}]},"description":"Create a new quote image for a given quote. Choose background colors/images , choose different font styles and generate a beautiful quote image. Did you just had a feeling of being a god or what?!\n"},"response":[{"id":"7d4e9a02-7cb2-4a50-8337-5593ac390127","name":"404  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/image?quote_id=<string>&bgimage_id=theysaidso_default_background_image&bg_color=<string>&font_id=theysaidso_default_font&text_color=<string>&text_size=<string>&halign=center&valign=center&width=<integer>&height=<integer>&branding=<boolean>&include_transparent_layer=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"quote_id","value":"<string>"},{"key":"bgimage_id","value":"theysaidso_default_background_image"},{"key":"bg_color","value":"<string>"},{"key":"font_id","value":"theysaidso_default_font"},{"key":"text_color","value":"<string>"},{"key":"text_size","value":"<string>"},{"key":"halign","value":"center"},{"key":"valign","value":"center"},{"key":"width","value":"<integer>"},{"key":"height","value":"<integer>"},{"key":"branding","value":"<boolean>"},{"key":"include_transparent_layer","value":"true"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image not found\\\"\\n    }\\n}                         \""},{"id":"88380d19-2ed9-41dc-b7b9-31bb3b2da873","name":"200  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/image?quote_id=<string>&bgimage_id=theysaidso_default_background_image&bg_color=<string>&font_id=theysaidso_default_font&text_color=<string>&text_size=<string>&halign=center&valign=center&width=<integer>&height=<integer>&branding=<boolean>&include_transparent_layer=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"quote_id","value":"<string>"},{"key":"bgimage_id","value":"theysaidso_default_background_image"},{"key":"bg_color","value":"<string>"},{"key":"font_id","value":"theysaidso_default_font"},{"key":"text_color","value":"<string>"},{"key":"text_size","value":"<string>"},{"key":"halign","value":"center"},{"key":"valign","value":"center"},{"key":"width","value":"<integer>"},{"key":"height","value":"<integer>"},{"key":"branding","value":"<boolean>"},{"key":"include_transparent_layer","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"f60ba3f0-09fe-4270-b2d7-0e99fba8f934","name":"401  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote/image?quote_id=<string>&bgimage_id=theysaidso_default_background_image&bg_color=<string>&font_id=theysaidso_default_font&text_color=<string>&text_size=<string>&halign=center&valign=center&width=<integer>&height=<integer>&branding=<boolean>&include_transparent_layer=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"quote_id","value":"<string>"},{"key":"bgimage_id","value":"theysaidso_default_background_image"},{"key":"bg_color","value":"<string>"},{"key":"font_id","value":"theysaidso_default_font"},{"key":"text_color","value":"<string>"},{"key":"text_size","value":"<string>"},{"key":"halign","value":"center"},{"key":"valign","value":"center"},{"key":"width","value":"<integer>"},{"key":"height","value":"<integer>"},{"key":"branding","value":"<boolean>"},{"key":"include_transparent_layer","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n} \""}],"_postman_id":"fbe26d25-65cf-45d3-a884-bd8ec2a3a674"},{"name":"/quote/image","id":"5efce5cb-3e7d-4dd8-bf24-60a4c8972bd7","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>&binary=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"description":"Quote Image id","key":"id","value":"<string>"},{"description":"Should the response be a direct file download of the image or a base64 encoded image file wrapped in json?","key":"binary","value":"true"}]},"description":"Gets a Quote image for a given id. Response can be an image file as a binary or a base64 encoded contents wrapped in json. `TODO`\n"},"response":[{"id":"0a9c30a2-9827-4f49-b4af-b6e2b1420b42","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>&binary=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"},{"key":"binary","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n} \""},{"id":"c4826816-36dd-4dee-b7c1-747375d76396","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>&binary=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"},{"key":"binary","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"d5b56416-27b2-4797-84a9-156a1bfe9c22","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>&binary=true","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"},{"key":"binary","value":"true"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image not found\\\"\\n    }\\n}                       \""}],"_postman_id":"5efce5cb-3e7d-4dd8-bf24-60a4c8972bd7"},{"name":"/quote/image","id":"fc907b37-e335-4ce4-a24d-ea5446db7228","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"description":"Quote Image ID","key":"id","value":"<string>"}]},"description":"Delete a quote image. The user needs to be the owner of the quote image to be able to delete it.\n"},"response":[{"id":"1917ca1a-733f-4295-aeaa-986c5d065b93","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}                      \""},{"id":"a87e59e1-6044-4a21-ac66-e52246e34e45","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"c4301cf8-c79e-49e7-9d00-9a6c94560ba8","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote/image?id=<string>","host":["{{baseUrl}}"],"path":["quote","image"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fc907b37-e335-4ce4-a24d-ea5446db7228"},{"name":"/quote/image/search","id":"116cde1a-e0dc-45cd-b39f-70d759d249e5","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/image/search?category=<string>&author=<string>&private=<boolean>","host":["{{baseUrl}}"],"path":["quote","image","search"],"query":[{"description":"Quote Category","key":"category","value":"<string>"},{"description":"Quote Author","key":"author","value":"<string>"},{"description":"Should search private collection. Default searches public image collection.","key":"private","value":"<boolean>"}]},"description":"Gets a Random Quote image. Optional `category` param determines the category of quote used in the image. Optional `author` param gets the quote image of a given author. \n"},"response":[{"id":"29887643-519d-4794-9ed1-7e7bec115d37","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/search?category=<string>&author=<string>&private=<boolean>","host":["{{baseUrl}}"],"path":["quote","image","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"private","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"qimage\\\": {\\n      \\\"id\\\": \\\"75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"quote_id\\\": \\\"5e0QH_0k5srOUN1Wdu9AgweF\\\",\\n      \\\"permalink\\\": \\\"https://theysaidso.com/i/75c3EoOmPVolqfB4KeUhXgeF\\\",\\n      \\\"download_uri\\\": \\\"https://theysaidso.com/i/image/75c3EoOmPVolqfB4KeUhXgeF\\\"\\n    }\\n  },\\n  \\\"copyright\\\": \\\"2019-22 https://theysaidso.com\\\"\\n}\""},{"id":"93c5aea1-dad7-4f16-83f2-c6acbc8ee0e2","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/search?category=<string>&author=<string>&private=<boolean>","host":["{{baseUrl}}"],"path":["quote","image","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"private","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}     \""},{"id":"ac5c23cc-9465-46b9-82c7-6e7bd942f5d1","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/image/search?category=<string>&author=<string>&private=<boolean>","host":["{{baseUrl}}"],"path":["quote","image","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"private","value":"<boolean>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote image matching the query criteria not found\\\"\\n    }\\n}\""}],"_postman_id":"116cde1a-e0dc-45cd-b39f-70d759d249e5"}],"id":"4eb35523-9edb-4e6a-9d7f-bbea61925ba5","_postman_id":"4eb35523-9edb-4e6a-9d7f-bbea61925ba5"},{"name":"/quote","id":"14f2a3f5-7f9d-4511-afff-7a174f3323d6","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote?quote=<string>&author=<string>&tags=<string>&language=en","host":["{{baseUrl}}"],"path":["quote"],"query":[{"description":"Quote","key":"quote","value":"<string>"},{"description":"Quote Author","key":"author","value":"<string>"},{"description":"Comma Separated tags","key":"tags","value":"<string>"},{"description":"Language. If not supplied an auto detection mechanism will be used to detect a language.","key":"language","value":"en"}]},"description":"Add a new quote to your private collection."},"response":[{"id":"5d084f5d-575a-42b3-a0c9-9e8b36955a3e","name":"200  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote?quote=<string>&author=<string>&tags=<string>&language=en","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"quote","value":"<string>"},{"key":"author","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"language","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"quote\\\": {\\n      \\\"id\\\": \\\"0tztT1wYHRzdTf7jIccAzweF\\\"\\n    }\\n  }\\n}\""},{"id":"ecf1c462-daf0-40c7-b400-78588db36ffa","name":"401  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/quote?quote=<string>&author=<string>&tags=<string>&language=en","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"quote","value":"<string>"},{"key":"author","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"language","value":"en"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}              \""}],"_postman_id":"14f2a3f5-7f9d-4511-afff-7a174f3323d6"},{"name":"/quote","id":"f84238a7-8114-4d58-9333-59f633c82571","request":{"auth":{"type":"noauth"},"method":"PATCH","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote?id=<string>&quote=<string>&author=<string>&language=en&tags=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"description":"Quote ID","key":"id","value":"<string>"},{"description":"Quote","key":"quote","value":"<string>"},{"description":"Quote Author","key":"author","value":"<string>"},{"description":"Language. If not supplied an auto detection mechanism will be used to detect a language.","key":"language","value":"en"},{"description":"Comma Separated tags","key":"tags","value":"<string>"}]},"description":"Update a quote"},"response":[{"id":"3015699b-098f-42be-b3d0-2694d7ac3f85","name":"200  response","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>&quote=<string>&author=<string>&language=en&tags=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"},{"key":"quote","value":"<string>"},{"key":"author","value":"<string>"},{"key":"language","value":"en"},{"key":"tags","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"quote\\\": {\\n      \\\"id\\\": \\\"0tztT1wYHRzdTf7jIccAzweF\\\"\\n    }\\n  }\\n}\""},{"id":"c2147478-28d9-4893-9a34-0b915722d57e","name":"401  response","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>&quote=<string>&author=<string>&language=en&tags=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"},{"key":"quote","value":"<string>"},{"key":"author","value":"<string>"},{"key":"language","value":"en"},{"key":"tags","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}              \""}],"_postman_id":"f84238a7-8114-4d58-9333-59f633c82571"},{"name":"/quote","id":"845b09f5-8d75-4221-8c15-2b6d262eeded","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"description":"Quote ID","key":"id","value":"<string>"}]},"description":"Gets a `Quote` with a given `id`."},"response":[{"id":"93d98ac3-3a80-4e7b-9a90-651753088e7b","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"quote\\\": \\\"The day soldiers stop bringing you their problems is the day you have stopped leading them. They have either lost confidence that you can help them or concluded that you do not care. Either case is a failure of leadership.\\\",\\n    \\\"author\\\": \\\"Colin Powell\\\",\\n    \\\"id\\\": \\\"XLa1AmylKv1XF_dXcyhvdweF\\\",\\n    \\\"language\\\": \\\"en\\\",\\n    \\\"sfw\\\": \\\"sfw\\\",\\n    \\\"permalink\\\": \\\"https://theysaidso.com/quote/colin-powell-the-day-soldiers-stop-bringing-you-their-problems-is-the-day-you-ha\\\",\\n    \\\"requested_category\\\": \\\"inspire\\\",\\n    \\\"categories\\\": [\\n      \\\"confidence\\\",\\n      \\\"leadership\\\",\\n      \\\"management\\\",\\n      \\\"tod\\\"\\n    ]\\n  }\\n}\""},{"id":"bcec3e8b-2b3d-42d8-bc76-67b71c01c003","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"845b09f5-8d75-4221-8c15-2b6d262eeded"},{"name":"/quote","id":"c83814c1-6afe-47d7-b6c5-9a609c85c26d","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"description":"Quote ID","key":"id","value":"<string>"}]},"description":"Delete a quote. The user needs to be the owner of the quote to be able to delete it.\n"},"response":[{"id":"480ca473-2bf7-4d70-94bf-3239f5f04c86","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"53e9f1b3-61dd-417c-b088-d9ce5d7c15ca","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Quote not found\\\"\\n    }\\n}                      \""},{"id":"89d09160-dd88-4bad-a9ce-033e85ea412d","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/quote?id=<string>","host":["{{baseUrl}}"],"path":["quote"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"c83814c1-6afe-47d7-b6c5-9a609c85c26d"},{"name":"/quote/random","id":"605cd4de-5fd7-400a-9311-e4d49196f7bd","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/random?language=en&limit=1","host":["{{baseUrl}}"],"path":["quote","random"],"query":[{"description":"Language of the Quote. The language must be supported in our system.","key":"language","value":"en"},{"description":"No of quotes to return. The max limit depends on the subscription level.","key":"limit","value":"1"}]},"description":"Gets a `Random Quote`. When you are in a hurry this is what you call to get a random famous quote."},"response":[{"id":"0e058e69-1900-4c2c-b5f6-aa26904ff787","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/random?language=en&limit=1","host":["{{baseUrl}}"],"path":["quote","random"],"query":[{"key":"language","value":"en"},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"quotes\\\": [\\n            {\\n                \\\"quote\\\": \\\"The day soldiers stop bringing you their problems is the day you have stopped leading them. They have either lost confidence that you can help them or concluded that you do not care. Either case is a failure of leadership.\\\",\\n                \\\"length\\\": \\\"222\\\",\\n                \\\"author\\\": \\\"Colin Powell\\\",\\n                \\\"tags\\\": [\\n                    \\\"confidence\\\",\\n                    \\\"leadership\\\",\\n                    \\\"management\\\"\\n                ],\\n                \\\"category\\\": \\\"management\\\",\\n                \\\"id\\\": \\\"XLa1AmylKv1XF_dXcyhvdweF\\\"\\n            }\\n        ]\\n    }\\n}\""},{"id":"2e0261ac-e2d6-4fda-abf9-7b5fe147a18a","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/random?language=en&limit=1","host":["{{baseUrl}}"],"path":["quote","random"],"query":[{"key":"language","value":"en"},{"key":"limit","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"605cd4de-5fd7-400a-9311-e4d49196f7bd"},{"name":"/quote/search","id":"c343936e-45d4-4295-affc-49b7a4f35aab","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/search?category=<string>&author=<string>&minlength=100&maxlength=300&query=<string>&private=<boolean>&language=en&limit=1&sfw=<boolean>","host":["{{baseUrl}}"],"path":["quote","search"],"query":[{"description":"Quote Category","key":"category","value":"<string>"},{"description":"Quote Author","key":"author","value":"<string>"},{"description":"Quote minimum Length","key":"minlength","value":"100"},{"description":"Quote maximum Length","key":"maxlength","value":"300"},{"description":"keyword to search for in the quote","key":"query","value":"<string>"},{"description":"Should search private collection? Default searches public collection.","key":"private","value":"<boolean>"},{"description":"Language of the Quote. The language must be supported in our system.","key":"language","value":"en"},{"description":"No of quotes to return. The max limit depends on the subscription level.","key":"limit","value":"1"},{"description":"Should search only SFW (Safe For Work) quotes?","key":"sfw","value":"<boolean>"}]},"description":"Search for a `Quote` in They Said So platform. Optional `category` , `author`, `minlength`, `maxlength` params determines the filters applied while searching for the quote. "},"response":[{"id":"181a77dd-5672-44ff-9c00-08713905e864","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/search?category=<string>&author=<string>&minlength=100&maxlength=300&query=<string>&private=<boolean>&language=en&limit=1&sfw=<boolean>","host":["{{baseUrl}}"],"path":["quote","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"minlength","value":"100"},{"key":"maxlength","value":"300"},{"key":"query","value":"<string>"},{"key":"private","value":"<boolean>"},{"key":"language","value":"en"},{"key":"limit","value":"1"},{"key":"sfw","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"quotes\\\": [\\n            {\\n                \\\"quote\\\": \\\"The day soldiers stop bringing you their problems is the day you have stopped leading them. They have either lost confidence that you can help them or concluded that you do not care. Either case is a failure of leadership.\\\",\\n                \\\"length\\\": \\\"222\\\",\\n                \\\"author\\\": \\\"Colin Powell\\\",\\n                \\\"tags\\\": [\\n                    \\\"confidence\\\",\\n                    \\\"leadership\\\",\\n                    \\\"management\\\"\\n                ],\\n                \\\"category\\\": \\\"management\\\",\\n                \\\"id\\\": \\\"XLa1AmylKv1XF_dXcyhvdweF\\\"\\n            }\\n        ]\\n    }\\n}\""},{"id":"87209b11-c568-4c3f-ac62-79ba5ce2b13a","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/search?category=<string>&author=<string>&minlength=100&maxlength=300&query=<string>&private=<boolean>&language=en&limit=1&sfw=<boolean>","host":["{{baseUrl}}"],"path":["quote","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"minlength","value":"100"},{"key":"maxlength","value":"300"},{"key":"query","value":"<string>"},{"key":"private","value":"<boolean>"},{"key":"language","value":"en"},{"key":"limit","value":"1"},{"key":"sfw","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"c40a211e-841f-46a7-bb7c-de00cd4996ae","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/search?category=<string>&author=<string>&minlength=100&maxlength=300&query=<string>&private=<boolean>&language=en&limit=1&sfw=<boolean>","host":["{{baseUrl}}"],"path":["quote","search"],"query":[{"key":"category","value":"<string>"},{"key":"author","value":"<string>"},{"key":"minlength","value":"100"},{"key":"maxlength","value":"300"},{"key":"query","value":"<string>"},{"key":"private","value":"<boolean>"},{"key":"language","value":"en"},{"key":"limit","value":"1"},{"key":"sfw","value":"<boolean>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"No Quote found matching the search filters. Try with different search filters.\\\"\\n    }\\n}\""}],"_postman_id":"c343936e-45d4-4295-affc-49b7a4f35aab"},{"name":"/quote/list","id":"cee8c250-3cad-445d-ba0a-fca6db341706","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/quote/list?start=<integer>&limit=10","host":["{{baseUrl}}"],"path":["quote","list"],"query":[{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Response is paged. This parameter controls how many is returned in the result.","key":"limit","value":"10"}]},"description":"Get the list of quotes in your private collection."},"response":[{"id":"9b71e587-bbe0-43ad-beb6-a4af6977c1b3","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/list?start=<integer>&limit=10","host":["{{baseUrl}}"],"path":["quote","list"],"query":[{"key":"start","value":"<integer>"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": \\\"263\\\",\\n        \\\"range\\\": {\\n            \\\"start\\\": 0,\\n            \\\"end\\\": 5\\n        }\\n    },\\n    \\\"contents\\\": {\\n        \\\"quotes\\\": [\\n            {\\n                \\\"quote\\\": \\\"I think you should defend to the death their right to march, and then go down and meet them with baseball bats.\\\",\\n                \\\"length\\\": \\\"111\\\",\\n                \\\"author\\\": \\\"Woody Allen\\\",\\n                \\\"tags\\\": [],\\n                \\\"id\\\": \\\"GkeLUydBfiAH0Tcs2w_gwAeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this. ... The world will little note nor long remember what we say here, but it can never forget what they did here.\\\",\\n                \\\"length\\\": \\\"310\\\",\\n                \\\"author\\\": \\\"Abraham Lincoln\\\",\\n                \\\"tags\\\": [],\\n                \\\"id\\\": \\\"u6fD9eRFA2NFMHuEoeujaAeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Eighty percent of success is showing up.\\\",\\n                \\\"length\\\": \\\"40\\\",\\n                \\\"author\\\": \\\"Woody Allen\\\",\\n                \\\"tags\\\": [\\n                    \\\"success\\\",\\n                    \\\"tso-top-100\\\"\\n                ],\\n                \\\"id\\\": \\\"nLvp0vLfofW06PILxmERHgeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Great ambition is the passion of a great character.  Those endowed with it may perform very good or very bad acts.  All depends on the principals which direct them.\\\",\\n                \\\"length\\\": \\\"164\\\",\\n                \\\"author\\\": \\\"Napoleon Bonaparte\\\",\\n                \\\"tags\\\": [\\n                    \\\"ambition\\\",\\n                    \\\"inspire\\\",\\n                    \\\"passion\\\"\\n                ],\\n                \\\"id\\\": \\\"X8juAoTtvxSEdgA0sGbYeQeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"I have had dreams, and I have had nightmares. I overcame the nightmares because of my dreams.\\\",\\n                \\\"length\\\": \\\"93\\\",\\n                \\\"author\\\": \\\"Dr. Jonas Salk\\\",\\n                \\\"tags\\\": [\\n                    \\\"dream\\\",\\n                    \\\"nightmare\\\"\\n                ],\\n                \\\"id\\\": \\\"m_6Fj8QcXlVsQiiW7SAMLAeF\\\"\\n            }\\n        ]\\n    }\\n}\""},{"id":"ac90d32e-6b0a-4587-a07e-9dd87619d0b4","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/quote/list?start=<integer>&limit=10","host":["{{baseUrl}}"],"path":["quote","list"],"query":[{"key":"start","value":"<integer>"},{"key":"limit","value":"10"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n} \""}],"_postman_id":"cee8c250-3cad-445d-ba0a-fca6db341706"}],"id":"46007d1f-70b1-446f-b23a-e04434f58c61","_postman_id":"46007d1f-70b1-446f-b23a-e04434f58c61"},{"name":"qshow","item":[{"name":"quotes","item":[{"name":"/qshow/quotes","id":"2290be2b-a64b-461e-ac9f-90841d7b6d3b","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow/quotes?id=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"}]},"description":"Get the quotes in a given Qshow."},"response":[{"id":"22d1ff99-eb1d-482a-ac80-d341ba2281c9","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes?id=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                      \""},{"id":"bda2069e-d786-411b-9dbc-db4576ebab8a","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes?id=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"de6e0ee0-9c7d-42b6-a668-43e736428b73","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes?id=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"qshow\\\": {\\n            \\\"title\\\": \\\"A tribute to Steve Jobs!\\\",\\n            \\\"description\\\": \\\"A collection of great quotes from the master inventor Steve Jobs!\\\",\\n            \\\"background\\\": \\\"https://theysaidso.com/img/bgs/stevejobs.jpg\\\",\\n            \\\"language\\\": \\\"en\\\",\\n            \\\"id\\\": \\\"CodzN7F_vU_URoHrPSUvDgeF\\\"\\n        },\\n        \\\"quotes\\\": [\\n            {\\n                \\\"quote\\\": \\\"A lot of people in our industry haven't had very diverse experiences. So they don't have enough dots to connect, and they end up with very linear solutions without a broad perspective on the problem. The broader one's understanding of the human experience, the better design we will have.\\\",\\n                \\\"length\\\": \\\"288\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"design\\\",\\n                    \\\"diversity\\\",\\n                    \\\"experience\\\",\\n                    \\\"linear-thinking\\\"\\n                ],\\n                \\\"id\\\": \\\"6HW5Uopw8VFLRKZEqGKDXQeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Stay hungry. Stay foolish.\\\",\\n                \\\"length\\\": \\\"26\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"inspirational\\\"\\n                ],\\n                \\\"id\\\": \\\"K__p_L1iMZtWulJ1SH4CogeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Your time is limited, so don't waste it living someone else's life.\\\",\\n                \\\"length\\\": \\\"67\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"life-and-living\\\",\\n                    \\\"tso-life\\\"\\n                ],\\n                \\\"id\\\": \\\"mFjh_dNB_exJMHbyzRFIvQeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it. And, like any great relationship, it just gets better and better as the years roll on.\\\",\\n                \\\"length\\\": \\\"207\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"careers\\\",\\n                    \\\"ideas\\\",\\n                    \\\"ingenuity\\\",\\n                    \\\"match\\\",\\n                    \\\"passion\\\"\\n                ],\\n                \\\"id\\\": \\\"l3Cww1Bx7cYGlIpB_wZuOAeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Details matter, it's worth waiting to get it right.\\\",\\n                \\\"length\\\": \\\"51\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"apple\\\",\\n                    \\\"ileadership\\\",\\n                    \\\"jobs\\\",\\n                    \\\"mac\\\",\\n                    \\\"macintosh\\\",\\n                    \\\"steve\\\"\\n                ],\\n                \\\"id\\\": \\\"A8gqJ6u2x3ZdUDU5VlnIxgeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Be a yardstick of quality. Some people aren't used to an environment where excellence is expected.\\\",\\n                \\\"length\\\": \\\"98\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"environment\\\",\\n                    \\\"excellence\\\",\\n                    \\\"people\\\",\\n                    \\\"quality\\\"\\n                ],\\n                \\\"id\\\": \\\"rlqbJLNmDMPT_qkCpDBjEgeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"If you live each day as it was your last, someday you'll most certainly be right\\\",\\n                \\\"length\\\": \\\"80\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"death\\\",\\n                    \\\"rip\\\",\\n                    \\\"steve\\\",\\n                    \\\"tso-life\\\"\\n                ],\\n                \\\"id\\\": \\\"sBse0_uUemQD2l_qdL9BJgeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Death is the destination we all share, no one has ever escaped it. And that is as it should be because death is very likely the single best invention of life.\\\",\\n                \\\"length\\\": \\\"158\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"death\\\",\\n                    \\\"destination\\\",\\n                    \\\"invention\\\",\\n                    \\\"life-and-death\\\",\\n                    \\\"tso-life\\\"\\n                ],\\n                \\\"id\\\": \\\"LvjYLbdYzBOAqPPKfohvmQeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"Why join the navy if you can be a pirate?\\\",\\n                \\\"length\\\": \\\"41\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"career\\\"\\n                ],\\n                \\\"id\\\": \\\"S6xVf_Nluid5r_0iO73ArQeF\\\"\\n            },\\n            {\\n                \\\"quote\\\": \\\"One more thing...\\\",\\n                \\\"length\\\": \\\"17\\\",\\n                \\\"author\\\": \\\"Steve Jobs\\\",\\n                \\\"tags\\\": [\\n                    \\\"inspiration\\\"\\n                ],\\n                \\\"id\\\": \\\"X2QetehlwForyBZ5Nbp2YQeF\\\"\\n            }\\n        ]\\n    },\\n    \\\"copyright\\\": {\\n        \\\"year\\\": \\\"2016-18\\\",\\n        \\\"url\\\": \\\"http://theysaidso.com\\\"\\n    }\\n}\""}],"_postman_id":"2290be2b-a64b-461e-ac9f-90841d7b6d3b"},{"name":"/qshow/quotes/add","id":"ec2f1215-5285-48d1-9793-bf0d8ab256dc","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow/quotes/add?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","add"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"},{"description":"Quote ID to add the qshow collection","key":"quoteid","value":"<string>"}]},"description":"Add a quote to a given Qshow."},"response":[{"id":"56aa3b6e-93eb-4118-acd1-13074aa8cfe7","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/add?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","add"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                      \""},{"id":"c734a98c-d788-437a-86ed-96e02d087e32","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/add?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","add"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"Quote added\\\"\\n  }\\n}\""},{"id":"ce7eaa50-52e0-4478-8302-f4eaa642114c","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/add?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","add"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""}],"_postman_id":"ec2f1215-5285-48d1-9793-bf0d8ab256dc"},{"name":"/qshow/quotes/remove","id":"ce3e81bb-183c-41c3-afb7-067bddf59913","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow/quotes/remove?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","remove"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"},{"description":"Quote ID to remove from the qshow collection","key":"quoteid","value":"<string>"}]},"description":"Remove a quote to a given Qshow."},"response":[{"id":"79179c3e-e470-4353-84de-645495461591","name":"401  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/remove?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","remove"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"8284b25a-4378-4090-85d0-26776f8c386e","name":"200  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/remove?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","remove"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"Quote removed from Qshow\\\"\\n  }\\n}\""},{"id":"c59c3037-3b10-4d2d-9c8f-81b63879bf88","name":"404  response","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/qshow/quotes/remove?id=<string>&quoteid=<string>","host":["{{baseUrl}}"],"path":["qshow","quotes","remove"],"query":[{"key":"id","value":"<string>"},{"key":"quoteid","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                      \""}],"_postman_id":"ce3e81bb-183c-41c3-afb7-067bddf59913"}],"id":"ca2ad9ac-b2a3-44e4-a5b8-c1db86eae61e","_postman_id":"ca2ad9ac-b2a3-44e4-a5b8-c1db86eae61e"},{"name":"/qshow","id":"1cb893c0-3d71-4254-bac3-c8398b4ca580","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow?title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"description":"Qshow title","key":"title","value":"<string>"},{"description":"Qshow description","key":"description","value":"<string>"},{"description":"Tags for the qshow","key":"tags","value":"<string>,<string>"}]},"description":"Create and add a new qshow to your private collection."},"response":[{"id":"33c3c361-caa6-4a9a-bffe-6d06c28fdd73","name":"200  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/qshow?title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"tags","value":"<string>,<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"quote\\\": {\\n      \\\"id\\\": \\\"CodzN7F_vU_URoHrPSUvDgeF\\\"\\n    }\\n  }\\n}\""},{"id":"6c6ce58c-3def-440a-9473-8172d797ffd7","name":"401  response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/qshow?title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"tags","value":"<string>,<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}              \""}],"_postman_id":"1cb893c0-3d71-4254-bac3-c8398b4ca580"},{"name":"/qshow","id":"042d8080-55cd-4d91-b101-59126a6e862e","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"}]},"description":"Gets a details about a qshow.\n"},"response":[{"id":"95894e1d-cd65-4747-9f9f-d009b67f11c8","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"b6c7bbdc-dd97-481c-9303-ad33cc6b58ae","name":"404  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                 \""},{"id":"d8092e1d-d8bb-412e-bb5a-b7279a6a3c63","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"qshow\\\": {\\n            \\\"title\\\": \\\"A tribute to Steve Jobs!\\\",\\n            \\\"description\\\": \\\"A collection of great quotes from the master inventor Steve Jobs!\\\",\\n            \\\"background\\\": \\\"https://theysaidso.com\\\",\\n            \\\"language\\\": \\\"en\\\",\\n            \\\"id\\\": \\\"CodzN7F_vU_URoHrPSUvDgeF\\\"\\n        }\\n    },\\n    \\\"copyright\\\": {\\n        \\\"year\\\": \\\"2016-18\\\",\\n        \\\"url\\\": \\\"http://theysaidso.com\\\"\\n    }\\n}\""}],"_postman_id":"042d8080-55cd-4d91-b101-59126a6e862e"},{"name":"/qshow","id":"02618ad6-9d48-4517-b83f-729c1b8aa3eb","request":{"auth":{"type":"noauth"},"method":"PATCH","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow?id=<string>&title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"},{"description":"Qshow title","key":"title","value":"<string>"},{"description":"Qshow description","key":"description","value":"<string>"},{"description":"Tags for the qshow","key":"tags","value":"<string>,<string>"}]},"description":"Update an existing qshow."},"response":[{"id":"445a9019-660e-4a75-a07d-5cad9de25ebb","name":"404  response","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>&title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"},{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"tags","value":"<string>,<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                    \""},{"id":"c07bbca0-19a4-41bb-8bc2-9256bde332a5","name":"401  response","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>&title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"},{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"tags","value":"<string>,<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"f692281d-a198-41bd-8629-28b5fa0e844c","name":"200  response","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>&title=<string>&description=<string>&tags=<string>,<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"},{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"tags","value":"<string>,<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"content\\\": {\\n    \\\"quote\\\": {\\n      \\\"id\\\": \\\"CodzN7F_vU_URoHrPSUvDgeF\\\"\\n    }\\n  }\\n}\""}],"_postman_id":"02618ad6-9d48-4517-b83f-729c1b8aa3eb"},{"name":"/qshow","id":"e2906edc-6cdc-43ba-997b-5928ea4bc634","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"description":"Qshow ID","key":"id","value":"<string>"}]},"description":"Delete a qshow.\n"},"response":[{"id":"40ca437d-216f-4b52-9368-5188ab7610bd","name":"401  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"882ef449-9379-4b04-846d-f98cc7b598b1","name":"200  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8b80ac2e-b62d-4c98-91aa-03292eb1d177","name":"404  response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/qshow?id=<string>","host":["{{baseUrl}}"],"path":["qshow"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 404,\\n        \\\"message\\\": \\\"Not Found: Qshow not found\\\"\\n    }\\n}                      \""}],"_postman_id":"e2906edc-6cdc-43ba-997b-5928ea4bc634"},{"name":"/qshow/list","id":"0e7785d2-fd86-40f5-9228-dd04a9becd72","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"X-TheySaidSo-Api-Secret","value":""}],"url":{"raw":"{{baseUrl}}/qshow/list?start=<integer>&public=<boolean>","host":["{{baseUrl}}"],"path":["qshow","list"],"query":[{"description":"Response is paged. This parameter controls where response starts the listing at","key":"start","value":"<integer>"},{"description":"Should include public qshows or not in the list","key":"public","value":"<boolean>"}]},"description":"Get the list of Qshows in They Said So platform."},"response":[{"id":"5df451ba-048a-44d8-ab6e-a25648b642e8","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow/list?start=<integer>&public=<boolean>","host":["{{baseUrl}}"],"path":["qshow","list"],"query":[{"key":"start","value":"<integer>"},{"key":"public","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": \\\"39\\\",\\n        \\\"start\\\": 0,\\n        \\\"limit\\\": 5\\n    },\\n    \\\"contents\\\": {\\n        \\\"qshows\\\": [\\n            {\\n                \\\"title\\\": \\\"A tribute to Steve Jobs!\\\",\\n                \\\"description\\\": \\\"A collection of great quotes from the master inventor Steve Jobs!\\\",\\n                \\\"background\\\": \\\"/img/bgs/stevejobs.jpg\\\",\\n                \\\"language\\\": \\\"en\\\",\\n                \\\"id\\\": \\\"CodzN7F_vU_URoHrPSUvDgeF\\\"\\n            },\\n            {\\n                \\\"title\\\": \\\"Celebrating Life!\\\",\\n                \\\"description\\\": \\\"Eat, Sleep, Live your life!\\\",\\n                \\\"background\\\": \\\"/img/slide-01.jpg\\\",\\n                \\\"language\\\": \\\"en\\\",\\n                \\\"id\\\": \\\"opDfpWwAD6lrfxdW_GBoVAeF\\\"\\n            },\\n            {\\n                \\\"title\\\": \\\"Books \\\",\\n                \\\"description\\\": \\\"Reading is the greatest pleasure for many! Here's to the bookies!\\\",\\n                \\\"background\\\": \\\"/img/bgs/book.jpg\\\",\\n                \\\"language\\\": \\\"en\\\",\\n                \\\"id\\\": \\\"WMeCgo5WpiLk_qlbdAVyQweF\\\"\\n            },\\n            {\\n                \\\"title\\\": \\\"Kids\\\",\\n                \\\"description\\\": \\\"\\\",\\n                \\\"background\\\": \\\"\\\",\\n                \\\"language\\\": \\\"en\\\",\\n                \\\"id\\\": \\\"sx9reMTiaGzXdt7lbVWntQeF\\\"\\n            },\\n            {\\n                \\\"title\\\": \\\"Great quotes to live by\\\",\\n                \\\"description\\\": \\\"Here are some powerful words of wisdom that inspire, educate and motivate a person to take action. \\\",\\n                \\\"background\\\": \\\"/img/slide-03.jpg\\\",\\n                \\\"language\\\": \\\"en\\\",\\n                \\\"id\\\": \\\"k_kwBr7BKzxz3vLTQ6TWMQeF\\\"\\n            }\\n        ]\\n    },\\n    \\\"copyright\\\": {\\n        \\\"year\\\": \\\"2016-18\\\",\\n        \\\"url\\\": \\\"http://theysaidso.com\\\"\\n    }\\n}\""},{"id":"7fbecd06-6d71-421a-9c79-88d5b0d1a0e6","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/qshow/list?start=<integer>&public=<boolean>","host":["{{baseUrl}}"],"path":["qshow","list"],"query":[{"key":"start","value":"<integer>"},{"key":"public","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n} \""}],"_postman_id":"0e7785d2-fd86-40f5-9228-dd04a9becd72"}],"id":"0248cab4-38ca-4e41-98fa-d00e5602511f","_postman_id":"0248cab4-38ca-4e41-98fa-d00e5602511f"}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"https://quotes.rest","type":"string"}]}