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": "f52e3efe-ac19-4af9-9343-efead1f70ead",
"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": "36156a1c-9b34-4e6f-bdb2-193f2b16a484",
"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": "e94fb7a2-5c3e-4772-a427-fb2dd16998eb",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "36156a1c-9b34-4e6f-bdb2-193f2b16a484",
"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": "e94fb7a2-5c3e-4772-a427-fb2dd16998eb",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "3967905c-89cf-44a8-84e1-df90f888315a",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"e16110c4-02e4-4381-be3b-6296164e1bcf",
"806eb07e-0d21-4bf3-aa6e-3831470fddfe"
]
},
"collection_name": "sample string 4",
"collection_id": "130a3a1d-4e38-4917-95b4-dd5777b72a22"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "3967905c-89cf-44a8-84e1-df90f888315a",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"e16110c4-02e4-4381-be3b-6296164e1bcf",
"806eb07e-0d21-4bf3-aa6e-3831470fddfe"
]
},
"collection_name": "sample string 4",
"collection_id": "130a3a1d-4e38-4917-95b4-dd5777b72a22"
}
]
},
"description": "sample string 5"
}