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": "250c1004-5728-4c14-9cc7-abc072ed64d1", "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": "7c2a4aa5-01dd-46e7-909b-84bc47d5fe52", "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": "5b8dbae7-3f8c-4b18-8f93-a7fd39edb7e0", "synced": true }, { "$type": "Postman.Models.PostmanRequestGet, CWI", "id": "7c2a4aa5-01dd-46e7-909b-84bc47d5fe52", "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": "5b8dbae7-3f8c-4b18-8f93-a7fd39edb7e0", "synced": true } ] }, "synced": true, "folders": { "$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib", "$values": [ { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "268d88ce-bca0-4ca9-8f02-3f162f396662", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "0831e579-b8c1-40f0-b91c-0eb17c57c89c", "cb30b2c3-d266-4842-86f4-a518edd273ee" ] }, "collection_name": "sample string 4", "collection_id": "7b43e66c-78ce-4289-98c6-b42dff8471b1" }, { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "268d88ce-bca0-4ca9-8f02-3f162f396662", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "0831e579-b8c1-40f0-b91c-0eb17c57c89c", "cb30b2c3-d266-4842-86f4-a518edd273ee" ] }, "collection_name": "sample string 4", "collection_id": "7b43e66c-78ce-4289-98c6-b42dff8471b1" } ] }, "description": "sample string 5" }