Get Omega 365 project configuration
GET/explorer/:sceneId/omega365/configuration
Get Omega 365 project configuration
Request
Path Parameters
sceneId stringrequired
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
baseURL stringnullable
Base URL, e.g. https://nyeveier.omega365.com
resourceName stringnullabledeprecated
resourceName attribute value that is passed to Omega365
propertyKeyName stringnullabledeprecated
Object property key name that contains Omega365 object name
views
object[]
nullable
Configured views
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
]
{
"baseURL": "string",
"views": [
{
"id": "string",
"requestedType": "View",
"viewOrResourceName": "string",
"title": "string",
"whereClause": "string",
"groupBy": "string",
"fields": [
{
"title": "string",
"name": "string",
"type": "Text"
}
]
}
]
}
Unauthorized
Forbidden
Not Found
Server Error
Loading...