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": "f94de6ab-8d75-400c-9a7a-549c15d0cec6",
"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": "442e2c99-f0f1-4b87-b7ce-23ef957cfa10",
"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": "dca2e4f7-3c10-4dc2-972d-8c1d10c00175",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "442e2c99-f0f1-4b87-b7ce-23ef957cfa10",
"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": "dca2e4f7-3c10-4dc2-972d-8c1d10c00175",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "a66c427a-fe66-47c6-96b4-2b334a3c5700",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"7039131b-fcdb-4542-8577-71fd9a64b282",
"0f574b2d-0156-483b-abab-c41a611abf7a"
]
},
"collection_name": "sample string 4",
"collection_id": "a12b1a5b-ec17-4ce5-8fa1-46d45e583134"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "a66c427a-fe66-47c6-96b4-2b334a3c5700",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"7039131b-fcdb-4542-8577-71fd9a64b282",
"0f574b2d-0156-483b-abab-c41a611abf7a"
]
},
"collection_name": "sample string 4",
"collection_id": "a12b1a5b-ec17-4ce5-8fa1-46d45e583134"
}
]
},
"description": "sample string 5"
}