Skip to content

JobQuery_CreateAdminJobQuery

POST
/api/JobQuery/CreateAdminQuery

Request Body

object
Pagination
object
PageSize
integer format: int32
PageOffset
integer format: int32
SortBy
object
PropertyName
string
Allowed values: Name CreatedOn CompletedOn
SortType
string
Allowed values: None Ascending Descending
Filter
object
Owner

None indicates that all matches should be found. Care full this should not be the case for non admin users.

string
nullable
Name
string
nullable
State
string
Allowed values: Undefined Created ReadyForProcessing Pending Processing Completed Error Canceled DataMissing
ShowDeleted
boolean
Example
{
"Pagination": {
"PageSize": 20
},
"SortBy": {
"PropertyName": "CreatedOn",
"SortType": "Descending"
},
"Filter": {
"Owner": "http://localhost/api/Users/dcdcdcdc-176f-4fd1-b446-9bfb77f4e39e",
"State": "Created",
"ShowDeleted": true
}
}

Responses

201

Created

Headers

location

The URL pointing to the created resource

string format: url

The URL pointing to the created resource