Skip to content

Data api system listendpoints

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

System: listEndpoints

Retrieve a list of endpoints.

Request

HTTP Request

This method accepts GET only.

GET https://your-host/your-mt-api.cgi/v1/endpoints

Parameters

Method Parameters

Not available.

Query Parameters

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.

Request Body

Do not supply a request body.

Response

Parameter Type Description
totalResults unsigned integer The total number of endpoints found.
items ARRAY An array of Endpoints resource.

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