Download OpenAPI specification:Download
overwrite_once | integer Enum: 0 1 If specify "1", the API always overwrites an existing file with the uploaded file. This parameter has been available since Movable Type 6.1.2 |
autoRenameIfExists | integer Default: 0 Enum: 0 1 If this value is "1" and a file with the same filename exists, the uploaded file is automatically renamed to a random generated name. Default is "0". |
autoRenameNonAscii | integer Enum: 0 1 If this value is "1", the filename is renamed non-ascii filename automatically |
file | string <binary> Actual file data |
normalizeOrientation | integer Default: 1 Enum: 0 1 If this value is "1" and the uploaded file has orientation information in Exif data, this file's orientation is automatically normalized. Default is "1". |
path | string The upload destination. You can specify the path to the under the site path. |
site_id | integer The site ID. |
{- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "label" The comma separated field name list to search. Default: label |
limit | integer Default: "10" Maximum number of assets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
class | string The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas. |
sortBy | string Default: "created_on" Enum: "file_name" "created_by" "created_on" file_nameSort by the filename of each asset. created_bySort by the ID of user who created each asset. created_on(default) Sort by the created time of each asset. Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn assets in descending order. ascendReturn assets in ascending order. Default: descend |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
relatedAssets | integer Enum: 0 1 If you want to retrieve related assets (e.g. thumbnail, popup html) that generated by original asset, you should specify this parameter as true. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
This endpoint is marked as deprecated in v2.0.
Upload single file to specific site.
site_id required | integer |
autoRenameIfExists | integer Enum: 0 1 If this value is "1" and the file with the same filename exists, the uploaded file is automatically renamed to the random generated name. Default is "0". |
file | string <binary> The actual file data |
normalizeOrientation | integer Enum: 0 1 If this value is "1" and the uploaded file has a orientation information in Exif, this file's orientation is automatically normalized. Default is "1". |
path | string The upload destination. You can specify the path to the under the site path. |
{- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
site_id required | integer |
asset_id required | integer |
{- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
site_id required | integer |
asset_id required | integer |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
site_id required | integer |
asset_id required | integer |
object (asset_updatable) |
{- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
site_id required | integer |
asset_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of entries to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "authored_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: authored_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn entries in descending order. ascendReturn entries in ascending order. Default: descend |
fields | string The field list to retrieve as part of the entry resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of entries to include to result. |
excludeIds | string The comma separated ID list of entries to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container entry's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the entries resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
asset_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of pages to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "modified_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: modified_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn pages in descending order. ascendReturn pages in ascending order. Default: descend |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of pages to include to result. |
excludeIds | string The comma separated ID list of pages to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container page's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the pages resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the pages resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
This endpoint requires one of parameter 'width' or 'height' or 'scale' Also, cannot use these parameters at same time.
site_id required | integer |
asset_id required | integer |
width | integer The width of the thumbnail to generate. If this is the only parameter specified then the thumbnail's width will be scaled proportionally to the height. When a value longer than the original image is specified, it will be ignored. |
height | integer The height of the thumbnail to generate. If this is the only parameter specified then the thumbnail's height will be scaled proportionally to the width. When both of height and width are specified, the longer side of the original image will be processed, and the lesser side will be scaled proportionally. |
scale | string The percentage by which to reduce or increase the size of the current asset. |
square | integer Enum: 0 1 If set to "1" then the thumbnail generated will be square, where the length of each side of the square will be equal to the shortest side of the image. |
{- "height": 0,
- "url": "string",
- "width": 0
}
site_id required | integer |
entry_id required | integer |
limit | integer Default: "10" Maximum number of assets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
class | string The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas. |
sortBy | string Default: "created_on" Enum: "file_name" "created_by" "created_on" file_nameSort by the filename of each asset. created_bySort by the ID of user who created each asset. created_on(default) Sort by the created time of each asset. Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn assets in descending order. ascendReturn assets in ascending order. Default: descend |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
site_id required | integer |
page_id required | integer |
limit | integer Default: "10" Maximum number of assets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
class | string The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas. |
sortBy | string Default: "created_on" Enum: "file_name" "created_by" "created_on" file_nameSort by the filename of each asset. created_bySort by the ID of user who created each asset. created_on(default) Sort by the created time of each asset. Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn assets in descending order. ascendReturn assets in ascending order. Default: descend |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Invalidate current session. This is like logout. All access tokens related to that session are invalidated too.
Authorization is required. but if there is an effective session, user can revoke by the following methods.
In the case of a web browser, can be authorized by httponly-cookie.
In the case of other than a browser, can be authorized by sending a sessionId that is retrieved via authentication endpoints in MTAuth request header.
MTAuth sessionId={retrieved sessionId}
X-MT-Authorization | string Input |
clientId | string This is not required if you specify session id via "X-MT-Authorization" request header. You can create new access token if you have a session id related to this clientId, although you do not have an access token. |
{- "status": "string"
}
Create a new session and access token. This is like sign-in.
clientId | string This is not required if you specify session id via "X-MT-Authorization" request header. You can create new access token if you have a session id related to this clientId, although you do not have an access token. |
mtDataApiLoginMagicToken | string This is not required if you authenticate except via browser. If this parameter is passed and valid the MT will set cookie in order to start a session. |
password | string <password> Your Web Service Password |
remember | integer Enum: 0 1 If true (generally, "1" is specified.), a new session will be created as a persistent session. If you want to specify false, you can pass "" or "0" to this parameter. |
username | string Your Sign-in Name |
{- "accessToken": "string",
- "expiresIn": 0,
- "remember": true,
- "sessionId": "string"
}
Invalidate current access token. This is not logout. If the browser has active session id, new access token can be obtained easily.
Authorization is required.
{- "status": "string"
}
Create new access token related to current session.
In order to create new access token, in the case of a web browser, it is necessary to create session via authentication endpoints beforehand.
In the case of other than a browser, it is necessary to send a sessionId that is retrieved via authentication endpoints in MTAuth request header.
MTAuth sessionId={retrieved sessionId}
X-MT-Authorization | string Input |
clientId | string This is not required if you specify session id via "X-MT-Authorization" request header. You can create new access token if you have a session id related to this clientId, although you do not have an access token. |
{- "accessToken": "string",
- "expiresIn": 0
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of categories to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label" user_customSort order you specified on the Manage Categories screen. created_bySort by the ID of user who created each category. idSort by the ID of each category. basenameSort by the basename of each category. labelSort by the label of each category. Default: user_custom |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn categories in descending order. ascendReturn categories in ascending order. Default: descend |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level categories. New in v2 Default: 0 |
includeIds | string The comma separated ID list of categories to include to result. |
excludeIds | string The comma separated ID list of categories to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authorization is required.
site_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
site_id required | integer |
categories | string Array of category resource that were rearranged. |
[- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
]
site_id required | integer |
category_id required | integer |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
site_id required | integer |
category_id required | integer |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
site_id required | integer |
category_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
site_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. Default: 0 |
includeCurrent | integer Default: 0 Enum: 0 1 1The list does not include current category. 0The list includes current category. Default: 0 |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
category_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of entries to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "authored_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: authored_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn entries in descending order. ascendReturn entries in ascending order. Default: descend |
fields | string The field list to retrieve as part of the entry resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of entries to include to result. |
excludeIds | string The comma separated ID list of entries to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container entry's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the entries resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. Default: 0 |
includeCurrent | integer Default: 0 Enum: 0 1 1The list does not include current category. 0The list includes current category. Default: 0 |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
category_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of categories to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label" user_customSort order you specified on the Manage Categories screen. created_bySort by the ID of user who created each category. idSort by the ID of each category. basenameSort by the basename of each category. labelSort by the label of each category. Default: user_custom |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn categories in descending order. ascendReturn categories in ascending order. Default: descend |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level categories. New in v2 Default: 0 |
includeIds | string The comma separated ID list of categories to include to result. |
excludeIds | string The comma separated ID list of categories to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required.
Create a new category in category set. This endpoint needs following permissions.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Authentication required.
Save hierarchical categories order. This endpoint need folllowing permissions.
This method returns rearranged Categories collection.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
categories | string Array of category resource that were rearranged. |
[- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
]
Authentication required.
Update an existing category. This endpoint need folllowing permissions.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Retrieve a single category by its ID.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Authentication required.
Update an existing category. This endpoint need folllowing permissions.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Retrieve list of child categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of parent categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of sibling categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of categories to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label"
|
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn categories in descending order. ascendReturn categories in ascending order. Default: descend |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level categories. New in v2 |
includeIds | string The comma separated ID list of categories to include to result. |
excludeIds | string The comma separated ID list of categories to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
entry_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of categories to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label" user_customSort order you specified on the Manage Categories screen. created_bySort by the ID of user who created each category. idSort by the ID of each category. basenameSort by the basename of each category. labelSort by the label of each category. Default: user_custom |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn categories in descending order. ascendReturn categories in ascending order. Default: descend |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level categories. New in v2 Default: 0 |
includeIds | string The comma separated ID list of categories to include to result. |
excludeIds | string The comma separated ID list of categories to exclude from result. |
type | string Enum: "primary" "secondary" primaryRetrieve primary category only secondaryRetrieve secondary categories only |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of category set in the specified site. Authentication required if you want retrieve private field in categorySet resource. Required permissions are as follows.
site_id required | integer |
search | string Search query. |
searchFields | string The comma separated field name list to search. |
limit | integer Maximum number of category_sets to retrieve. |
offset | integer 0-indexed offset. |
sortBy | string Default: "name" Enum: "id" "name" "created_on" "modified_on" "content_type_count" The field name for sort. You can specify one of following values.
|
sortOrder | string Enum: "descend" "ascend" descendReturn category_sets in descending order. ascendReturn category_sets in ascending order. |
fields | string The field list to retrieve as part of the category_set resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of category_sets to include to result. |
excludeIds | string The comma separated ID list of category_sets to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "categories": [
- {
- "basename": "string",
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "content_type_count": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication Required
Create a new category set. This endpoint requires following permissions.
Post form data is following
site_id required | integer |
object (category_set_updatable) |
{- "blog": {
- "id": 0
}, - "categories": [
- {
- "basename": "string",
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "content_type_count": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatable": true
}
Authentication required Delete a single category set. This endpoint requires following permissions.
site_id required | integer |
category_set_id required | integer |
{- "blog": {
- "id": 0
}, - "categories": [
- {
- "basename": "string",
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "content_type_count": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatable": true
}
Fetch a single category set. Authentication required if you want retrieve private field in categorySet resource. Required permissions are as follows.
site_id required | integer |
category_set_id required | integer |
fields | string The field list to retrieve as part of the category_set resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "blog": {
- "id": 0
}, - "categories": [
- {
- "basename": "string",
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "content_type_count": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatable": true
}
Authentication required Update single category set. This endpoint requires following permissions.
Cannot update/insert/delete categories by this endpoint. If you want to manage categories in category set, please use Categories API.
site_id required | integer |
category_set_id required | integer |
object (category_set_updatable) |
{- "blog": {
- "id": 0
}, - "categories": [
- {
- "basename": "string",
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "content_type_count": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "updatable": true
}
Retrieve list of categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required.
Create a new category in category set. This endpoint needs following permissions.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Authentication required.
Save hierarchical categories order. This endpoint need folllowing permissions.
This method returns rearranged Categories collection.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
categories | string Array of category resource that were rearranged. |
[- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
]
Authentication required.
Update an existing category. This endpoint need folllowing permissions.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Retrieve a single category by its ID.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Authentication required.
Update an existing category. This endpoint need folllowing permissions.
Post form data is following:
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
object (category_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
Retrieve list of child categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of parent categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
maxDepth | integer The depth of retrieving parent categories. |
includeCurrent | integer Default: 0 Enum: 0 1
|
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve list of sibling categories of the specified category set.
site_id required | integer |
category_set_id required | integer |
category_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of categories to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label"
|
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn categories in descending order. ascendReturn categories in ascending order. Default: descend |
fields | string The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level categories. New in v2 |
includeIds | string The comma separated ID list of categories to include to result. |
excludeIds | string The comma separated ID list of categories to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve a list of comments.
Authorization is required to include unpublished comments
site_id required | integer |
limit | integer This is an optional parameter. Maximum number of comments to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
includeIds | string This is an optional parameter. The comma separated ID list of comments to include to result. |
excludeIds | string This is an optional parameter. The comma separated ID list of comments to exclude from result. |
status | string Enum: "Approved" "Pending" "Spam" This is an optional parameter. Filter by status. Approvedcomment_visible is 1 and comment_junk_status is 1. Pendingcomment_visible is 0 and comment_junk_status is 1. Spamcomment_junk_status is -1. |
entryStatus | string Enum: "Draft" "Publish" "Review" "Future" "Spam" This is an optional parameter. Filter by parent entry's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
Delete a comment.
Authorization is required.
site_id required | integer |
comment_id required | integer |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Retrieve a single comment by its ID.
Authorization is required if the comment status is "unpublished". If the comment status is "published", then this method can be called without authorization.
site_id required | integer |
comment_id required | integer |
X-MT-Authorization | string Input |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Update a comment.
Authorization is required.
site_id required | integer |
comment_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Retrieve a list of comments for an entry.
Authorization is required to include unpublished comments
site_id required | integer |
entry_id required | integer |
limit | integer This is an optional parameter. Maximum number of comments to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
Create a new comment on an entry.
Authorization is required.
site_id required | integer |
entry_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Reply to specified comment.
Authorization is required.
site_id required | integer |
entry_id required | integer |
comment_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Retrieve a list of comments for a page.
Authorization is required to include unpublished comments
site_id required | integer |
page_id required | integer |
limit | integer This is an optional parameter. Maximum number of comments to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
Create a new comment on a page.
Authorization is required.
site_id required | integer |
page_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Reply to specified comment.
Authorization is required.
site_id required | integer |
page_id required | integer |
comment_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Retrieves Data API version of the server.
This endpoint has been available since Movable Type 6.2.4.
This endpoint does not need /v3 or something API endpoint version identifier.
You can call like: https://host/path/your-mt-data-api.cgi/version
{- "apiVersion": 0,
- "endpointVersion": "string"
}
Authentication Required Publish content data. This endpoint requires following permissions.
blogId | integer Target site ID. Either blogID or blogIds must be specified. |
blogIds | string The comma separated site ID list. Either blogID or blogIds must be specified. |
ids | string The comma separated content data ID list. You should specifiy this parameter to next call if this endpoint returns âRebuildingâ status and you want to continue to publish. |
startTime | string The string of build start time. You should specifiy this parameter to next call if this endpoint returns âRebuildingâ status and you want to continue to publish. |
{- "restIds": "string",
- "startTime": "string",
- "status": "string"
}
Retrieve list of content data of specified content type in the specified site.
Authentication required if you want to retrieve unpublished content data. Required pemissions are as follows.
site_id required | integer |
content_type_id required | integer |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" This is an optional parameter. Filter by status. Draftcontent_status is 1. Publishcontent_status is 2. Reviewcontent_status is 3. Futurecontent_status is 4. Spamcontent_status is 5. Unpublishcontent_status is 6. |
limit | integer Default: "10" Maximum number of content_data to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "id" Enum: "id" "uniqueID" "authored_on" "created_on" "modified_on" The field name for sort. You can specify one of following values.
|
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn content_data in descending order. ascendReturn content_data in ascending order. Default: descend |
fields | string The field list to retrieve as part of the content_data resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of content_data to include to result. |
excludeIds | string The comma separated ID list of content_data to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
Authentication Required Create a new content data. This endpoint requires following permissions.
Post form data is following
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
object (cd_updatable) |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication required.
Make a preview by specified data. This endpoint requires following permissions.
Post form data is following
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (cd) Updatable fields are basename, data, date, status, unpublishedDate, label |
{- "preview": "string",
- "status": "string"
}
Authentication required.
Delete a single content data. This endpoint requires folllowing permissions.
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Fetch single content data.
Authentication required if you want fetch unpublished content data. Required permissions are as follows.
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
fields | string The field list to retrieve as part of the content_data resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication Required Update a single content data. This endpoint requires folllowing permissions.
Post form data is following:
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
object (cd_updatable) |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication required.
Make a preview by ID. This endpoint requires following permissions.
Post form data is as follows
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (cd) Updatable fields are basename, data, date, status, unpublishedDate, label |
{- "preview": "string",
- "status": "string"
}
Authentication required
Retrieve a list of Content Fields of the specified Content Type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
limit | integer Default: "10" Maximum number of content_fields to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Enum: "name" "dataLabel" "uniqueID" "modified_on" The field name for sort. You can specify one of following values.
|
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn content_fields in descending order. ascendReturn content_fields in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the content_field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of content_fields to include to result. |
excludeIds | string The comma separated ID list of content_fields to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required
Create a new Content Field. This endpoint requires following permission.
Post form data is as follows.
site_id required | integer |
content_type_id required | integer |
object (cf_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required.
Rearranges content field order in specified content type. This endpoint need folllowing permissions.
This method returns rearranged ContentField collection.
Post form data is following:
site_id required | integer |
content_type_id required | integer |
content_fields | string Array of content fields resource that were rearranged. |
[- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
]
Authentication required
Delete content field from specified content type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required
Fetch single content field. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
fields | string The field list to retrieve as part of the content_field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required
Update content field. This endpoint requires following permission.
If you want to update label, description and required, should be use options field. (e.g, {âoptionsâ:{âlabelâ:âfooâ}})
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
object (cf_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required
Retrieve a list of Content Types. This endpoint requires following permission.
site_id required | integer |
limit | integer Default: "10" Maximum number of content_types to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Enum: "name" "dataLabel" "uniqueID" "modified_on" The field name for sort. You can specify one of following values.
|
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn content_types in descending order. ascendReturn content_types in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the content_type resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of content_types to include to result. |
excludeIds | string The comma separated ID list of content_types to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "contentFields": [
- {
- "id": "string",
- "label": "string",
- "type": "string",
- "uniqueID": "string"
}
], - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "dataLabel": "string",
- "description": "string",
- "id": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "uniqueID": "string",
- "updatable": true,
- "userDisplayOption": true
}
], - "totalResults": 0
}
Authentication required
Create a new Content Type. This endpoint requires following permission.
Post form data is as follows.
site_id required | integer |
object (content_type_updatable) |
{- "blog": {
- "id": 0
}, - "contentFields": [
- {
- "id": "string",
- "label": "string",
- "type": "string",
- "uniqueID": "string"
}
], - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "dataLabel": "string",
- "description": "string",
- "id": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "uniqueID": "string",
- "updatable": true,
- "userDisplayOption": true
}
Authentication required
Delete content type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
{- "blog": {
- "id": 0
}, - "contentFields": [
- {
- "id": "string",
- "label": "string",
- "type": "string",
- "uniqueID": "string"
}
], - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "dataLabel": "string",
- "description": "string",
- "id": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "uniqueID": "string",
- "updatable": true,
- "userDisplayOption": true
}
Authentication required
Fetch single content type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
fields | string The field list to retrieve as part of the content_type resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "blog": {
- "id": 0
}, - "contentFields": [
- {
- "id": "string",
- "label": "string",
- "type": "string",
- "uniqueID": "string"
}
], - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "dataLabel": "string",
- "description": "string",
- "id": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "uniqueID": "string",
- "updatable": true,
- "userDisplayOption": true
}
Authentication required
Update content type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
object (content_type_updatable) |
{- "blog": {
- "id": 0
}, - "contentFields": [
- {
- "id": "string",
- "label": "string",
- "type": "string",
- "uniqueID": "string"
}
], - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "dataLabel": "string",
- "description": "string",
- "id": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "uniqueID": "string",
- "updatable": true,
- "userDisplayOption": true
}
Retrieve list of content data of specified content type in the specified site.
Authentication required if you want to retrieve unpublished content data. Required pemissions are as follows.
site_id required | integer |
content_type_id required | integer |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" This is an optional parameter. Filter by status. Draftcontent_status is 1. Publishcontent_status is 2. Reviewcontent_status is 3. Futurecontent_status is 4. Spamcontent_status is 5. Unpublishcontent_status is 6. |
limit | integer Default: "10" Maximum number of content_data to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "id" Enum: "id" "uniqueID" "authored_on" "created_on" "modified_on" The field name for sort. You can specify one of following values.
|
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn content_data in descending order. ascendReturn content_data in ascending order. Default: descend |
fields | string The field list to retrieve as part of the content_data resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of content_data to include to result. |
excludeIds | string The comma separated ID list of content_data to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
Authentication Required Create a new content data. This endpoint requires following permissions.
Post form data is following
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
object (cd_updatable) |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication required.
Make a preview by specified data. This endpoint requires following permissions.
Post form data is following
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (cd) Updatable fields are basename, data, date, status, unpublishedDate, label |
{- "preview": "string",
- "status": "string"
}
Authentication required.
Delete a single content data. This endpoint requires folllowing permissions.
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Fetch single content data.
Authentication required if you want fetch unpublished content data. Required permissions are as follows.
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
fields | string The field list to retrieve as part of the content_data resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication Required Update a single content data. This endpoint requires folllowing permissions.
Post form data is following:
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
object (cd_updatable) |
{- "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "createdDate": "2019-08-24T14:15:22Z",
- "data": {
- "data": "string",
- "id": "string",
- "label": "string",
- "type": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "label": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "permalink": "string",
- "status": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Authentication required.
Make a preview by ID. This endpoint requires following permissions.
Post form data is as follows
Known issues (these will be solved in future release)
site_id required | integer |
content_type_id required | integer |
content_data_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (cd) Updatable fields are basename, data, date, status, unpublishedDate, label |
{- "preview": "string",
- "status": "string"
}
Authentication required
Retrieve a list of Content Fields of the specified Content Type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
limit | integer Default: "10" Maximum number of content_fields to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Enum: "name" "dataLabel" "uniqueID" "modified_on" The field name for sort. You can specify one of following values.
|
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn content_fields in descending order. ascendReturn content_fields in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the content_field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of content_fields to include to result. |
excludeIds | string The comma separated ID list of content_fields to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required
Create a new Content Field. This endpoint requires following permission.
Post form data is as follows.
site_id required | integer |
content_type_id required | integer |
object (cf_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required.
Rearranges content field order in specified content type. This endpoint need folllowing permissions.
This method returns rearranged ContentField collection.
Post form data is following:
site_id required | integer |
content_type_id required | integer |
content_fields | string Array of content fields resource that were rearranged. |
[- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
]
Authentication required
Delete content field from specified content type. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required
Fetch single content field. This endpoint requires following permission.
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
fields | string The field list to retrieve as part of the content_field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
Authentication required
Update content field. This endpoint requires following permission.
If you want to update label, description and required, should be use options field. (e.g, {âoptionsâ:{âlabelâ:âfooâ}})
site_id required | integer |
content_type_id required | integer |
content_field_id required | integer |
object (cf_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "options": {
- "description": "string",
- "display": "string",
- "label": "string",
- "required": "string"
}, - "type": "string",
- "uniqueID": "string",
- "updatable": true
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "name,basename,description,tag" The comma separated field name list to search. Default: name,basename,description,tag |
limit | integer Default: "25" Maximum number of fields to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn fields in descending order. ascendReturn fields in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "basename": "string",
- "blog": {
- "id": 0
}, - "default": "string",
- "description": "string",
- "id": "string",
- "name": "string",
- "options": "string",
- "required": true,
- "showInTheseCategories": [
- {
- "id": "string",
- "label": "string"
}
], - "systemObject": "string",
- "tag": "string",
- "type": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
object (field_updatable) |
{- "basename": "string",
- "blog": {
- "id": 0
}, - "default": "string",
- "description": "string",
- "id": "string",
- "name": "string",
- "options": "string",
- "required": true,
- "showInTheseCategories": [
- {
- "id": "string",
- "label": "string"
}
], - "systemObject": "string",
- "tag": "string",
- "type": "string",
- "updatable": true
}
site_id required | integer |
field_id required | integer |
{- "basename": "string",
- "blog": {
- "id": 0
}, - "default": "string",
- "description": "string",
- "id": "string",
- "name": "string",
- "options": "string",
- "required": true,
- "showInTheseCategories": [
- {
- "id": "string",
- "label": "string"
}
], - "systemObject": "string",
- "tag": "string",
- "type": "string",
- "updatable": true
}
site_id required | integer |
field_id required | integer |
fields | string The field list to retrieve as part of the field resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "basename": "string",
- "blog": {
- "id": 0
}, - "default": "string",
- "description": "string",
- "id": "string",
- "name": "string",
- "options": "string",
- "required": true,
- "showInTheseCategories": [
- {
- "id": "string",
- "label": "string"
}
], - "systemObject": "string",
- "tag": "string",
- "type": "string",
- "updatable": true
}
site_id required | integer |
field_id required | integer |
object (field_updatable) |
{- "basename": "string",
- "blog": {
- "id": 0
}, - "default": "string",
- "description": "string",
- "id": "string",
- "name": "string",
- "options": "string",
- "required": true,
- "showInTheseCategories": [
- {
- "id": "string",
- "label": "string"
}
], - "systemObject": "string",
- "tag": "string",
- "type": "string",
- "updatable": true
}
Retrieve a list of endpoints.
includeComponents | string This is an optional parameter. The comma separated ID list of components (a.k.a plugin) to include to result. |
excludeComponents | string This is an optional parameter. The comma separated ID list of components (a.k.a plugin) to exclude from result. |
{- "items": [
- {
- "component": {
- "id": "string",
- "name": "string"
}, - "format": "string",
- "id": "string",
- "resources": [
- "string"
], - "route": "string",
- "verb": "string",
- "version": "string"
}
], - "totalResults": 0
}
Rebuild the static archives in relation to specified entries.
Authorization is required.
ids | string This is an required parameter. The comma separated ID list of entries to rebuild. |
blogId | integer This is an optional parameter. |
startTime | string This is an optional parameter. |
{- "restIds": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "Rebuilding"
}
site_id required | integer |
asset_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of entries to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "authored_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: authored_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn entries in descending order. ascendReturn entries in ascending order. Default: descend |
fields | string The field list to retrieve as part of the entry resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of entries to include to result. |
excludeIds | string The comma separated ID list of entries to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container entry's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the entries resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
category_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of entries to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "authored_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: authored_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn entries in descending order. ascendReturn entries in ascending order. Default: descend |
fields | string The field list to retrieve as part of the entry resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of entries to include to result. |
excludeIds | string The comma separated ID list of entries to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container entry's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the entries resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
Retrieve a list of entries.
Authorization is required to include unpublished entries.
site_id required | integer |
search | string This is an optional parameter. Search query. |
searchFields | string This is an optional parameter. The comma separated field name list to search. Default is 'title,body,more,keywords,excerpt,basename' |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" This is an optional parameter. Filter by status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
limit | integer This is an optional parameter. Maximum number of entries to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
includeIds | string This is an optional parameter. The comma separated ID list of entries to include to result. |
excludeIds | string This is an optional parameter. The comma separated ID list of entries to exclude from result. |
sortBy | string Enum: "authored_on" "title" "created_on" "modified_on" This is an optional parameter. authored_on(default) Sort by the Published time of each entries. titleSort by the title of each entries. created_onSort by the created time of each entries. modified_onSort by the modified time of each entries. |
sortOrder | string Enum: "descend" "ascend" This is an optional parameter. descend(default) Return entries in descending order. For the date, it means from newest to oldest. ascendReturn entries in ascending order. For the date, it means from oldest to newset. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the Entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the Entries resource. If this parameter is not supplied, no trackbacks will be returned. |
fields | string The field list to retrieve as part of the Entries resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
object (entry_updatable) | |
publish | integer Enum: 0 1 If this value is "0", the entry is not published |
{- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
convert_breaks | string |
default_cat_id | integer |
default_status | string If you set import_type is "import_mt_format", also you can set default entry status. |
encoding | string |
file | string <binary> |
import_as_me | integer Default: 1 Enum: 0 1 0Preserve original user 1Import as me Default: 1 |
import_type | string |
password | string If you choose import_as_me is 0, you must define a default password for those new accounts. |
{- "message": "string",
- "status": "string"
}
site_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (entry) Updatable fields are status, title, body, more, excerpt, keywords, tags, date, basename, customFields, allowComments, allowTrackbacks, format, unpublishedDate |
{- "preview": "string",
- "status": "string"
}
Delete an entry.
Authorization is required.
site_id required | integer |
entry_id required | integer |
{- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
Retrieve a single entry by its ID.
Authorization is required if the entry status is "unpublished". If the entry status is "published", then this method can be called without authorization.
site_id required | integer |
entry_id required | integer |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the Entries resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the Entries resource. If this parameter is not supplied, no trackbacks will be returned. |
fields | string This is an optional parameter. The field list to retrieve as part of the Entries resource. That list should be separated by commma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
entry_id required | integer |
object (entry_updatable) | |
publish | integer Enum: 0 1 If this value is "0", the entry is not published |
{- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
entry_id required | integer |
limit | integer Default: "10" Maximum number of assets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
class | string The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas. |
sortBy | string Default: "created_on" Enum: "file_name" "created_by" "created_on" file_nameSort by the filename of each asset. created_bySort by the ID of user who created each asset. created_on(default) Sort by the created time of each asset. Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn assets in descending order. ascendReturn assets in ascending order. Default: descend |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Retrieve a list of comments for an entry.
Authorization is required to include unpublished comments
site_id required | integer |
entry_id required | integer |
limit | integer This is an optional parameter. Maximum number of comments to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
Create a new comment on an entry.
Authorization is required.
site_id required | integer |
entry_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Reply to specified comment.
Authorization is required.
site_id required | integer |
entry_id required | integer |
comment_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
site_id required | integer |
entry_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (entry) Updatable fields are status, title, body, more, excerpt, keywords, tags, date, basename, customFields, allowComments, allowTrackbacks, format, unpublishedDate |
{- "preview": "string",
- "status": "string"
}
Retrieve a list of trackbacks for an entry.
Authorization is required to include unpublished trackbacks
site_id required | integer |
entry_id required | integer |
limit | integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Authentication required if you want to get private properties.
site_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of folders to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label" user_customSort order you specified on the Manage Folders screen. created_bySort by the ID of creator. idSort by its own ID. basenameSort by the basename of each folders. labelSort by the label of each folders. Default: user_custom |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn folders in descending order. ascendReturn folders in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the folder resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of folders to include to result. |
excludeIds | string The comma separated ID list of folders to exclude from result. |
top | integer Default: 0 Enum: 0 1 If set to 1, retrieves only top level folders. Default: 0 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authorization is required.
site_id required | integer |
object (folder_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
site_id required | integer |
folders | string Array of folder resource that were rearranged. |
[- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
]
site_id required | integer |
folder_id required | integer |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
site_id required | integer |
folder_id required | integer |
fields | string The field list to retrieve as part of the folder resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
site_id required | integer |
folder_id required | integer |
object (folder_updatable) |
{- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
Authentication required if you want to get private properties.
site_id required | integer |
folder_id required | integer |
maxDepth | integer The depth of retrieving child folders. Default: 0 |
includeCurrent | integer Default: 0 Enum: 0 1 1The results includes current folder. 0The results do not include current folder. Default: 0 |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
folder_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of pages to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "modified_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: modified_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn pages in descending order. ascendReturn pages in ascending order. Default: descend |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of pages to include to result. |
excludeIds | string The comma separated ID list of pages to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container page's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the pages resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the pages resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required if you want to get private properties.
site_id required | integer |
folder_id required | integer |
maxDepth | integer The depth of retrieving parent folders. Default: 0 |
includeCurrent | integer Default: 0 Enum: 0 1 1The results includes current folder. 0The results do not include current folder. Default: 0 |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
], - "totalResults": 0
}
Authentication required if you want to get private properties.
site_id required | integer |
folder_id required | integer |
search | string Search query. |
searchFields | string Default: "label,basename" The comma separated field name list to search. Default: label,basename |
limit | integer Default: "10" Maximum number of folders to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "user_custom" Enum: "user_custom" "created_by" "id" "basename" "label" user_customSort order you specified on the Manage Folders screen. created_bySort by the ID of creator. idSort by its own ID. basenameSort by the basename of each folders. labelSort by the label of each folders. Default: user_custom |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn folders in descending order. ascendReturn folders in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the folder resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of folders to include to result. |
excludeIds | string The comma separated ID list of folders to exclude from result. |
top | integer Default: 0 Enum: 0 1 Default: 0 If set to 1, retrieves only top level folders. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "archiveLink": "string",
- "basename": "string",
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "id": 0,
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "path": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "label,text,description" The comma separated field name list to search. Default: label,text,description |
limit | integer Default: "10" Maximum number of formatted_texts to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "created_on" Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn formatted_texts in descending order. ascendReturn formatted_texts in ascending order. Default: descend |
fields | string The field list to retrieve as part of the formatted_text resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of formatted_texts to include to result. |
excludeIds | string The comma separated ID list of formatted_texts to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "text": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
object (formatted_text_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "text": "string",
- "updatable": true
}
site_id required | integer |
formatted_text_id required | integer |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "text": "string",
- "updatable": true
}
site_id required | integer |
formatted_text_id required | integer |
fields | string The field list to retrieve as part of the formatted_text resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "text": "string",
- "updatable": true
}
site_id required | integer |
formatted_text_id required | integer |
object (formatted_text_updatable) |
{- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "label": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "text": "string",
- "updatable": true
}
search | string Search query. |
searchFields | string Default: "name,displayName,description" The comma separated field name list to search. Default: name,displayName,description |
limit | integer Default: "25" Maximum number of groups to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn groups in descending order. ascendReturn groups in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
object (group_updatable) |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
group_id required | integer |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
group_id required | integer |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
group_id required | integer |
object (group_updatable) |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
group_id required | integer |
search | string Search query. |
searchFields | string Default: "name,displayName,description" The comma separated field name list to search. Default: name,displayName,description |
limit | integer Default: "25" Maximum number of groups to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn groups in descending order. ascendReturn groups in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
], - "totalResults": 0
}
group_id required | integer |
object |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
group_id required | integer |
member_id required | integer |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
group_id required | integer |
member_id required | integer |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
group_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "permissions": [
- "string"
], - "role": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
group_id required | integer |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
group_id required | integer |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
user_id required | string |
search | string Search query. |
searchFields | string Default: "name,displayName,description" The comma separated field name list to search. Default: name,displayName,description |
limit | integer Default: "25" Maximum number of groups to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn groups in descending order. ascendReturn groups in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "message,ip" The comma separated field name list to search. Default: message,ip |
limit | integer Default: "25" Maximum number of logs to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "created_on" Enum: "id" "created_on" "blog_id" "author_id" "level" "class"
Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn logs in descending order. ascendReturn logs in ascending order. Default: descend |
fields | string The field list to retrieve as part of the log resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of logs to include to result. |
excludeIds | string The comma separated ID list of logs to exclude from result. |
level | string Enum: "security" "error" "warning" "info" "debug" "security_or_error" "security_or_error_or_warning" "not_debug" "debug_or_error" The comma separated list of level name to filter logs. Available value is foolows.
|
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "by": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "category": "string",
- "class": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": "string",
- "ip": "string",
- "level": "string",
- "message": "string",
- "metadata": "string",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
object (log_updatable) |
{- "blog": {
- "id": 0
}, - "by": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "category": "string",
- "class": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": "string",
- "ip": "string",
- "level": "string",
- "message": "string",
- "metadata": "string",
- "updatable": true
}
site_id required | integer |
log_id required | integer |
{- "blog": {
- "id": 0
}, - "by": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "category": "string",
- "class": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": "string",
- "ip": "string",
- "level": "string",
- "message": "string",
- "metadata": "string",
- "updatable": true
}
site_id required | integer |
log_id required | integer |
fields | string The field list to retrieve as part of the log resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "blog": {
- "id": 0
}, - "by": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "category": "string",
- "class": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": "string",
- "ip": "string",
- "level": "string",
- "message": "string",
- "metadata": "string",
- "updatable": true
}
site_id required | integer |
log_id required | integer |
object (log_updatable) |
{- "blog": {
- "id": 0
}, - "by": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "category": "string",
- "class": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": "string",
- "ip": "string",
- "level": "string",
- "message": "string",
- "metadata": "string",
- "updatable": true
}
site_id required | integer |
asset_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of pages to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "modified_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: modified_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn pages in descending order. ascendReturn pages in ascending order. Default: descend |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of pages to include to result. |
excludeIds | string The comma separated ID list of pages to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container page's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the pages resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the pages resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
folder_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of pages to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "modified_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: modified_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn pages in descending order. ascendReturn pages in ascending order. Default: descend |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of pages to include to result. |
excludeIds | string The comma separated ID list of pages to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container page's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the pages resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the pages resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "title,body,more,keywords,excerpt,basename" The comma separated field name list to search. Default: title,body,more,keywords,excerpt,basename |
limit | integer Default: "10" Maximum number of pages to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "modified_on" Enum: "authored_on" "title" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: modified_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn pages in descending order. ascendReturn pages in ascending order. Default: descend |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of pages to include to result. |
excludeIds | string The comma separated ID list of pages to exclude from result. |
status | string Enum: "Draft" "Publish" "Review" "Future" "Spam" "Unpublish" Filter by container page's status. Draftentry_status is 1. Publishentry_status is 2. Reviewentry_status is 3. Futureentry_status is 4. Spamentry_status is 5. Unpublishentry_status is 6. |
maxComments | integer This is an optional parameter. Maximum number of comments to retrieve as part of the pages resource. If this parameter is not supplied, no comments will be returned. |
maxTrackbacks | integer This is an optional parameter. Maximum number of received trackbacks to retrieve as part of the pages resource. If this parameter is not supplied, no trackbacks will be returned. |
no_text_filter | integer Enum: 0 1 If you want to fetch the raw text, set to '1'. New in v2 |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
object (page_updatable) | |
publish | integer Enum: 0 1 If this value is "0", the entry is not published |
{- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (page) Updatable fields are status, title, body, more, excerpt, keywords, tags, date, basename, format, unpublishedDate, customFields |
{- "preview": "string",
- "status": "string"
}
site_id required | integer |
page_id required | integer |
{- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
page_id required | integer |
fields | string The field list to retrieve as part of the page resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
page_id required | integer |
object (page_updatable) | |
publish | integer Enum: 0 1 If this value is "0", the entry is not published |
{- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "folder": {
- "id": 0,
- "label": "string",
- "parent": "string"
}, - "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
site_id required | integer |
page_id required | integer |
limit | integer Default: "10" Maximum number of assets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
class | string The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas. |
sortBy | string Default: "created_on" Enum: "file_name" "created_by" "created_on" file_nameSort by the filename of each asset. created_bySort by the ID of user who created each asset. created_on(default) Sort by the created time of each asset. Default: created_on |
sortOrder | string Default: "descend" Enum: "descend" "ascend" descendReturn assets in descending order. ascendReturn assets in ascending order. Default: descend |
fields | string The field list to retrieve as part of the asset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Retrieve a list of comments for a page.
Authorization is required to include unpublished comments
site_id required | integer |
page_id required | integer |
limit | integer This is an optional parameter. Maximum number of comments to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
Create a new comment on a page.
Authorization is required.
site_id required | integer |
page_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
Reply to specified comment.
Authorization is required.
site_id required | integer |
page_id required | integer |
comment_id required | integer |
object (comment_updatable) |
{- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
site_id required | integer |
page_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (page) Updatable fields are status, title, body, more, excerpt, keywords, tags, date, basename, format, unpublishedDate, customFields |
{- "preview": "string",
- "status": "string"
}
Retrieve a list of trackbacks for an page.
Authorization is required to include unpublished trackbacks
site_id required | integer |
page_id required | integer |
limit | integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
group_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "permissions": [
- "string"
], - "role": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
group_id required | integer |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
group_id required | integer |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
role_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
site_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
site_id required | integer |
role_id | integer The role ID |
user_id | integer The user ID |
{- "status": "string"
}
site_id required | integer |
role_id | integer The role ID |
user_id | integer The user ID |
{- "status": "string"
}
user_id required | string |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
user_id required | string |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
user_id required | string |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
{- "items": [
- {
- "attributes": [
- "string"
], - "authorLink": "string",
- "authorName": "string",
- "configLink": "string",
- "description": "string",
- "documentLink": "string",
- "icon": "string",
- "id": "string",
- "junkFilters": [
- "string"
], - "name": "string",
- "pluginLink": "string",
- "pluginSet": "string",
- "signature": "string",
- "status": "string",
- "tags": [
- "string"
], - "textFilters": [
- "string"
], - "version": "string"
}
], - "totalResults": 0
}
plugin_id required | string |
{- "attributes": [
- "string"
], - "authorLink": "string",
- "authorName": "string",
- "configLink": "string",
- "description": "string",
- "documentLink": "string",
- "icon": "string",
- "id": "string",
- "junkFilters": [
- "string"
], - "name": "string",
- "pluginLink": "string",
- "pluginSet": "string",
- "signature": "string",
- "status": "string",
- "tags": [
- "string"
], - "textFilters": [
- "string"
], - "version": "string"
}
Authentication Required Publish content data. This endpoint requires following permissions.
blogId | integer Target site ID. Either blogID or blogIds must be specified. |
blogIds | string The comma separated site ID list. Either blogID or blogIds must be specified. |
ids | string The comma separated content data ID list. You should specifiy this parameter to next call if this endpoint returns âRebuildingâ status and you want to continue to publish. |
startTime | string The string of build start time. You should specifiy this parameter to next call if this endpoint returns âRebuildingâ status and you want to continue to publish. |
{- "restIds": "string",
- "startTime": "string",
- "status": "string"
}
Rebuild the static archives in relation to specified entries.
Authorization is required.
ids | string This is an required parameter. The comma separated ID list of entries to rebuild. |
blogId | integer This is an optional parameter. |
startTime | string This is an optional parameter. |
{- "restIds": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "Rebuilding"
}
search | string Search query. |
searchFields | string Default: "name,description" The comma separated field name list to search. Default: name,description |
limit | integer Default: "25" Maximum number of roles to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Enum: "name" "created_by" "modified_by" "created_on" "modified_on" The field name for sort. You can specify one of following values
Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn roles in descending order. ascendReturn roles in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the role resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissions": [
- "string"
], - "updatable": true
}
], - "totalResults": 0
}
object (role_updatable) |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissions": [
- "string"
], - "updatable": true
}
role_id required | integer |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissions": [
- "string"
], - "updatable": true
}
role_id required | integer |
fields | string The field list to retrieve as part of the role resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissions": [
- "string"
], - "updatable": true
}
role_id required | integer |
object (role_updatable) |
{- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissions": [
- "string"
], - "updatable": true
}
role_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
search required | string The search term. You can specify search term, like [foo], [foo AND bar], 'foo NOT bar'. Also, you can specify category filter, like [category:foo], [category:"hoge OR 'foo bar'"] Also, you can specify author filter, like [author:Melody] Also, you can specify Custom Fields filter, like [field:address:akasaka] in this case, address is basename of Custom Fields. akasaka is filter value. |
blog_id | integer The site ID for search. If you want to specify multiple site ID, you must use IncludeBlogs. |
IncludeBlogs | string The list of the site ID that will be included in the search it should be separated by comma. |
ExcludeBlogs | string The list of the site ID will be excluded from the search it should be separated by comma. |
limit | integer Maximum number of entries to retrieve. Default: 20 |
offset | integer 0-indexed offset. Default: 0 |
SearchSortBy | string Enum: "created_on" "title" The sort column for the search results. Available values are as follows. created_onWill sort the entries by the authored on date. titleWill sort the entries by title. |
SearchResultDisplay | string Default: "ascend" Enum: "ascend" "descend" Defines the sort order search results. Available values are as follows. ascendwill list the entries in chronological order (oldest entry at the top) descendwill list the entries in reverse chronological order (newest entry at the top). Default: ascend |
SearchMaxResults | integer Maximum number of entries to retrieve. NOTE: By default, "SearchMaxResults" override is disabled. Default: 20 |
class | string Class name of the object to be searched. Available values are as follows.
|
cdSearch | integer If 1 specified, searching content data only. |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowComments": true,
- "allowTrackbacks": true,
- "assets": [
- {
- "blog": {
- "id": 0
}, - "class": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "description": "string",
- "fileExtension": "string",
- "filePath": "string",
- "filename": "string",
- "id": "string",
- "label": "string",
- "meta": {
- "fileSize": 0,
- "height": 0,
- "width": 0
}, - "mimeType": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": "string",
- "tags": [
- "string"
], - "type": "string",
- "updatable": true,
- "url": "string"
}
], - "author": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}, - "basename": "string",
- "blog": {
- "id": 0
}, - "body": "string",
- "categories": [
- {
- "id": 0,
- "label": "string",
- "parent": "string"
}
], - "class": "string",
- "commentCount": 0,
- "comments": [
- {
- "author": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "blog": {
- "id": 0
}, - "body": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": {
- "id": 0
}, - "id": 0,
- "link": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "parent": 0,
- "status": "string",
- "updatable": true
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "excerpt": "string",
- "format": "string",
- "id": 0,
- "keywords": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "more": "string",
- "permalink": "string",
- "pingsSentUrl": [
- "string"
], - "status": "string",
- "tags": [
- "string"
], - "title": "string",
- "trackbackCount": 0,
- "trackbacks": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "unpublishedDate": "2019-08-24T14:15:22Z",
- "updatable": true
}
], - "totalResults": 0
}
search | string Search query. |
searchFields | string Default: "name" The comma separated field name list to search. Default: name |
limit | integer Default: "25" Maximum number of sites to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Value: "name" Only 'name' is available Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn sites in descending order. ascendReturn sites in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the site resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of sites to include to result. |
excludeIds | string The comma separated ID list of sites to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
], - "totalResults": 0
}
object (blog_updatable) |
{- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
site_id required | integer |
{- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
site_id required | integer |
fields | string This is an optional parameter. The field list to retrieve as part of the Entries resource. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
site_id required | integer |
object (blog_updatable) |
{- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
site_id required | integer |
object (blog_updatable) |
{- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "name" The comma separated field name list to search. Default: name |
limit | integer Default: "25" Maximum number of sites to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Value: "name" Only 'name' is available Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn sites in descending order. ascendReturn sites in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the site resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of sites to include to result. |
excludeIds | string The comma separated ID list of sites to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
], - "totalResults": 0
}
site_id required | integer |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
site_id required | integer |
role_id | integer The role ID |
user_id | integer The user ID |
{- "status": "string"
}
site_id required | integer |
role_id | integer The role ID |
user_id | integer The user ID |
{- "status": "string"
}
Retrieve a list of blogs by user.
user_id required | string |
limit | integer This is an optional parameter. Maximum number of blogs to retrieve. Default is 25. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
sortBy | string Enum: "name" "created_on" This is an optional parameter. name(default) Sort by the name of each blogs. created_onSort by the created time of each blogs. |
sortOrder | string Enum: "ascend" "descend" This is an optional parameter. ascend(default) Return blogs in ascending order. For the date, it means from oldest to newset. descendReturn blogs in descending order. For the date, it means from newest to oldest. |
includeIds | string This is an optional parameter. The comma separated ID list of blogs to include to result. |
excludeIds | string This is an optional parameter. The comma separated ID list of blogs to exclude from result. |
fields | string This is an optional parameter. the field list to retrieve as part of the Blogs resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
], - "totalResults": 0
}
Retrieve pageviews count for each date from provider (e.g. Google Analytics).
Authorization is required.
site_id required | integer |
startDate required | string <date> This is an required parameter. Start date of data. The format is "YYYY-MM-DD". |
endDate required | string <date> This is an required parameter. End date of data. The format is "YYYY-MM-DD". |
limit | integer This is an optional parameter. Maximum number of paths to retrieve. Default is 10. |
offset | string This is an optional parameter. 0-indexed offset. Default is 0. |
path | string This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. |
uniquePath | integer Enum: 0 1 This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.) |
{- "items": [
- {
- "date": "2019-08-24",
- "pageviews": "string",
- "visits": "string"
}
], - "totalResults": 0,
- "totals": {
- "pageviews": "string"
}
}
Retrieve visits count for each date from provider (e.g. Google Analytics).
Authorization is required.
site_id required | integer |
startDate required | string <date> This is an required parameter. Start date of data. The format is "YYYY-MM-DD". |
endDate required | string <date> This is an required parameter. End date of data. The format is "YYYY-MM-DD". |
limit | integer This is an optional parameter. Maximum number of paths to retrieve. Default is 10. |
offset | string This is an optional parameter. 0-indexed offset. Default is 0. |
path | string This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. |
{- "items": [
- {
- "date": "2019-08-24",
- "pageviews": "string",
- "visits": "string"
}
], - "totalResults": 0,
- "totals": {
- "visits": "string"
}
}
Retrieve pageviews count for each path from provider (e.g. Google Analytics).
Authorization is required.
site_id required | integer |
startDate required | string <date> This is an required parameter. Start date of data. The format is "YYYY-MM-DD". |
endDate required | string <date> This is an required parameter. End date of data. The format is "YYYY-MM-DD". |
limit | integer This is an optional parameter. Maximum number of paths to retrieve. Default is 10. |
offset | string This is an optional parameter. 0-indexed offset. Default is 0. |
path | string This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. |
uniquePath | integer Enum: 0 1 This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.) |
{- "items": [
- {
- "archiveType": "string",
- "author": {
- "id": 0
}, - "category": {
- "id": 0
}, - "entry": {
- "id": 0
}, - "pageviews": "string",
- "path": "string",
- "visits": "string"
}
], - "totalResults": 0,
- "totals": {
- "pageviews": "string"
}
}
Retrieve visits count for each date from provider (e.g. Google Analytics).
Authorization is required.
site_id required | integer |
startDate required | string <date> This is an required parameter. Start date of data. The format is "YYYY-MM-DD". |
endDate required | string <date> This is an required parameter. End date of data. The format is "YYYY-MM-DD". |
limit | integer This is an optional parameter. Maximum number of paths to retrieve. Default is 10. |
offset | string This is an optional parameter. 0-indexed offset. Default is 0. |
path | string This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. |
{- "items": [
- {
- "archiveType": "string",
- "author": {
- "id": 0
}, - "category": {
- "id": 0
}, - "entry": {
- "id": 0
}, - "pageviews": "string",
- "path": "string",
- "visits": "string"
}
], - "totalResults": 0,
- "totals": {
- "visits": "string"
}
}
site_id required | integer |
template_id required | integer |
search | string Search query. |
searchFields | string The comma separated field name list to search. |
limit | integer Default: "10" Maximum number of templatemaps to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "id" Default: id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn templatemaps in descending order. ascendReturn templatemaps in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the templatemap resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of templatemaps to include to result. |
excludeIds | string The comma separated ID list of templatemaps to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
template_id required | integer |
object (templatemap_updatable) |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
object (templatemap_updatable) |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
refresh_type | string Default: "refresh" Enum: "refresh" "clean" The type of refresh mode. refreshRefresh all templates. However, A template that created by user will never refreshed and never removed from a site. cleanRefresh all templates. In this mode, A template that created by user will removed from a site. Default: refresh |
{- "status": "string"
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "name,templateType,text" The comma separated field name list to search. Default: name,templateType,text |
limit | integer Default: "10" Maximum number of templates to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Enum: "id" "name" "created_on" "modified_on" "created_by" "modified_by" "type" idSort by the ID of each template. nameSort by the name of each template. created_onSort by the created time of each template. modified_onSort by the modified time of each template. created_bySort by the ID of user who created each template. modified_bySort by the ID of user who modified each template. typeSort by the type of each template. Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn templates in descending order. ascendReturn templates in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the template resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of templates to include to result. |
excludeIds | string The comma separated ID list of templates to exclude from result. |
type | string Filter by template type. The list should be separated by commas. (e.g. archive, custom, index, individual, page etc...) |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "totalResults": 0
}
site_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (template) Updatable fields are name, type, text, outputFile, templateType, linkToFile, buildType, customFields, contentType |
{- "preview": "string",
- "status": "string"
}
site_id required | integer |
template_id required | integer |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
template_id required | integer |
fields | string The field list to retrieve as part of the template resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
template_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
template_id required | integer |
raw | integer Default: 0 Enum: 0 1 If specify "1", will be returned preview contents. |
object (template) Updatable fields are name, type, text, outputFile, templateType, linkToFile, buildType, customFields, contentType |
{- "preview": "string",
- "status": "string"
}
site_id required | integer |
template_id required | integer |
{- "status": "string"
}
site_id required | integer |
template_id required | integer |
{- "messages": [
- "string"
], - "status": "string"
}
site_id required | integer |
template_id required | integer |
search | string Search query. |
searchFields | string The comma separated field name list to search. |
limit | integer Default: "10" Maximum number of templatemaps to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "id" Default: id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn templatemaps in descending order. ascendReturn templatemaps in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the templatemap resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of templatemaps to include to result. |
excludeIds | string The comma separated ID list of templatemaps to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "totalResults": 0
}
site_id required | integer |
template_id required | integer |
object (templatemap_updatable) |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
template_id required | integer |
templatemap_id required | integer |
object (templatemap_updatable) |
{- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
site_id required | integer |
{- "status": "string"
}
site_id required | integer |
{- "items": [
- {
- "authorLink": "string",
- "authorName": "string",
- "description": "string",
- "id": "string",
- "inUse": true,
- "label": "string",
- "uninstallable": true,
- "version": "string"
}
], - "totalResults": 0
}
site_id required | integer |
theme_id required | string |
{- "authorLink": "string",
- "authorName": "string",
- "description": "string",
- "id": "string",
- "inUse": true,
- "label": "string",
- "uninstallable": true,
- "version": "string"
}
{- "items": [
- {
- "authorLink": "string",
- "authorName": "string",
- "description": "string",
- "id": "string",
- "inUse": true,
- "label": "string",
- "uninstallable": true,
- "version": "string"
}
], - "totalResults": 0
}
theme_id required | string |
{- "authorLink": "string",
- "authorName": "string",
- "description": "string",
- "id": "string",
- "inUse": true,
- "label": "string",
- "uninstallable": true,
- "version": "string"
}
theme_id required | string |
{- "authorLink": "string",
- "authorName": "string",
- "description": "string",
- "id": "string",
- "inUse": true,
- "label": "string",
- "uninstallable": true,
- "version": "string"
}
Retrieve a list of trackbacks for an entry.
Authorization is required to include unpublished trackbacks
site_id required | integer |
entry_id required | integer |
limit | integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Retrieve a list of trackbacks for an page.
Authorization is required to include unpublished trackbacks
site_id required | integer |
page_id required | integer |
limit | integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Retrieve a list of trackbacks.
Authorization is required to include unpublished trackbacks
site_id required | integer |
limit | integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
includeIds | string This is an optional parameter. The comma separated ID list of trackbacks to include to result. |
excludeIds | string This is an optional parameter. The comma separated ID list of trackbacks to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
], - "totalResults": 0
}
Delete a trackbacks.
Authorization is required.
site_id required | integer |
ping_id required | integer |
{- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
Retrieve a single trackback by its ID.
Authorization is required if the trackback status is "unpublished". If the trackback status is "published", then this method can be called without authorization.
site_id required | integer |
ping_id required | integer |
X-MT-Authorization | string Input |
{- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
Update a trackbacks.
Authorization is required.
site_id required | integer |
ping_id required | integer |
object (trackback_updatable) |
{- "blog": {
- "id": 0
}, - "blogName": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "date": "2019-08-24T14:15:22Z",
- "entry": "string",
- "excerpt": "string",
- "id": 0,
- "ip": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "title": "string",
- "updatable": true,
- "url": "string"
}
string Email address for user | |
name | string Name for user |
{- "message": "string",
- "status": "string"
}
search | string Search query. |
searchFields | string Default: "name,displayName,email,url" The comma separated field name list to search. Default: name,displayName,email,url |
limit | integer Default: "10" Maximum number of users to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Enum: "id" "name" The field name for sort. You can specify one of following values
Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn users in descending order. ascendReturn users in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the user resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of users to include to result. |
excludeIds | string The comma separated ID list of users to exclude from result. |
status | string Enum: "active" "disabled" "pending" Filter by users's status. activestatus is Active disabledstatus is Disabled. pendingstatus is Pending |
lockout | string Enum: "locked_out" "not_locked_out" Filter by user's lockout status. locked_outLocked out user only not_locked_outNot locked out user only |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
], - "totalResults": 0
}
object (user_updatable) |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
user_id required | string |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
Retrieve a single user by its ID.
Authorization is required if you want to retrieve private properties.
user_id required | string |
fields | string This is an optional parameter. The field list to retrieve as part of the Users resource. This list should be separated by comma. If this parameter is not specified, All fields will be returned. |
X-MT-Authorization | string Input |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
Update user data.
Authorization is required.
user_id required | string |
object (user_updatable) |
{- "apiPassword": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateFormat": "string",
- "displayName": "string",
- "email": "string",
- "id": "string",
- "isSuperuser": true,
- "language": "string",
- "lockedOut": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "password": "string",
- "status": "string",
- "systemPermissions": [
- "string"
], - "tagDelimiter": "string",
- "textFormat": "string",
- "updatable": true,
- "url": "string",
- "userpicUrl": "string"
}
user_id required | string |
search | string Search query. |
searchFields | string Default: "name,displayName,description" The comma separated field name list to search. Default: name,displayName,description |
limit | integer Default: "25" Maximum number of groups to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn groups in descending order. ascendReturn groups in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the group resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "externalId": "string",
- "id": "string",
- "memberCount": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "permissionCount": "string",
- "status": "string",
- "updatable": true
}
], - "totalResults": 0
}
user_id required | string |
limit | integer Default: "25" Maximum number of permissions to retrieve. Default: 25 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "blog_id" Enum: "id" "blog_id" "author_id" "created_by" "created_on" The field name for sort. You can specify one of following values
Default: blog_id |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn permissions in descending order. ascendReturn permissions in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
blogIds | string The comma-separated blog id list that to be included in the result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "blog": {
- "id": 0
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "permissions": [
- "string"
], - "roles": {
- "id": "string",
- "name": "string"
}, - "user": {
- "displayName": "string",
- "id": "string",
- "userpicUrl": "string"
}
}
], - "totalResults": 0
}
user_id required | string |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
user_id required | string |
role_id | integer The role ID |
site_id | integer The site ID |
{- "status": "string"
}
Retrieve a list of blogs by user.
user_id required | string |
limit | integer This is an optional parameter. Maximum number of blogs to retrieve. Default is 25. |
offset | integer This is an optional parameter. 0-indexed offset. Default is 0. |
sortBy | string Enum: "name" "created_on" This is an optional parameter. name(default) Sort by the name of each blogs. created_onSort by the created time of each blogs. |
sortOrder | string Enum: "ascend" "descend" This is an optional parameter. ascend(default) Return blogs in ascending order. For the date, it means from oldest to newset. descendReturn blogs in descending order. For the date, it means from newest to oldest. |
includeIds | string This is an optional parameter. The comma separated ID list of blogs to include to result. |
excludeIds | string This is an optional parameter. The comma separated ID list of blogs to exclude from result. |
fields | string This is an optional parameter. the field list to retrieve as part of the Blogs resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
X-MT-Authorization | string Input |
{- "items": [
- {
- "allowCommentHtml": true,
- "allowCommenterRegist": true,
- "allowComments": true,
- "allowCommentsDefault": true,
- "allowPings": true,
- "allowPingsDefault": true,
- "allowToChangeAtUpload": true,
- "allowUnregComments": true,
- "archivePath": "string",
- "archiveTypePreferred": "string",
- "archiveUrl": "string",
- "autoRenameNonAscii": true,
- "autodiscoverLinks": true,
- "autolinkUrls": true,
- "basenameLimit": "string",
- "ccLicenseImage": "string",
- "ccLicenseUrl": "string",
- "class": "string",
- "commenterAuthenticators": [
- "string"
], - "contentCss": "string",
- "convertParas": "string",
- "convertParasComments": "string",
- "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customDynamicTemplates": "string",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "dateLanguage": "string",
- "daysOrPosts": "string",
- "description": "string",
- "dynamicCache": true,
- "dynamicConditional": true,
- "emailNewComments": "string",
- "emailNewPings": "string",
- "entryCustomPrefs": [
- "string"
], - "extraPath": "string",
- "fileExtension": "string",
- "followAuthLinks": true,
- "host": "string",
- "id": "string",
- "includeCache": true,
- "includeSystem": "string",
- "internalAutodiscovery": true,
- "junkFolderExpiry": "string",
- "junkScoreThreshold": "string",
- "language": "string",
- "listOnIndex": "string",
- "maxRevisionsContentData": 0,
- "maxRevisionsEntry": "string",
- "maxRevisionsTemplate": "string",
- "moderateComments": "string",
- "moderatePings": true,
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "newCreatedUserRoles": [
- {
- "id": 0,
- "name": "string"
}
], - "nofollowUrls": true,
- "normalizeOrientation": true,
- "operationIfExists": 0,
- "pageCustomPrefs": [
- "string"
], - "parent": {
- "id": "string",
- "name": "string"
}, - "pingGoogle": true,
- "pingOthers": [
- "string"
], - "pingWeblogs": true,
- "publishEmptyArchive": true,
- "relativeUrl": "string",
- "requireCommentEmails": true,
- "sanitizeSpec": "string",
- "serverOffset": "string",
- "sitePath": "string",
- "smartReplace": "string",
- "smartReplaceFields": [
- "string"
], - "sortOrderComments": "string",
- "sortOrderPosts": "string",
- "statusDefault": "string",
- "themeId": "string",
- "timezone": "string",
- "updatable": true,
- "uploadDestination": {
- "path": "string",
- "raw": "string"
}, - "url": "string",
- "useCommentConfirmation": true,
- "useRevision": true,
- "wordsInExcerpt": "string"
}
], - "totalResults": 0
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "name,text" The comma separated field name list to search. Default: name,text |
limit | integer Default: "10" Maximum number of widgets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn widgets in descending order. ascendReturn widgets in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of widgets to include to result. |
excludeIds | string The comma separated ID list of widgets to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "totalResults": 0
}
site_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widget_id required | integer |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widget_id required | integer |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widget_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widgetset_id required | integer |
search | string Search query. |
searchFields | string Default: "name,text" The comma separated field name list to search. Default: name,text |
limit | integer Default: "10" Maximum number of widgets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn widgets in descending order. ascendReturn widgets in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of widgets to include to result. |
excludeIds | string The comma separated ID list of widgets to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "totalResults": 0
}
site_id required | integer |
widgetset_id required | integer |
widget_id required | integer |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
search | string Search query. |
searchFields | string Default: "name" The comma separated field name list to search. Default: name |
limit | integer Default: "10" Maximum number of widgetsets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn widgetsets in descending order. ascendReturn widgetsets in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the widgetset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of widgetsets to include to result. |
excludeIds | string The comma separated ID list of widgetsets to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "totalResults": 0
}
site_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widgetset_id required | integer |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widgetset_id required | integer |
fields | string The field list to retrieve as part of the widgetset resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widgetset_id required | integer |
object (template_updatable) |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
site_id required | integer |
widgetset_id required | integer |
search | string Search query. |
searchFields | string Default: "name,text" The comma separated field name list to search. Default: name,text |
limit | integer Default: "10" Maximum number of widgets to retrieve. Default: 10 |
offset | integer Default: "0" 0-indexed offset. Default: 0 |
sortBy | string Default: "name" Default: name |
sortOrder | string Default: "ascend" Enum: "descend" "ascend" descendReturn widgets in descending order. ascendReturn widgets in ascending order. Default: ascend |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
includeIds | string The comma separated ID list of widgets to include to result. |
excludeIds | string The comma separated ID list of widgets to exclude from result. |
dateField | string Default: "created_on" Specifies the field name to be used as a date field for filtering. (new in v3) |
dateFrom | string The start date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
dateTo | string The end date to filtering. Specify in "YYYY-MM-DD" format. (new in v3) |
{- "items": [
- {
- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "totalResults": 0
}
site_id required | integer |
widgetset_id required | integer |
widget_id required | integer |
fields | string The field list to retrieve as part of the widget resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned. |
{- "archiveTypes": [
- {
- "archiveType": "string",
- "buildType": "string",
- "fileTemplate": "string",
- "id": "string",
- "isPreferred": true,
- "updatable": true
}
], - "blog": {
- "id": 0
}, - "buildType": "string",
- "contentType": {
- "id": "string"
}, - "createdBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "createdDate": "2019-08-24T14:15:22Z",
- "customFields": [
- {
- "basename": "string",
- "value": "string"
}
], - "id": "string",
- "linkToFile": "string",
- "modifiedBy": {
- "displayName": "string",
- "id": 0,
- "userpicUrl": "string"
}, - "modifiedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "outputFile": "string",
- "templateType": "string",
- "text": "string",
- "type": "string",
- "updatable": true,
- "widgets": [
- {
- "id": 0,
- "name": "string"
}
]
}