API Entities

Sample eSpatial API Entities

 

NOTE: This is an Enterprise Feature, it is only available for users who have purchased our Complete Solution Plan.

Entities

Sample Feature Entity as key-value pairs

{
   "Company": "New Company 1",
   "Address": "101 5th St N",
   "City": "Clanton",
   "County": "Chilton",
   "State": "Alabama",
   "ZIP": 35045,
   "Phone": "205-755-4137",
   "Email": "some@company.com",
   "Web": "www.company.com",
   "Status": "Opportunity",
   "Value": 2500,
   "Probability": 75,
   "Owner_Name": "John Doe",
   "Invoiced": "Yes",
   "Area": "Southeast",
   "LinkedIn": "www.linkedin.com/pub/dir/SOME-COMPANY",
   "Notes": "TEST_CREATE"
}

Criteria

{ 
   "$type":"Equal",
   "attr":"COMPANY",
   "value":"Mills Insurance"
}
{ 
   $type:"GreaterEqual",
   attr:"id",
   value: 1001
}
{ 
   $type:"LessEqual",
   attr:"id",
   value: 1001
}
{ 
   $type:"StartsWith",
   attr:"title",
   value:"TeSt WoRkSpAce"
}
{ 
   $type:"Like",
   attr:"title",
   value:"Abc"
}