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": "1ca56a74-aa25-4067-8c3d-b67191ade062",
"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": "d7a1e033-0335-41e4-8977-ea6acaadc9a0",
"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": "0cfc6716-8467-4bc7-a951-d5a3482b4a2b",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "d7a1e033-0335-41e4-8977-ea6acaadc9a0",
"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": "0cfc6716-8467-4bc7-a951-d5a3482b4a2b",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "eff8f748-88f1-464c-9f4a-0a0273a94c20",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"723eb26f-3852-4618-af0e-16651878ecab",
"0be7699b-8beb-40b3-b756-f8e81d8e036d"
]
},
"collection_name": "sample string 4",
"collection_id": "d84fce96-713d-4b46-bec5-de432780b1c5"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "eff8f748-88f1-464c-9f4a-0a0273a94c20",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"723eb26f-3852-4618-af0e-16651878ecab",
"0be7699b-8beb-40b3-b756-f8e81d8e036d"
]
},
"collection_name": "sample string 4",
"collection_id": "d84fce96-713d-4b46-bec5-de432780b1c5"
}
]
},
"description": "sample string 5"
}