API to fetch a list of alphanumeric SICaR cards using various search filters, grouped by card type.

Resource URL

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

Parameters

ParameterDescriptionOptionalDefault
type SICaR card type {"opere_mobili", "schede_foto", ...} True
groups SICaR group(s) Identifier(s) (comma separated) 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_grouped?orderby=&orderby_asc_desc=&groups=286,321,324,301

Request

  None  

Response

  {
    0:  {
        card_type: "cantieri"
        count: "1"
    }
    1:  {
        card_type: "degradi"
        count: "2101"
    }
    2:  {
        card_type: "movimentazioni"
        count: "2223"
    }
    3:  {
        card_type: "opere_mobili"
        count: "2127"
    }
    4:  {
        card_type: "plain_data"
        count: "2425"
    }
    5:  {
        card_type: "schede_edifici"
        count: "132"
    }
    6:  {
        card_type: "schede_foto"
        count: "15454"
    }
}  

Error Response

    

Resource Information

Rate Limited False
Response Format JSON
Authentication None