Api/Info

From RPM Wiki

Table of contents

Summary

API: Get basic info on the API key being used

Request

No extra data needed

{
  "Key":"{api key}"
}

Example

http://demo.rpmsoftware.com/rpm/Api.svc/Info

{
  "Key":"abc123def456"
}

Response

{ "InfoResult": 
  {
    "Subscriber": "(subscriber name)",
    "User": "(user name)",
    "Role": "(user role)",
    "RPM": "(version) ((revision))"
  }
}   

Example

{ "InfoResult": 
  {
    "Subscriber": "Telecom Place",
    "User": "John Smith",
    "Role": "Executive"
    "RPM": "5.8 (1234)"
  }
}
  • This page was last modified 21:58, 17 Aug 2009.
  • This page has been accessed 615 times.