API version v1.0
API to fetch the list of terms actually used in a vocabulary SICaR field.
http://sicar.beniculturali.it:8080/SIMBA-API/vocabulary
| Parameter | Description | Optional | Default |
|---|---|---|---|
| field | SICaR field name | ||
| type | SICaR card type {"opere_mobili", "schede_foto", ...} | ||
| groups | SICaR group idenfifier(s) (comma separated) | True | |
| groups_visibility | consider only visible groups? {"visible", "invisible"} | True | |
| records_visibility | consider only visible records in groups? {"visible", "invisible"} | True |
| GET | http://sicar.beniculturali.it:8080/SIMBA-API/vocabulary?type=schede_foto&field=author&groups=1 |
None
{
numFound: 11
terms:
{
0: "Agnese Parronchi"
1: "CBC"
2: "E. Africano per CBC"
5: "P. Rizzi per CBC"
6: "Salvatore Siano"
7: "Spampinato Giuliano"
8: "Spampinato Marcello"
}
}
| Rate Limited | False |
| Response Format | JSON |
| Authentication | None |