JobQuery_CreateAdminJobQuery
POST
/api/JobQuery/CreateAdminQuery
Request Body
object
Pagination
object
PageSize
integer format: int32
PageOffset
integer format: int32
SortBy
object
PropertyName
string
SortType
string
Filter
object
Owner
None indicates that all matches should be found. Care full this should not be the case for non admin users.
string
Name
string
State
string
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 }}object
Pagination
object
PageSize
integer format: int32
PageOffset
integer format: int32
SortBy
object
PropertyName
string
SortType
string
Filter
object
Owner
None indicates that all matches should be found. Care full this should not be the case for non admin users.
string
Name
string
State
string
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