mt_list_content_data
Retrieve a list of content data from Movable Type sites to enable batch refactoring operations, supporting pagination with limit and offset parameters.
Instructions
コンテンツデータ一覧を取得します
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | サイトID | |
| contentTypeId | Yes | コンテンツタイプID | |
| limit | No | 取得件数(デフォルト: 20) | |
| offset | No | オフセット(デフォルト: 0) |