GetView
curl --request GET \
--url https://api.siftstack.com/api/v1/views/{viewId} \
--header 'Authorization: Bearer <token>'{
"view": {
"viewId": "<string>",
"name": "<string>",
"axisGroups": {
"left": [
"<string>"
],
"right": [
"<string>"
]
},
"channels": [
{
"name": "<string>",
"component": "<string>",
"dataType": "<string>",
"axisGroup": "<string>",
"bitFieldNames": [
"<string>"
],
"calculatedChannelConfig": {
"channelKey": "<string>",
"channelReferences": {},
"expression": "<string>",
"unit": "<string>"
}
}
],
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdByUserId": "<string>",
"organizationId": "<string>",
"modifiedByUserId": "<string>",
"isPinned": true
}
}ViewService
GetView
Retrieves a view.
GET
/
api
/
v1
/
views
/
{viewId}
GetView
curl --request GET \
--url https://api.siftstack.com/api/v1/views/{viewId} \
--header 'Authorization: Bearer <token>'{
"view": {
"viewId": "<string>",
"name": "<string>",
"axisGroups": {
"left": [
"<string>"
],
"right": [
"<string>"
]
},
"channels": [
{
"name": "<string>",
"component": "<string>",
"dataType": "<string>",
"axisGroup": "<string>",
"bitFieldNames": [
"<string>"
],
"calculatedChannelConfig": {
"channelKey": "<string>",
"channelReferences": {},
"expression": "<string>",
"unit": "<string>"
}
}
],
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdByUserId": "<string>",
"organizationId": "<string>",
"modifiedByUserId": "<string>",
"isPinned": true
}
}Was this page helpful?
⌘I