In this article
Add List of Timeseries to OrgId (Deprecated)
If successful, it returns the list of timeseries which were just added.
- Org
Consumes
application/jsontext/jsonapplication/json-patch+json
URL
https://{{HOST}}/timeseries/org/{orgId}/timeseriesids
Method
POST
Required IMS Scopes
- Read
- Write
Versions Supported
- 2.0 (Default)
- 2.1
URL Path Parameters
| Name | Description | Example | Type |
|---|---|---|---|
| orgId required |
The OrgId that the list of timeseries will be appended to | jci.com | string |
URL Query Parameters
| Name | Description | Example | Type |
|---|---|---|---|
| v optional |
Version of the API to use | v=2.0 | string |
Request Header Parameters
| Type | Value | Description |
|---|---|---|
| Authentication | Bearer {access_token} required |
Retrieve access token |
| Content-Type | application/json required |
Description |
Request Body Parameters
| Name | Description | Type | |
|---|---|---|---|
| Body | listOfTimeseriesIds optional |
The list of timeseries IDs to be added to the OrgID | < string > array |
Example
Request
Curl Example Request
Response
[ "timeseriesId3" ]
Errors
| Error | Description |
|---|---|
| Error Name | Description of Error |
Response Body Parameters
| Name | Description | Schema |
|---|---|---|
| timeseriesId3 | Description | object definition |