Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/Applications
[ { "Id": 0, "Key": "string", "Name": "string", "Description": "string", "Url": "string", "CmsUrl": "string", "SalesUrl": "string", "SenderEmailAddress": "string", "HostClientId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UrlMatch": "string", "ParentId": 0, "ImageKey": "string", "ProductUrl": "string", "Client": { … } } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/Countries
[ { "Id": 0, "Code": "string", "DefaultName": "string", "PhoneAreaCode": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/Currencies
[ { "Id": 0, "Code": "string", "DefaultName": "string", "ExchangeRate": 0, "DefaultPrefix": "string", "DefaultSuffix": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/Files
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "TypeId": 0, "DefaultPixelWidth": 0, "DefaultPixelHeight": 0, "DefaultMaxSize": 0, "DefaultThumbnailPixelWidth": 0, "DefaultThumbnailPixelHeight": 0, "DefaultThumbnailMaxSize": 0, "IsHidden": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ], "Type": { … } } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/FileTypes
[ { "Id": 0, "Extension": "string", "MimeType": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Files": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/SalesAreas
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "DefaultCurrencyId": 0, "DefaultVatCodeId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/SkuStatuses
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/VatCodes
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "Value": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/DeliveryMethods
[ { "Id": 0, "DeliveryServiceId": 0, "DeliveryMethodTypeId": 0, "DefaultName": "string", "DefaultDescription": "string", "DefaultLogoPath": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "DefaultLogoKey": "string", "DeliveryService": { … }, "DeliveryMethodType": { … } } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/PaymentMethods
[ { "Id": 0, "PaymentMethodTypeId": 0, "DefaultName": "string", "DefaultDescription": "string", "LogoPath": "string", "SortOrder": 0, "IsPartialPayment": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "LogoKey": "string" } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/ProductInfoTypeGroups
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/KpiOrders
[ { "Id": 0, "Date": "2019-08-24T14:15:22Z", "ClientId": 0, "ApplicationId": 0, "PaymentServiceId": 0, "PaymentMethodId": 0, "Source": "string", "CurrencyId": 0, "CurrencyRate": 0, "NoOfOrders": 0, "NoOfOrderLines": 0, "CostPurchaseExVAT": 0, "OrderValueExVAT": 0, "OrderValueIncVAT": 0, "Fx": 0, "TotalMargin": 0, "CompanyDiscount": 0, "NoOfAppliedPromotions": 0, "TotalDiscountPromotions": 0 } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/RecurringOrderStatuses
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/RecurringOrderScheduleFrequencies
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/RecurringOrderScheduleMonthlyIntervals
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ https://query.storm.io/Query/2.0/Core/RecurringOrderScheduleMonthlyIntervalValues
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
curl -i -X GET \ 'https://query.storm.io/Query/2.0/Core/GetClientSeed?clientId=0&typeId=0'