The /admin/getdocs API call is used to get a list of the pages of documentation.
This is a Private API call and requires an apikey.
Data | Description |
---|---|
apikey | The API Key from the /account/login API |
Data | Description |
---|---|
success | This value indicates whether or not the call succeeded. A value of "false" indicates that there will be no other data. |
docs | array of docList objects |
Data | Description |
---|---|
key | This is the key that must be used to retrieve the document |
title | This is the title of the document |
None.
{"success":false,"error":"Missing required parameter - apikey"}