GetPointSourceInfo
Retrieve the point source limit and the license activation allocation information.
Input Parameter
Item | Description |
|---|---|
Request | GET |
URL Parameter |
|
Request Header | Authentication : String (required). Bearer Token string returned from the Login action. |
Request Body | None |
Status Code |
|
Sample
Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
ServerName=HisSrvName Name&pointSource=FTHAPI
Response Body
{ "Result": { "Total": 100000, "InUse": 7 }, "Success": true, "ErrorMessage": "" }
Provide Feedback