PostmanApi

Get a postman collection of all visible Api (Get the [POSTMAN](http://www.getpostman.com) chrome extension)

get

Get a postman collection of all visible api

Responses
200

OK

get
GET /api/v1/PostmanApi/GetPostmanCollection HTTP/1.1
Host: www.nexportcampus.com
Accept: */*
{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "text",
  "timestamp": 1,
  "requests": [
    {
      "id": "text",
      "headers": "text",
      "url": "text",
      "pathVariables": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      },
      "method": "text",
      "data": "text",
      "dataMode": "text",
      "name": "text",
      "description": "text",
      "descriptionFormat": "text",
      "time": 1,
      "version": "text",
      "responses": [
        "text"
      ],
      "collectionId": "00000000-0000-0000-0000-000000000000",
      "synced": true,
      "folder": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "synced": true,
  "folders": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "name": "text",
      "description": "text",
      "order": [
        "text"
      ],
      "collectionName": "text",
      "collectionId": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "description": "text",
  "order": [
    "text"
  ]
}