Skip to content

Instantly share code, notes, and snippets.

View jenmak's full-sized avatar

Jannay Mak jenmak

View GitHub Profile
@jenmak
jenmak / demo-property-rules.json
Last active August 29, 2015 14:09
Demo(2) Instance Config File
[{
"type": "Indication",
"id": 6,
"categories": {
"Identifiers": [
{ "attr": "id_attr", "pretty": "ID" }
],
"Nominal": [
{ "attr": "status_attr", "pretty": "Statuses" }
]
@jenmak
jenmak / CDF-API-Tips.md
Created August 26, 2014 23:58
CDF API Tips

##CDF API Call Tips

/entity/search

q follows SOLR query parameters. q=*:* selects all entities.

Example searches:

  • abl* (trailing wildcard-- cannot begin with *)