Skip to content

WorkDataQuery_CreateAdminWorkDataQuery

POST
/api/WorkDataQuery/CreateAdminQuery

Request Body

object
Pagination
object
PageSize
integer format: int32
PageOffset
integer format: int32
SortBy
object
PropertyName
string
Allowed values: Name MediaType Kind Size CreatedOn
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
NameContains
string
nullable
MediaTypeContains
string
nullable
TagsByAnd
Array<string>
nullable
TagsByOr
Array<string>
nullable
IsKind
string
Allowed values: Unknown ClientUpload ProcessingArtefact Monitoring
CreatedBefore
string format: date-time
nullable
CreatedAfter
string format: date-time
nullable
Example
{
"Pagination": {},
"SortBy": {},
"Filter": {
"TagsByAnd": [],
"TagsByOr": []
}
}

Responses

201

Created

Headers

location

The URL pointing to the created resource

string format: url

The URL pointing to the created resource