StreamSet RegisterStreamSetUpdates
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
StreamSet RegisterStreamSetUpdates
Register for stream updates
Remarks
The supplied webIds will register for stream updates. For a 200 response, the returned location header will contain the url for retrieving the next set of stream updates.
Request
POST streamsets/updates
URL Parameters
-
webId The ID of a stream. Multiple streams may be specified with multiple instances of the parameter. See Stream for more information.See WebID for more information.
-
selectedFields List of fields to be returned in the response, separated by semicolons (;). If this parameter is not specified, all available fields will be returned. See Selected Fields for more information.
-
webIdType Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType". See WebID Type for more information.
Status Codes
200: Successful Registration
400: Any webID supplied is invalid
409: Any webID supplied is a static attribute