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": "801cf5ca-67f0-4368-81e5-0997e28a0034", "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": "6142fb3e-fa24-45c6-8e00-b2a205ebb33b", "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": "f4ef61ce-a912-469f-b6a2-364da08511a9", "synced": true }, { "$type": "Postman.Models.PostmanRequestGet, CWI", "id": "6142fb3e-fa24-45c6-8e00-b2a205ebb33b", "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": "f4ef61ce-a912-469f-b6a2-364da08511a9", "synced": true } ] }, "synced": true, "folders": { "$type": "System.Collections.Generic.List`1[[Postman.Models.PostmanFolderGet, CWI]], mscorlib", "$values": [ { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "cdf3c3a7-ad3e-4fb3-8f13-db8edfe1094f", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "37f36b90-1a04-487b-8428-de53975f4a6f", "4ef119d6-65ac-44b4-8769-b0a730927768" ] }, "collection_name": "sample string 4", "collection_id": "68d895e4-8a4c-4360-8627-6cc2a1852c9a" }, { "$type": "Postman.Models.PostmanFolderGet, CWI", "id": "cdf3c3a7-ad3e-4fb3-8f13-db8edfe1094f", "name": "sample string 2", "description": "sample string 3", "order": { "$type": "System.Collections.Generic.List`1[[System.Guid, mscorlib]], mscorlib", "$values": [ "37f36b90-1a04-487b-8428-de53975f4a6f", "4ef119d6-65ac-44b4-8769-b0a730927768" ] }, "collection_name": "sample string 4", "collection_id": "68d895e4-8a4c-4360-8627-6cc2a1852c9a" } ] }, "description": "sample string 5" }