My demo for the summit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

158 lines
3.5 KiB

{
"info": {
"_postman_id": "862a425d-2e15-426b-b912-fa2860b557b8",
"name": "Summit API v1.1",
"description": "version=1.1 - An API that gives information about the Red Hat Summit.",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "location",
"description": "Folder for location",
"item": [
{
"name": "Get Next RH Summit Location",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///location",
"description": "Get the location of the next RedHat Summit "
},
"response": [
{
"id": "89409a78-7e8b-44df-a6df-9b4fd7793b65",
"name": "Get Next RH Summit Location",
"originalRequest": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///location"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"type": "text",
"name": "Content-Type"
}
],
"cookie": [],
"body": "{ \"Location\": \"SFO\" }"
}
]
}
]
},
{
"name": "timeframe",
"description": "Folder for timeframe",
"item": [
{
"name": "Get Next RH Summit Timeframe",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///timeframe",
"description": "Get the timeframe of the next RedHat Summit."
},
"response": [
{
"id": "e384f705-0ac9-4102-99e4-d5670f1f794e",
"name": "Get Next RH Summit Timeframe",
"originalRequest": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///timeframe"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"type": "text",
"name": "Content-Type"
}
],
"cookie": [],
"body": "{ \"From\": \"08/05/2018\", \"To\": \"10/05/2018\" }"
}
]
}
]
},
{
"name": "participants",
"description": "Folder for participants",
"item": [
{
"name": "Get all participants",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///participants",
"description": "Get a list of all participants"
},
"response": [
{
"id": "0320da48-c5df-485f-9eb8-e65ef54c9d3a",
"name": "Get all participants",
"originalRequest": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///participants"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"type": "text",
"name": "Content-Type"
}
],
"cookie": [],
"body": "[ \"Mark\", \"Nicolas\" ]"
}
]
}
]
}
],
"event": [
{
"listen": "prerequest",
"script": {
"id": "391f2368-9e96-4bd1-9f9c-5302e74fcf04",
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"id": "076cc377-aa7a-4bf2-8573-486db1b45999",
"type": "text/javascript",
"exec": [
""
]
}
}
]
}