##CDF API Call Tips
q follows SOLR query parameters.
q=*:* selects all entities.
Example searches:
- abl* (trailing wildcard-- cannot begin with *)
| [{ | |
| "type": "Indication", | |
| "id": 6, | |
| "categories": { | |
| "Identifiers": [ | |
| { "attr": "id_attr", "pretty": "ID" } | |
| ], | |
| "Nominal": [ | |
| { "attr": "status_attr", "pretty": "Statuses" } | |
| ] |