POST api/Job?email={email}
Starts a test job that send notifications with file links. This is used to test signalr and the docs system.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
The email. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "b5539719-0ac2-4ff0-8fe2-e155f2d970bc", "Success": true }