In this article
Get List of Org Ids (Deprecated)
OrgId is defined for every timeseries as the representative of the organization to which that timeseries belongs. This method will return all the OrgIds across all the timeseries.
URL
https://{{HOST}}/timeseries/org
Method
GET
Required IMS Scopes
- Read
- Write
Versions Supported
v = 2.0, 2.1
URL Query Parameters
| Name | Description | Example | Type |
|---|---|---|---|
| $query optional |
Query to get specific results | /endpoint/?$query | None |
| 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 |
|---|---|---|
| Object Name required |
Description | object definition |
Example
Request
Curl Example Request
Response
[
"org1",
"org2",
"org3",
"org4",
"org5",
"org6",
"jci.com",
"jcinew.com"
]
Errors
| Error | Description |
|---|---|
| Error Name | Description of Error |
Response Body Parameters
| Name | Description | Schema |
|---|---|---|
| Object Name | Description | object definition |
| org1 | Description | object definition |
| org2 | Description | object definition |
| org3 | Description | object definition |
| org4 | Description | object definition |
| org5 | Description | object definition |
| org6 | Description | object definition |
| jci.com | Description | object definition |
| jcinew.com | Description | object definition |