GET api/PostmanApi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PostmanCollectionGet| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| timestamp | integer |
None. |
|
| requests | Collection of PostmanRequestGet |
None. |
|
| synced | boolean |
None. |
|
| folders | Collection of PostmanFolderGet |
None. |
|
| description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "8b2b1622-e768-479f-9596-394340a15c1e",
"name": "sample string 2",
"timestamp": 3,
"requests": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanRequestGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "b49651e1-0ed9-438f-b074-7d2c11589d47",
"headers": "sample string 2",
"url": "sample string 3",
"pathVariables": {
"$type": "System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.String, mscorlib]], mscorlib",
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"method": "sample string 4",
"data": "sample string 5",
"dataMode": "sample string 6",
"name": "sample string 7",
"description": "sample string 8",
"descriptionFormat": "sample string 9",
"time": 10,
"version": "sample string 11",
"responses": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"sample string 1",
"sample string 2"
]
},
"collection-id": "f01001dd-ab5a-44a3-a715-460bdda448f6",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "b49651e1-0ed9-438f-b074-7d2c11589d47",
"headers": "sample string 2",
"url": "sample string 3",
"pathVariables": {
"$type": "System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.String, mscorlib]], mscorlib",
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"method": "sample string 4",
"data": "sample string 5",
"dataMode": "sample string 6",
"name": "sample string 7",
"description": "sample string 8",
"descriptionFormat": "sample string 9",
"time": 10,
"version": "sample string 11",
"responses": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"sample string 1",
"sample string 2"
]
},
"collection-id": "f01001dd-ab5a-44a3-a715-460bdda448f6",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "b47ca5cf-6412-495e-bd37-1b5fbf9cc3d6",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"510233e1-4a07-446d-96f7-70a610cbdf7c",
"cf47e85e-6dec-46cf-b9df-2f7e0d0cdfc8"
]
},
"collection_name": "sample string 4",
"collection_id": "05d4176b-c8ef-4d50-b1d5-e85b0f92d609"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "b47ca5cf-6412-495e-bd37-1b5fbf9cc3d6",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"510233e1-4a07-446d-96f7-70a610cbdf7c",
"cf47e85e-6dec-46cf-b9df-2f7e0d0cdfc8"
]
},
"collection_name": "sample string 4",
"collection_id": "05d4176b-c8ef-4d50-b1d5-e85b0f92d609"
}
]
},
"description": "sample string 5"
}