@@ -147,6 +147,10 @@ definitions:
147147 example :
148148 - system1.tag1
149149 - system2.tag1
150+ workspace :
151+ description : The workspace Id for querying decimated tag values. If this is not specified, the tag values from the default workspace will be returned.
152+ type : string
153+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
150154 startTime :
151155 description : Limits the returned historical values to those written at or after the given
152156 time in ISO-6801 format.
@@ -187,6 +191,10 @@ definitions:
187191 example :
188192 - system1.tag1
189193 - system2.tag1
194+ workspace :
195+ description : The workspace Id for querying tag values. If this is not specified, the tag values from the default workspace will be returned.
196+ type : string
197+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
190198 startTime :
191199 description : Limits the returned historical values to those written at or after the given
192200 time in ISO-6801 format.
@@ -226,6 +234,10 @@ definitions:
226234 description : The path of the tag corresponding to the historical value.
227235 type : string
228236 example : system1.tag1
237+ workspace :
238+ description : The workspace Id of the tag
239+ type : string
240+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
229241 value :
230242 description : The value of the tag at the time it was written, converted to a string.
231243 type : string
@@ -266,6 +278,10 @@ definitions:
266278 timestamp : ' 2019-03-13T09:51:38Z'
267279 - value : ' 3.2'
268280 timestamp : ' 2019-03-14T09:51:38Z'
281+ workspace :
282+ description : The workspace Id of the tag values
283+ type : string
284+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
269285 error :
270286 description : This value is always null.
271287 type : object
@@ -472,6 +488,10 @@ definitions:
472488 - ' system1.tag1'
473489 - ' system2.*'
474490 - ' *.tag2'
491+ workspace :
492+ description : The workspace Id to subscribe to for tag updates. If this is not specified, the tag values from the default workspace will be returned.
493+ type : string
494+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
475495 WebSocketSubscribeResponse :
476496 title : Web Socket Subscribe Response
477497 description : A web socket message sent by the server to confirm a *WebSocketSubscribeRequest* sent
@@ -522,6 +542,10 @@ definitions:
522542 type : array
523543 items :
524544 type : string
545+ workspace :
546+ description : The workspace Id to unsubscribe from for tag updates. If this is not specified, the default workspace is assumed.
547+ type : string
548+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
525549 WebSocketUnsubscribeResponse :
526550 title : Web Socket Unsubscribe Response
527551 description : A web socket message sent by the server to confirm a *WebSocketUnsubscribeRequest*.
@@ -620,6 +644,10 @@ paths:
620644 be returned.
621645 type : string
622646 example : system1.tag1
647+ workspace :
648+ description : The workspace Id for querying tag values. If this is not specified, the tag values from the default workspace will be returned.
649+ type : string
650+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
623651 startTime :
624652 description : Limits the returned historical values to those written at or after at the
625653 given time in ISO-6801 format.
@@ -664,6 +692,10 @@ paths:
664692 description : For non-decimated queries, a value generated by the server which should be sent
665693 in the next request to retrieve the next page of values.
666694 type : string
695+ workspace :
696+ description : The workspace Id of the tag values
697+ type : string
698+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
667699 error :
668700 $ref : ' #/definitions/ErrorEntry'
669701 failed :
@@ -704,6 +736,10 @@ paths:
704736 example :
705737 - system1.tag1
706738 - system2.tag1
739+ workspace :
740+ description : The workspace Id for querying decimated tag values. If this is not specified, the tag values from the default workspace will be returned.
741+ type : string
742+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
707743 startTime :
708744 description : Limits the returned historical values to those written at or after at the
709745 given time in ISO-6801 format.
@@ -751,6 +787,10 @@ paths:
751787 timestamp : ' 2019-03-13T09:51:38Z'
752788 - value : ' 3.2'
753789 timestamp : ' 2019-03-14T09:51:38Z'
790+ workspace :
791+ description : The workspace Id of the tag values
792+ type : string
793+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
754794 error :
755795 $ref : ' #/definitions/ErrorEntry'
756796 failed :
@@ -791,6 +831,10 @@ paths:
791831 example :
792832 - tag1
793833 - tag2
834+ workspace :
835+ description : The workspace Id for exporting tag values. If this is not specified, the tag values from the default workspace will be returned.
836+ type : string
837+ example : 0c80cf49-54e9-4e92-b117-3bfa574caa84
794838 responseFormat :
795839 description : The format of the response. Currently only supports "CSV"
796840 type : string
0 commit comments