Account
| API | Description |
|---|---|
| POST api/Account/Logout |
Log out logged in user |
| POST api/Account/ChangePassword |
Change password |
| POST api/Account/Register |
Create new user if you are an Administrator |
WebHookRegistrations
The allows the caller to create, modify, and manage WebHooks through a REST-style interface.
| API | Description |
|---|---|
| GET api/webhooks/registrations |
Gets all registered WebHooks for a given user. |
| GET api/webhooks/registrations/{id} |
Looks up a registered WebHook with the given for a given user. |
| POST api/webhooks/registrations |
Registers a new WebHook for a given user. |
| DELETE api/webhooks/registrations/{id} |
Deletes an existing WebHook registration. |
| DELETE api/webhooks/registrations |
Deletes all existing WebHook registrations. |
Validation
| API | Description |
|---|---|
| GET api/Validation/html?id={id} |
Get html report of requested file. |
| GET api/Validation/xml?id={id} |
No documentation available. |
| GET api/Validation/{id} |
Get Status of requested file to be validated. |
| POST api/Validation |
Request File Validation |
Standards
| API | Description |
|---|---|
| GET api/Standards |
Get available standards. |