API DocsRESTView serviceGetViewRetrieves a view.GET/api/v2/views/{viewId}Path ParametersviewIdRequiredstringcURLPythoncurl -X GET "<API_URL>/api/v2/views/string" \ -H "Authorization: Bearer <API_KEY>"200defaultA successful response.Response{ "view": { "viewId": "string", "name": "string", "axisGroups": { "left": [ "string" ], "right": [ "string" ] }, "channels": [ { "name": "string", "dataType": "string", "axisGroup": "string", "bitFieldNames": [ "string" ], "calculatedChannelConfig": { "channelKey": "string", "channelReferences": { "property1": "string", "property2": "string" }, "expression": "string", "unit": "string" } } ], "createdDate": "2019-08-24T14:15:22Z", "modifiedDate": "2019-08-24T14:15:22Z", "createdByUserId": "string", "modifiedByUserId": "string", "isPinned": true } }PreviousGetView GETNextLists views that apply to assets/runs. GET