API version v1.0
API to retrieve the SICaR active workgroups.
http://sicar.beniculturali.it:8080/SIMBA-API/workgroups
| Parameter | Description | Optional | Default |
|---|---|---|---|
| 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 | |
| card_type | show info only for a specific SICaR card type {"opere_mobili", "schede_foto", ...} | True |
| GET | http://sicar.beniculturali.it:8080/SIMBA-API/workgroups |
None
{
Toscana: {
Pisa: [40]
0: {
group_id: "1"
group_name: "Pisa - Duomo - Abside"
num_records: "449"
enabled: true
public: "1"
}
1: {...}
...
}
| Rate Limited | False |
| Response Format | JSON |
| Authentication | None |