POST | /api/statistics |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Computer | body | string | Yes | Computername |
ProgramName | body | ProgramName | Yes | Program for the statistic entryAllowable Values
|
ProgramVersion | body | string | No | Version of the program |
Action | body | Action | Yes | Action of statisticAllowable Values
|
Param1 | body | string | Yes | First parameter |
Param2 | body | string | No | Second parameter |
DO4Outlook | |
DO4Word | |
DO4Excel | |
DO4PowerPoint | |
ITS | |
Other |
Start | |
Command | |
Other |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /api/statistics HTTP/1.1
Host: digiofficeapigateway.deltares.nl
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Computer":"String","ProgramName":"DO4Outlook","ProgramVersion":"String","Action":"Start","Param1":"String","Param2":"String"}