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": "6f5c2b12-12ae-42f3-855c-cb92571e4c10", "Success": true }