sfomuseum.collection.subcategories.getInfo
Description
Return information about a collection subcategory in the SFO Museum Aviation Collection. Try this method in the API Explorer.
HTTP Request method
GET
Arguments
- access_token (
string) — A valid OAuth2 access token (required) - format (
string) — The format in which to return the data. Supported formats are json, jsonp. The default format is json. - subcategory_id (
int64) — A valid SFO Museum Aviation Collection collection subcategory ID (required)
Errors
This API method does not define any custom error codes. For the list of error codes common to all API methods please consult the default error codes documentation.
Example request — or take this API method for a spin
curl -X GET 'https://api.sfomuseum.org/rest/?method=sfomuseum.collection.subcategories.getInfo&access_token=<TOKEN>&subcategory_id=<SUBCATEGORY_ID>'