미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=viewdumps

(main | viewdumps)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: DataDump
  • 라이선스: GPL-3.0-or-later

지정된 유형, 파일 이름, 타임스탬프로 덤프를 표시합니다.

특정 변수:
Other general parameters are available.
type

지정된 이 유형으로 덤프를 찾습니다.

filename

지정된 파일 이름으로 덤프를 찾습니다.

timestamp

지정된 이 타임스탬프로 덤프를 찾습니다.

유형: 정수
예시:
모든 덤프를 가져오는 방법의 예시입니다.
api.php?action=viewdumps [연습장에서 열기]
This is an example of how to fetch dumps with the specified type of 'xml'.
api.php?action=viewdumps&type=xml [연습장에서 열기]