GET api/PostmanApi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PostmanCollectionGetName | 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": "ec802a8b-f752-427e-93b3-edc9316ca587", "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": "5905f160-def5-4fd7-a0f8-62c85c5279fc", "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": "071e40e6-90d3-4529-b3e6-255a1f9f3b99", "synced": true }, { "$type": "Postman.Models.PostmanRequestGet, CWI", "id": "5905f160-def5-4fd7-a0f8-62c85c5279fc", "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": "071e40e6-90d3-4529-b3e6-255a1f9f3b99", "synced": true } ] }, "synced": true, "folders": { "$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib", "$values": [ { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "55b73116-d549-4d95-be24-c3ac7de896d0", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "61f3f459-f1d9-4482-82a5-a9231aa7cff5", "d82161ce-8500-4a00-b6a0-2b4e6fcacbbc" ] }, "collection_name": "sample string 4", "collection_id": "20fc89fc-3354-4f7b-b4ef-1511e02db4ee" }, { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "55b73116-d549-4d95-be24-c3ac7de896d0", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "61f3f459-f1d9-4482-82a5-a9231aa7cff5", "d82161ce-8500-4a00-b6a0-2b4e6fcacbbc" ] }, "collection_name": "sample string 4", "collection_id": "20fc89fc-3354-4f7b-b4ef-1511e02db4ee" } ] }, "description": "sample string 5" }