Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve a Tenant's Data Set IDs
Retrieve a Tenant's specific Data Set
Create/Update a Tenant's specific Data Set
Delete a Tenant's specific Data Set
|
Include Page | ||||
---|---|---|---|---|
|
API Specific Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
|
| Yes | A string ID value for the data set. Data set ID values need to be unique within each Tenant - different Tenants can use the same ID values without issue. |
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve a Tenant's Data Set IDsThis REST API will return all of the defined Data Set IDs belonging to the authenticated Tenant. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain a JSON array of strings, each being the ID of data sets that have been defined for the Tenant. Error
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve a Tenant's specific Data SetThis REST API will return the specified Data Set belonging to the authenticated Tenant. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain a JSON array, containing the data set that requested for the Tenant. If the data set has not been defined for the Tenant, an empty JSON array will be returned. Error
|
Panel | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
Create/Update a Tenant's specific Data SetThis REST API will create or update the specified Data Set belonging to the authenticated Tenant with the data set values in the request body.
URL
HTTP Request BodyThis request requires a new-line separated list of data set items. Data items do not need to be quoted. For example, supplying the body of:
to a new Data Set ID would result in the following Data Set being created:
HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned. Error
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Delete a Tenant's specific Data SetThis REST API will delete the specified Data Set belonging to the authenticated Tenant. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned. Error
|