Home

  • 15.5
This article is may not be up to date with the latest stable release of M4.

Description

The Home endpoint provides the API consumer with access to methods pertaining to the current version and users.

Endpoints

URL base/Home/CurrentUser
Action GET
Description Returns the log in name and authentication type of the current user.
Parameters None
 Returns  A JSON object
Sample Return Object
{
  "Name": "nnamerson",
  "AuthType": "TOKEN"
}
URL base/Home/CurrentVersion
Action GET
Description Returns version information.
Parameters None
 Returns  A JSON object
Sample Return Object
{
  "Title": "M4 Web API",
  "Company": "Mapcom Systems, LLC",
  "Product": "M4 Web API",
  "Copyright": "Copyright © Mapcom Systems 2015",
  "Version": "Version - 16.1.1.1 "
}

Was this article helpful?

Related Articles