{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"86063b47-fd9f-04d5-e53d-b116cdbb3cc4","name":"Ingress","description":"Allowed HTTP Requests\r\n-------------\r\n`GET`     : Get single resource or list of resources  \r\n`PUT`     : Update resource  \r\n`POST`    : Create resource  \r\n`PATCH`   : Patch resource  \r\n`DELETE`  : Delete resource\r\n\r\nDescription Of Usual Server Responses\r\n-------------\r\n`200 OK` - The request was successful.  \r\n`201 Created` - The request was successful and a resource was created.  \r\n`204 No Content` - The request was successful but there is no representation to return.  \r\n`400 Bad Request` - The request could not be understood or was missing required parameters.  \r\n`401 Unauthorized` - Authentication failed or user doesn't have permissions for requested operation.  \r\n`403 Forbidden` - Access denied.  \r\n`404 Not Found` - Resource was not found.  \r\n`422 Unprocessable Entity` - The request was well-formed but was unable to be followed due to semantic errors.\r\n\r\nConstants\r\n-------------\r\nDefault  `pagizeSize` = `25`  \r\nMax  `pagizeSize` = `50`  \r\n\r\nRequest Headers\r\n-------------\r\n<table>\r\n  <tr>\r\n    <th>Key</th>\r\n    <th>Value</th>\r\n    <th>Description</th>\r\n  </tr>\r\n  <tr>\r\n    <td>**Content-Type**</td>\r\n    <td>`application/json`; `application/xml`</td>\r\n    <td>Tells to API that the body of the request is in JSON or XML format.</td>\r\n  </tr>\r\n    <tr>\r\n    <td>**Accept**</td>\r\n    <td>`application/json`; `application/xml`</td>\r\n    <td>Tells API to return response in JSON or XML format.</td>\r\n  </tr>\r\n</table>\r\n\r\nResponse Headers\r\n-------------\r\n<table>\r\n  <tr>\r\n    <th>Key</th>\r\n    <th>Example</th>\r\n    <th>Description</th>\r\n  </tr>\r\n   <tr>\r\n    <td>**X-Pagination**</td>\r\n    <td><pre>\r\n    {\r\n    \t\"PreviousPageLink\":null,\r\n    \t\"NextPageLink\":null,\r\n    \t\"TotalCount\":9,\r\n    \t\"PageSize\":25,\r\n    \t\"CurrentPage\":1,\r\n    \t\"TotalPages\":1\r\n    }</pre>\r\n    </td>\r\n    <td>Paging information in a list of objects in JSON format.</td>\r\n  </tr>\r\n  <tr>\r\n    <td>**Cache-Control**</td>\r\n    <td>`public,max-age=600,must-revalidate`</td>\r\n    <td>Tells all caching mechanisms from server to client whether they may cache this object. It is mesuared in seconds.</td>\r\n  </tr>\r\n   <tr>\r\n    <td>**ETag**</td>\r\n    <td>`737060cd8c284d8af7ad3082f209582d`</td>\r\n    <td>An identifier for a specific version of a resource.</td>\r\n  </tr>\r\n   <tr>\r\n    <td>**Date**</td>\r\n    <td>`Sat, 8 Jun 1991 12:50:00 GMT`</td>\r\n    <td>The date/time that the message was sent.</td>\r\n  </tr>\r\n   <tr>\r\n    <td>**Expires**</td>\r\n    <td>`Sat, 8 Jun 1991 13:00:00 GMT`</td>\r\n    <td>Gives the date/time after which response is considered stale.</td>\r\n  </tr>\r\n   <tr>\r\n    <td>**Last-Modified**</td>\r\n    <td>`Sat, 8 Jun 1991 12:50:00 GMT`</td>\r\n    <td>The last modified date for the requested object, in RFC 2822 format.</td>\r\n  </tr>\r\n   <tr>\r\n    <td>**Vary**</td>\r\n    <td>`Accept, Accept-Language, Accept-Encoding`</td>\r\n    <td>Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requestion a fresh one from the origin server.</td>\r\n  </tr>\r\n</table>\r\n\r\nAnother Page Here\r\n======","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"2297944","collectionId":"86063b47-fd9f-04d5-e53d-b116cdbb3cc4","publishedId":"6fYV4Lo","public":true,"publicUrl":"https://docs.markallengroup.com","privateUrl":"https://go.postman.co/documentation/2297944-86063b47-fd9f-04d5-e53d-b116cdbb3cc4","customColor":{"top-bar":"0B0C20","right-sidebar":"2D353C","highlight":"3489DB"},"documentationLayout":"classic-double-column","version":"8.10.0","publishDate":"2017-07-13T14:33:15.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[{"name":"Ingress.template","id":"b17f1b76-9d08-1e9d-4afd-e8465609c8b4","owner":"2297944","values":[{"enabled":true,"key":"domain","value":"http://live.mag-ingress.com","type":"text"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/768118b36f06c94b0306958b980558e6915839447e859fe16906e29d683976f0","favicon":"https://markallengroup.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Ingress.template","value":"2297944-b17f1b76-9d08-1e9d-4afd-e8465609c8b4"}],"canonicalUrl":"https://docs.markallengroup.com/view/metadata/6fYV4Lo"}