Preview configured view
POST/explorer/:sceneId/omega365/configuration/preview-view
Preview configured view
Request
Path Parameters
sceneId stringrequired
- application/json
Body
Array [
]
baseURL stringnullable
Base URL for Omega365 API
objectId int32
Object to use for the preview
view
object
View defines rules for getting data from Omega365 and displaying them in the application
id stringnullable
Internal view ID
requestedType Omega365RequestedType (string)
Requested type defines whether to request using viewName or resourceName attribute
Possible values: [View
, Resource
]
viewOrResourceName stringnullable
viewName to use in the request
title stringnullable
Title to use for view tab inside the application
whereClause stringnullable
Where clause
groupBy stringnullable
Group returned documents by the given field
fields
object[]
nullable
Fields to request from Omega 365
title stringnullable
Field title to display in the UI
name stringnullable
Field name to use in the data request
type Omega365ViewFieldType (string)
Possible values: [Text
, Link
, File
, Hidden
]
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
property name* any
[
{}
]
Unauthorized
Forbidden
Not Found
Server Error
Loading...