v3.0.0+
Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
API module "browsebyproperty"
From Linux Web Expert
browsebyproperty | |
---|---|
Allows to fetch information about a property or a list of properties | |
Keywords | |
Further Information | |
Provided by: | Semantic MediaWiki |
Deprecated: | true |
Added: | 2.4.0 |
Removed: | still available |
This module is deprecated1 and may be removed in a future release of Semantic MediaWiki! Please use API-module "smwbrowse"Allows to search for properties, categories and concepts instead.
The "browsebyproperty" API module allows you to to fetch a list of available properties or search for an individual property via action "browsebyproperty" (?action=browsebyproperty
) against Semantic MediaWiki using the MediaWiki API and get results back serialized in one of the supported formats. This module is the equivalent to special page "Properties"No description was provided. and similar to API-module "smwbrowse"Allows to search for properties, categories and concepts. It was introduced with Semantic MediaWiki 2.4.0Released on an unknown date unknown versions of MediaWiki2 and deprecated with Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki1.
The module supports one parameter:
- "
property
": The title of the property to be queried
Examples
- single property
../api.php?action=browsebyproperty&property=Modification_date
- → run example
- list of properties
../api.php?action=browsebysubject&subject=Help:SMW_-_Number_of_downloads&subobject=SFS-2012-10
- → run example