Set up - Get your developer API - Free - Limit of X uses per month. If you want to go over that please enter your credit card into your account settings and pick a plan that suits your needs. - Get your API End point
Authentication APIs at Quandis use HTTP Basic Authentication. You will use your Account ID plus your auth token as the password for the HTTP Basic Authentication when calling the API. Using RuleSets Name it /2016-06-01/RuleSet/Create?Name=TestMatrix Create Inputs Columns /2016-06-01/RuleSet/AddInput?RuleSetName=TestMatrix&Name=MinX&Type=MinValue&Weight=10 /2016-06-01/RuleSet/AddInput?RuleSetName=TestMatrix&Name=MaxX&Type=MaxValue&Weight=10 /2016-06-01/RuleSet/AddInput?RuleSetName=TestMatrix&Name=MinY&Type=MinValue&Weight=10 /2016-06-01/RuleSet/AddInput?RuleSetName=TestMatrix&Name=MaxY&Type=MaxValue&Weight=10 Different Types we can accept as Input
Create Outputs /2016-06-01/RuleSet/AddOutput?RuleSetName=TestMatrix&Name=Valid&Type=Boolean Different Types we can emit as Output
Load rules or Load test Data with outputs /2016-06-01/RuleSet/AddRule?Name=TestMatrix&MinX=5&MaxX=5&MinY=20&MaxY=20&Valid=False or /2016-06-01/RuleSet/Train?Name=TestMatrix&MinX=5&MaxX=5&MinY=20&MaxY=20&Valid=False or /2016-06-01/RuleSet/Train?Name=TestMatrix&DataSet={ Json Object } That Json Object should look like: { MinX:5,MaxX:5,MinY:20,MaxY:20,Valid:False ; MinX:33.810585,MaxX:33.814142,MinY:-117.922729,MaxY:-117.916120,Valid:True } Operatrors
List Rules /2016-06-01/RuleSet/List?Name=TestMatrix This will output all the data for the Ruleset Display RuleSet in a grid /2016-06-01/RuleSet/Display?Name=TestMatrix This will output a grid for the ruleset Adjust Rules /2016-06-01/RuleSet/Update?ID=1234&Name=NewName Execute dataset against rules /2016-06-01/RuleSet/Run?Name=TestMatrix&MinX=5&MaxX=5&MinY=20&MaxY=20&Output=Json
|
q-Services >