Data api system listendpoints - movabletype/Documentation GitHub Wiki
Retrieve a list of endpoints.
This method accepts GET only.
GET https://your-host/your-mt-api.cgi/v1/endpoints
Not available.
| 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. |
Do not supply a request body.
| Parameter | Type | Description |
|---|---|---|
| totalResults | unsigned integer | The total number of endpoints found. |
| items | ARRAY | An array of Endpoints resource. |
| Code | Description |
|---|---|
| 200 | no error |
| 403 | Do not have permission to retrieve the list of trackbacks. |
| 404 | Site not found |