Die MindMeister-API v1 ist veraltet. Bitte verwenden Sie die neueste API v2.

Method:

mm.reflection.getMethodInfo
Returns info about a method

Authentication

Parameters

method_name (required) The name of the method

Sample Response

<rsp stat="ok">
<method name="mm.test.login" needslogin="1" needssigning="1">
<description>Tests login of user</description>
</method>
<arguments>
<argument name="api_key" optional="0">The API Key</argument>
</arguments>
<errors>
<error code="20" message="Object not found">
Object not found
</error>
<error code="100" message="Invalid API Key">
The API key passed was not valid or has expired.
</error>
<error code="112" message="Method not found">/nThe requested method was not found.
</error>
<error code="98" message="Login failed / Invalid auth token">
The login details or auth token passed were invalid.
</error>
</errors>
</rsp>

Error Codes

20 Object not found
Object not found
100 Invalid API Key
The API key passed was not valid or has expired.
112 Method not found
The requested method was not found.
Back to API Methods

Test Method

No API key found.

If you already have an API key you might just have to Sign In.

oder Registrieren