POST api/TaskScheduler/GetAllJob
Request Information
URI Parameters
None.
Body Parameters
CustomClassName | Description | Type | Additional information |
---|---|---|---|
userPrincipalName | string |
None. |
|
connectionString | string |
None. |
|
SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userPrincipalName": "sample string 1", "connectionString": "sample string 2", "SecretId": null }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |