WorkDataQuery_CreateAdminWorkDataQuery
POST
/api/WorkDataQuery/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
NameContains
string
MediaTypeContains
string
TagsByAnd
Array<string>
TagsByOr
Array<string>
IsKind
string
CreatedBefore
string format: date-time
CreatedAfter
string format: date-time
Example
{ "Pagination": {}, "SortBy": {}, "Filter": { "TagsByAnd": [], "TagsByOr": [] }}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
NameContains
string
MediaTypeContains
string
TagsByAnd
Array<string>
TagsByOr
Array<string>
IsKind
string
CreatedBefore
string format: date-time
CreatedAfter
string format: date-time
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