{ "opencollection": "1.0.0", "info": { "name": "DigitalCommunity API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AzureStorage", "type": "folder" }, "items": [ { "info": { "name": "GET /api/AzureStorage/GetRegulationDeclarationDocuments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/AzureStorage/GetRegulationDeclarationDocuments" } }, { "info": { "name": "DELETE /api/AzureStorage/DeleteRegulationDeclarationDocuments", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/AzureStorage/DeleteRegulationDeclarationDocuments", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /api/AzureStorage/StoreRegulationDeclarationDocument", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/AzureStorage/StoreRegulationDeclarationDocument", "params": [ { "name": "RowKey", "value": "", "type": "query" }, { "name": "SchemeId", "value": "", "type": "query" }, { "name": "StorageUrl", "value": "", "type": "query" }, { "name": "SharepointPath", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/AzureStorage/UploadFile", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/AzureStorage/UploadFile", "params": [ { "name": "containerName", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /api/AzureStorage/DownloadFile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/AzureStorage/DownloadFile", "params": [ { "name": "fileUrl", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/AzureStorage/DeleteLogData", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/AzureStorage/DeleteLogData", "params": [ { "name": "tableName", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] } } ] }, { "info": { "name": "OlaMerchantPost", "type": "folder" }, "items": [ { "info": { "name": "POST /api/OlaMerchantPost", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/OlaMerchantPost" } } ] }, { "info": { "name": "Payment", "type": "folder" }, "items": [ { "info": { "name": "GET /api/Payment/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Payment/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/Payment/{id}/reference/{reference}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Payment/:id/reference/:reference", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "reference", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /api/Payment/update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/Payment/update", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "GET /api/Profile/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Profile/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "Regulation", "type": "folder" }, "items": [ { "info": { "name": "GET /api/Regulation/{schemeNumber}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Regulation/:schemeNumber", "params": [ { "name": "schemeNumber", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/Regulation/Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Regulation/Subscriptions", "params": [ { "name": "regulationSchemeId", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /api/Regulation/PaymentInformation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/Regulation/PaymentInformation", "params": [ { "name": "regulationSchemeId", "value": "", "type": "query" } ] } } ] }, { "info": { "name": "SurveyWriter", "type": "folder" }, "items": [ { "info": { "name": "GET /api/SurveyWriter/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/SurveyWriter/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "POST /token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/token", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }