Get Omega365 links associated with the given object
GET/explorer/:sceneId/omega365/documents/:objectId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get Omega365 links associated with the given object
Request
Path Parameters
sceneId stringrequired
objectId stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
document_ID int32
documentTitle stringnullable
documentType stringnullable
fileURL stringnullable
profileURL stringnullable
object_ID int32
[
{
"document_ID": 0,
"documentTitle": "string",
"documentType": "string",
"fileURL": "string",
"profileURL": "string",
"object_ID": 0
}
]
Bad Request
Unauthorized
Not Found
Server Error
Loading...