From RPM Wiki
| Table of contents |
[edit]
Summary
API: Get basic info on the API key being used
[edit]
Request
No extra data needed
{
"Key":"{api key}"
}
[edit]
Example
http://demo.rpmsoftware.com/rpm/Api.svc/Info
{
"Key":"abc123def456"
}
[edit]
Response
{ "InfoResult":
{
"Subscriber": "(subscriber name)",
"User": "(user name)",
"Role": "(user role)",
"RPM": "(version) ((revision))"
}
}
[edit]
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.
