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": "f3e5b532-1cad-4c43-b393-0cf92ca10f91",
"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": "9e6c5e45-2b67-4584-a60c-7ac3d44081e6",
"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": "fc16bd11-d5b5-4a06-a306-124fc310f99b",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "9e6c5e45-2b67-4584-a60c-7ac3d44081e6",
"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": "fc16bd11-d5b5-4a06-a306-124fc310f99b",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "8a9b2407-5687-4050-8ad0-9abab1f5d776",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"1c5a2a9a-48fd-40ae-b756-66b51d2c88e8",
"7f926f35-9c37-4ed6-85bf-f209a37c7e11"
]
},
"collection_name": "sample string 4",
"collection_id": "ac7a0e2e-3b0e-44b8-a177-d7a81a69eb18"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "8a9b2407-5687-4050-8ad0-9abab1f5d776",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"1c5a2a9a-48fd-40ae-b756-66b51d2c88e8",
"7f926f35-9c37-4ed6-85bf-f209a37c7e11"
]
},
"collection_name": "sample string 4",
"collection_id": "ac7a0e2e-3b0e-44b8-a177-d7a81a69eb18"
}
]
},
"description": "sample string 5"
}