API to fetch a list of alphanumeric SICaR cards using various search filters. Results are provided in a Dublin-Core-Like format.

Resource URL

http://sicar.beniculturali.it:8080/SIMBA-API/select

Parameters

ParameterDescriptionOptionalDefault
groups SICaR group(s) Identifier(s) (comma separated) True
start resultset pagination: progressive number of the first record to be returned
rows resultset pagination: numbers of results to be returned 10
type SICaR card type {"opere_mobili", "schede_foto", ...} True
orderby_asc_desc results ordering {"ASC", "DESC"} True
orderby field name to be used in ordering {"identifier", "title", ...} True
identifier SICaR resource identifier True
title SICaR resource title True
author SICaR resource author True
creator SICaR resource creator True
description SICaR resource description True
coverage SICaR resource coverage True
subject SICaR resource subject True
publisher SICaR resource publisher True
generic_infos SICaR resource generic information True
start_date SICaR resource start date (yyyymmdd) True
end_date SICaR resource end date (yyyymmdd) True

Example

GET http://sicar.beniculturali.it:8080/SIMBA-API/select?start=0&rows=10&type=opere_mobili&orderby_asc_desc=ASC&orderby=identifier

Request

  None  

Response

  {
    numFound: "7516"
    start: "0"
    rows: "10"
    docs: [10]
    0:  {
            id: "opere_mobili:638"
            provider: "SICaR"
            publisher: "Proprietà Ecclesiastica (Diocesi di Ales - Terralba)"
            resource_url: "http://sicar.beniculturali.it:8080/linker.php?id_group=207&id_alpha=638&sk_type=opere_mobili"
            type: "opere_mobili"
            thesaurus: "http://culturaitalia.it/pico/thesaurus/4.2#arti_visive"
            author: "Maestro di Castelsardo e collaboratori"
            date: "circa 1500 - 1525"
            coverage: "Oristano, Ales- Museo Diocesano di Arte Sacra"
            identifier: ""
            title: "Tre frammenti di predella di retablo."
            type_dcmi: "PhisicalObject"
            creator: "Enrica Pierotti"
            sicar_workgroup_id: "207"
            sicar_workgroup_name: "Oristano - Ales - Museo Diocesiano"
            sicar_workgroup_location: "Sardegna - Oristano"
            sicar_image_name: ""
            sicar_linked_main_image_card: ""
            sicar_external_url: ""
            sicar_external_gis_url: ""
        }
    1: {...}
    2: {...}
    ...
}  

Error Response

    

Resource Information

Rate Limited False
Response Format JSON
Authentication None