{"info":{"_postman_id":"bb1c1474-998d-4804-9096-ea5688b2a94d","name":"GeomandGraph","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18620379","collectionId":"bb1c1474-998d-4804-9096-ea5688b2a94d","publishedId":"2s8YYLLMov","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-07T11:22:15.000Z"},"item":[{"name":"General","item":[{"name":"Parameter definitions","id":"46af0e5b-86cb-400b-812a-2fb7e8776750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) { geographicalInformation ( where:[{path:\\\"title\\\", comparison: equal, value: $state} ] ){  title, holidays  {   name, discriminator, startDate, year }}}\",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}","options":{"raw":{"language":"json"}}},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"46af0e5b-86cb-400b-812a-2fb7e8776750"},{"name":"simple condition","id":"f929aef7-8d06-4206-a7ea-20c09307aadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"query\":\"query($state:[String]){baseHoliday(where:{path:\\\"geographicalInformation.title\\\",comparison:equal,value:$state}){name,discriminator,geographicalInformation{title,localTitle,parent { title      }    }  }}\",\r\n\"variables\":{\"state\":\"Nordrhein-Westfalen\"}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f929aef7-8d06-4206-a7ea-20c09307aadc"},{"name":"condition group","id":"9dda0a8a-2da3-4a8e-8a50-fe738eee8288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) {  geographicalInformation  ( where:[{path:\\\"title\\\",  comparison: equal,  value: $state}        ] ){    title,  holidays    ( where:[     {path:\\\"name\\\",  comparison: contains,  value: \\\"o\\\", connector: and},    {       groupedExpressions:[     {path:\\\"discriminator\\\", comparison: equal,value: \\\"SchoolHolidayEntity\\\",connector: or},     {path:\\\"discriminator\\\", comparison: equal,value: \\\"NormalHolidayEntity\\\",connector: or}    ]         }       ] )   {    name,  discriminator,  startDate,  year  } } }\",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dda0a8a-2da3-4a8e-8a50-fe738eee8288"},{"name":"condition on inner object","id":"6895e869-dc6a-4eeb-8934-ee74731f0ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) {  geographicalInformation   ( where:[{path:\\\"title\\\",     comparison: equal,     value: $state}  ] ){   title,  holidays    ( where:[      {path:\\\"discriminator\\\",     comparison: equal,     value: \\\"SchoolHolidayEntity\\\"}      ] )   {    name,   discriminator,     startDate,     year  } } }\",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6895e869-dc6a-4eeb-8934-ee74731f0ea1"},{"name":"paging","id":"a84e8702-f05c-492f-a314-57bd6e2ca9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"{  geographicalInformation    (skip:5, take: 2, where:{path:\\\"geographicalLocationTypeTitle\\\",  comparison: equal,  value: \\\"City\\\"} )    {    title,  parent{  title    parent{     title    }  }  } }\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a84e8702-f05c-492f-a314-57bd6e2ca9a5"},{"name":"order by","id":"73d7cc25-ae96-42ec-ae2f-44e90e0dc3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"{  geographicalInformation    (orderBy: {path: \\\"parent.title\\\", descending: false}, take: 2, where:{path:\\\"geographicalLocationTypeTitle\\\",  comparison: equal,  value: \\\"City\\\"} )    {    title,  parent{  title    parent{     title    }  }  } }\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"73d7cc25-ae96-42ec-ae2f-44e90e0dc3c1"}],"id":"5f849ac2-2d8b-43f7-95fd-161c797b05de","_postman_id":"5f849ac2-2d8b-43f7-95fd-161c797b05de","description":""},{"name":"Holiday","item":[{"name":"Holiday","id":"b4b110dd-0a97-461a-bf66-448c2cbe21a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) {  baseHoliday  ( where:{path:\\\"geographicalInformation.title\\\",  comparison: equal,  value: $state} ){  name,  discriminator,  startDate,  year,  geographicalInformation{  title,  localTitle,  parent{  title  }  } } } \",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4b110dd-0a97-461a-bf66-448c2cbe21a6"},{"name":"Normal holiday","id":"a32753da-f51c-4034-bc3b-4f44f9e5796a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) {  normalHoliday  ( where:{path:\\\"geographicalInformation.title\\\",  comparison: equal,  value: $state} ){  name,  discriminator,  startDate,  year,  geographicalInformation{  title,  localTitle,  parent{  title  }  } } }\",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a32753da-f51c-4034-bc3b-4f44f9e5796a"},{"name":"School holiday","id":"5a0411ce-9024-4e7f-8d0a-cc9cef5c0faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"query ($state: [String]) {  schoolHoliday  ( where:{path:\\\"geographicalInformation.title\\\",  comparison: equal,  value: $state} ){  name,  discriminator,  startDate,  year,  geographicalInformation{  title,  localTitle,  parent{  title  }  } } }\",\"variables\":{\"state\":\"Nordrhein-Westfalen\"}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a0411ce-9024-4e7f-8d0a-cc9cef5c0faa"}],"id":"013ff747-8a78-424c-b759-553037cbca16","_postman_id":"013ff747-8a78-424c-b759-553037cbca16","description":""},{"name":"Geomand Event Category(Aggregate)","item":[{"name":"Geomand Event Category","id":"9e814bcf-4d8a-4d3a-8b22-c9d4c15ff19b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"query\":\"query{\\n    geomandEventCategory{\\n        key\\n        name\\n        level\\n    }\\n}\",\"variables\":{}}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e814bcf-4d8a-4d3a-8b22-c9d4c15ff19b"},{"name":"Geomand Event Category Mapping","id":"dc384995-ea08-4b15-b7fe-bf070939e988","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"query\":\"{\\n  geomandEventCategoryMapping {\\n    key\\n    name\\n    eventResource {\\n      key\\n      url\\n    }\\n    geomandEventCategory {\\n      key\\n      level\\n      name\\n    }\\n  }\\n}\\n\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc384995-ea08-4b15-b7fe-bf070939e988"}],"id":"cf4509aa-fdf2-42c0-8cef-e717971ac7d9","_postman_id":"cf4509aa-fdf2-42c0-8cef-e717971ac7d9","description":""},{"name":"Geographical information","id":"ef4be763-4145-481b-93fe-4f1100efc642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"{  geographicalInformation    ( take: 5, where:{path:\\\"geographicalLocationTypeTitle\\\",  comparison: equal,  value: \\\"City\\\"} )    {    title,   parent{  title    parent{     title    }  }  } }\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef4be763-4145-481b-93fe-4f1100efc642"},{"name":"GeographicalSample","id":"718e7cdf-35df-4e5e-abb0-e1a2fd5d778d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"{\\n\\tgeographicalInformation(\\n\\t\\twhere: [\\n\\t\\t\\t{\\n\\t\\t\\t\\tgroupedExpressions: [\\n\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\tpath: \\\"geographicalLocationTypeTitle\\\"\\n\\t\\t\\t\\t\\t\\tcomparison: equal\\n\\t\\t\\t\\t\\t\\tvalue: \\\"Town\\\"\\n\\t\\t\\t\\t\\t\\tconnector: and\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t{ path: \\\"title\\\", comparison: equal, value: \\\"Berlin\\\" }\\n\\t\\t\\t\\t]\\n\\t\\t\\t}\\n\\t\\t]\\n\\t) {\\n\\t\\ttitle\\n\\t\\tgeographicalLocationTypeTitle\\n\\t\\tparent {\\n\\t\\t\\ttitle\\n\\t\\t\\tgeographicalLocationTypeTitle\\n\\t\\t\\tparent {\\n\\t\\t\\t\\tgeographicalLocationTypeTitle\\n\\t\\t\\t\\ttitle\\n\\t\\t\\t\\tparent {\\n\\t\\t\\t\\t\\tgeographicalLocationTypeTitle\\n\\t\\t\\t\\t\\ttitle\\n\\t\\t\\t\\t\\tparent {\\n\\t\\t\\t\\t\\t\\tgeographicalLocationTypeTitle\\n\\t\\t\\t\\t\\t\\ttitle\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"718e7cdf-35df-4e5e-abb0-e1a2fd5d778d"},{"name":"Weather","id":"053b2960-406b-40f1-af4a-f15777889ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"DNT","value":"1"},{"key":"Origin","value":"http://api.geomand.com"}],"body":{"mode":"raw","raw":"{\"query\":\"{\\n geographicalInformation\\n ( where:[{\\n groupedExpressions: [\\n {path: \\\"geographicalLocationTypeTitle\\\", comparison: equal, value: \\\"Town\\\", connector: and},\\n {path: \\\"title\\\", comparison: equal, value: \\\"Berlin\\\"}\\n ]\\n }]\\n )\\n {\\n \\n title,\\n parent{\\n title\\n parent{\\n title\\n }\\n }\\n weathers{\\n \\n main\\n feelsLike\\n humidity\\n humidityUnit\\n utcDateTime\\n }\\n }\\n}\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"053b2960-406b-40f1-af4a-f15777889ead"},{"name":"EventInformation","id":"6288c194-cf67-4511-a1ee-5e59111cc8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"},{"key":"DNT","value":"1","type":"text"},{"key":"Origin","value":"http://api.geomand.com","type":"text"}],"body":{"mode":"raw","raw":"{\"query\":\"{  eventInformation    ( take: 5 )    {    title,utcStartDate,utcEndDate,key,performerName,eventIdentifier,localStartDate,localEndDate  } }\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6288c194-cf67-4511-a1ee-5e59111cc8d8"},{"name":"EventResource","id":"3b3ded49-7dbc-4d39-894a-adca7e852434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"},{"key":"DNT","value":"1","type":"text"},{"key":"Origin","value":"http://api.geomand.com","type":"text"}],"body":{"mode":"raw","raw":"{\"query\":\"{  eventResource    ( take: 5 )    {    url,scrapEndDate,version,periodInDays  } }\"}"},"url":"https://graph.geomand.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["graph","geomand","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b3ded49-7dbc-4d39-894a-adca7e852434"}]}