get_asset
Function name
get_asset
Service description
This function returns information about an asset.
Input parameters:
- keycode (string)
- imageID (integer)
Function output:
- imageID (integer)
- taxonName (string)
- taxonType (string)
- imageFileName (string)
- thumbnailFileName (string)
- downloadFileName (string)
- shortCaption (string) [base64 encoded]
- longCaption (string) [base64 encoded]
- collectionID (integer)
- collectionName (string) [base64 encoded]
- collection_copyright (string) [base64 encoded]
- cover_copyright (string) [base64 encoded]
- blockID (integer)
- childID (integer)
- namebankID (integer)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php
get_other_assets
Function name
get_other_assets
Service description
This function returns information about other (except the one indicated in the call with imageID) assets from a collection.
Input parameters:
- keycode (string)
- collectionID (integer)
- taxonName (string)
- imageID (integer)
Function output:
- imageID (integer)
- taxonName (string)
- taxonType (string)
- imageFileName (string)
- thumbnailFileName (string)
- downloadFileName (string)
- shortCaption (string) [base64 encoded]
- longCaption (string) [base64 encoded]
- collectionID (integer)
- collectionName (string) [base64 encoded]
- collection_copyright (string) [base64 encoded]
- cover_copyright (string) [base64 encoded]
- blockID (integer)
- childID (integer)
- namebankID (integer)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php
get_other_collection_assets
Function name
get_other_collection_assets
Service description
This function returns information about assets from other collections.
Input parameters:
- keycode (string)
- collectionID (integer)
- taxonName (string)
- imageID (integer)
Function output:
- imageID (integer)
- taxonName (string)
- taxonType (string)
- imageFileName (string)
- thumbnailFileName (string)
- downloadFileName (string)
- shortCaption (string) [base64 encoded]
- longCaption (string) [base64 encoded]
- collectionID (integer)
- collectionName (string) [base64 encoded]
- collection_copyright (string) [base64 encoded]
- cover_copyright (string) [base64 encoded]
- blockID (integer)
- childID (integer)
- namebankID (integer)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php
get_assets_by_taxonname
Function name
get_assets_by_taxonname
Service description
This function returns information about an assets of a taxon.
Input parameters:
- keycode (string)
- taxonName (string)
Function output:
- imageID (integer)
- taxonName (string)
- taxonType (string)
- imageFileName (string)
- thumbnailFileName (string)
- downloadFileName (string)
- shortCaption (string) [base64 encoded]
- longCaption (string) [base64 encoded]
- collectionID (integer)
- collectionName (string) [base64 encoded]
- collection_copyright (string) [base64 encoded]
- cover_copyright (string) [base64 encoded]
- blockID (integer)
- childID (integer)
- namebankID (integer)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php
get_assets_by_letter_page
Function name
get_assets_by_letter_page
Service description
This function returns assets by letter and page
Input parameters:
- keycode (string)
- letter (string)
- page (integer)
- columns (integer) [i.e. number of column in which the the assets will be displayed]
- rows (integer) [i.e. number of rows in which the the assets will be displayed]
Function output:
- imageID (integer)
- taxonName (string)
- taxonType (string)
- imageFileName (string)
- thumbnailFileName (string)
- downloadFileName (string)
- shortCaption (string) [base64 encoded]
- longCaption (string) [base64 encoded]
- collectionID (integer)
- collectionName (string) [base64 encoded]
- collection_copyright (string) [base64 encoded]
- cover_copyright (string) [base64 encoded]
- blockID (integer)
- childID (integer)
- namebankID (integer)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php
alphanavigator
Function name
alphanavigator
Service description
This function returns a list of lables (prefixes) and record counts of assets for each label.
Input parameters:
- keycode (string)
- prefix (string)
- levels (integer)
Function output:
- alphalabel (string)
- alphacount (int)
Service URL
http://starcentral.mbl.edu/microscope/SOAPserve/resourceSOAPservices.php