Graphql fields and variables for the view query
Last updated 15 days ago
Was this helpful?
Defines table views with conditions and column configurations
Scope required: standard:read
For a complete list of possible response fields see the type.
query view ($id: ID, $code: String, $format: String) { view (id: $id, code: $code, format: $format) { columns conditions id isDefault name obj sortBy sortOrder userId } }
id
ID
code
String
format