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
JobInvocationDetailsDataContract| Name | 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": "c77e792e-b235-46f8-87ab-51e9f2dbff2c",
"Success": true
}