Get multiple Tag Relation values (with Body)
Fetches the values of specified tag relations based on the provided criteria.
Example URL
Last Update: 7 NOV 2024
Retrieve Tag Relation Values
Method: POST
URL: {{base_url}}/tagrelation/value?mode=read
Query Parameters:
Parameter | Data Type | Description |
---|---|---|
| string | Mode of the Request
(Default: |
| bool | Update Status of data
(Default: |
| bool | Clear records of data
(Default: |
Request Body:
Parameter | Data Type | Description |
---|---|---|
| string | Comma-separated list of tag relation names to retrieve values for (e.g., |
| string | Starting time for filtering the data (e.g., |
| string | Ending time for filtering the data (e.g., |
| integer | Status filter for the tag relation values |
Time Expression:
Expression | Description |
---|---|
| Second |
| Minute |
| Hour |
| Day |
| Month |
| Year |
| Go back (e.g., |
| Present |
| Go forward (e.g., |
Example Request Body:
Response Example:
Note: The fields Id
, name
, and tel
are placeholders and will vary depending on the specific tag relation being represented in the request. Ensure you refer to the specific tag relation schema for exact field details.
Response Details:
Object | Data Type | Description |
---|---|---|
| array | Array of tag relation value objects returned from the API. |
| string | Name of the tag relation. |
| string | Unique identifier for the tag relation. |
| string | Name associated with the tag relation. |
| string | Telephone number associated with the tag relation. |
| integer | Quality indicator of the tag relation value. |
| integer | Status code associated with the tag relation value. |
| datetime | Timestamp when the tag relation value was recorded. |
Last updated