Skip to main content
Version: Next

Retrieve the rules of an asset

GET 

https://demo.openremote.io/api/master/rules/asset/for/:assetId

Retrieve the rules of an asset

Request

Path Parameters

    assetId stringrequired

Query Parameters

    language string[]

    Possible values: [JAVASCRIPT, GROOVY, JSON, FLOW]

    fullyPopulate boolean

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema
  • Array [
  • idint64
    versionint64
    createdOndate-time
    lastModifieddate-time
    namestringrequired

    Possible values: >= 3 characters and <= 255 characters

    enabledboolean
    rulesstring
    langstringrequired

    Possible values: [JAVASCRIPT, GROOVY, JSON, FLOW]

    meta object
    property name*object
    statusstring

    Possible values: [READY, DEPLOYED, COMPILATION_ERROR, VALIDITY_PERIOD_ERROR, EXECUTION_ERROR, LOOP_ERROR, DISABLED, PAUSED, EXPIRED, REMOVED, EMPTY]

    errorstring
    assetIdstring
    accessPublicReadboolean
    realmstring
  • ]

Authorization: oauth2

name: openidtype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  },
  "authorizationCode": {
    "authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  }
}
curl -L 'https://demo.openremote.io/api/master/rules/asset/for/:assetId' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://demo.openremote.io/api/master
Auth
Parameters
— pathrequired
— query
— query
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!