View
Authorizations
HTTPRequired
Body
titlestringOptional
type: ^[0-9a-zA-Z \-\_]+$
primary_sortingstringOptional
type: ^[a-z_]+$ = 'none'
primary_sorting_orderstringOptional
type: asc|desc = 'asc'
secondary_sortingstringOptional
type: ^[a-z_]+$ = 'none'
secondary_sorting_orderstringOptional
type: asc|desc = 'asc'
view_category_idstringOptional
type: number = null
view_order_idstringOptional
type: number
conditions[]stringOptional
type: condition
View example
columns[]stringOptional
type: columns
View example
Responses
200
OK
application/json
Responseobject
post
/api/v2/view200
OK
Authorizations
HTTPRequired
Path parameters
idstringRequired
Body
titlestringOptional
type: ^[0-9a-zA-Z \-\_]+$
primary_sortingstringOptional
type: ^[a-z_]+$ = 'none'
primary_sorting_orderstringOptional
type: asc|desc = 'asc'
secondary_sortingstringOptional
type: ^[a-z_]+$ = 'none'
secondary_sorting_orderstringOptional
type: asc|desc = 'asc'
view_category_idstringOptional
type: number = null
view_order_idstringOptional
type: number
historyReasonstringOptional
type: string = null
History reason to add to audit logs.
conditions[]stringOptional
columns[]stringOptional
Responses
200
Successful response
application/json
put
/api/v2/view/{id}200
Successful response
Last updated