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": "719691ef-1031-4154-a1c4-972f4b2ce19d",
"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": "a6664cbe-1dcb-4d00-b2c0-b2e86b889926",
"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": "53e9294f-230a-4806-acb7-b9d29c057022",
"synced": true
},
{
"$type": "Postman.Models.PostmanRequestGet, CWI",
"id": "a6664cbe-1dcb-4d00-b2c0-b2e86b889926",
"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": "53e9294f-230a-4806-acb7-b9d29c057022",
"synced": true
}
]
},
"synced": true,
"folders": {
"$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib",
"$values": [
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "aaae3acc-6519-46f7-9ffa-58c0437e5754",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"b3783d7d-ffbd-4ef0-b2bd-050a24d24678",
"0c4c80f4-cf7f-4496-908c-ed3a7ae0a230"
]
},
"collection_name": "sample string 4",
"collection_id": "5ec36592-e0fb-474d-883e-13849e953bef"
},
{
"$type": "Postman.Models.PostmanFolderGet, CWI",
"id": "aaae3acc-6519-46f7-9ffa-58c0437e5754",
"name": "sample string 2",
"description": "sample string 3",
"order": {
"$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib",
"$values": [
"b3783d7d-ffbd-4ef0-b2bd-050a24d24678",
"0c4c80f4-cf7f-4496-908c-ed3a7ae0a230"
]
},
"collection_name": "sample string 4",
"collection_id": "5ec36592-e0fb-474d-883e-13849e953bef"
}
]
},
"description": "sample string 5"
}