Skip to content

Data api trackbacks list

Yuji Takayama edited this page Jul 10, 2013 · 1 revision

Trackback: list

Retrieve a list of trackbacks.

Authorization is required if want to include unpublished trackbacks.

Request

HTTP Request

This method accepts GET only.

GET https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/trackbacks

Parameters

Method Parameters

Parameter Type Description
blog_id unsigned integer The blog ID.

Query Parameters

Parameter Type Description
limit unsigned integer This is an optional parameter. Maximum number of trackbacks to retrieve. Default is 10.
offset unsigned 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.

Request Body

Do not supply a request body.

Response

Parameter Type Description
totalResults unsigned integer The total number of trackbacks found.
items ARRAY An array of trakcbacks resource. The list will sorted from oldest to newest by received date.

Status Code

Code Description
200 no error
403 Do not have permission to retrieve the list of trackbacks.
404 Site not found
Clone this wiki locally