MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=getrecordmovercount
(main | getrecordmovercount)
- This module requires read rights.
Get the count of records that would be affected by a move operation
Parameters:
- type
Type of record (ratings, shows, collections)
- This parameter is required.
- One value: ratings, shows, collections
- source
Source record identifier (for ratings and shows)
- source_album
Source album (for collections)
- source_catalog
Source catalog (for collections)
Examples:
- Get the count of ratings records for SongName
- api.php?action=getrecordmovercount&type=ratings&source=SongName
- api.php?action=getrecordmovercount&type=collections&source_album=AlbumName&source_catalog=CatalogName