Not a developer? Go to MovableType.com

Documentation

DataAPIVersion

This template tag was added in version 6.0.4.

Retrieves the Data API’s latest version number.

Examples

Construct URL to return a Users resource as the response body:

<mt:CGIPath><mt:DataAPIScript>/v<mt:DataAPIVersion>/users/me
Back