Skip to main content

PublicPropertiesResponse

List of properties for an organization

properties object[]required
  • Array [
  • codestring

    Code of property for an organization

    Default value: ##default
    namestring

    Name of property for an organization

    Default value: ##default
    typestring

    Type of property for an organization

    Default value: ##default
    temporalitystring

    Temporality of property for an organization

    Default value: ##default
    descriptionstring

    Description of property for an organization

    Default value: ##default
    assetTypesstring[]

    Asset types of property for an organization

    Default value: ##default
    defaultUnitstring

    Default unit of property for an organization

    Default value: ##default
    enumValuesstring[]

    Enum values of property for an organization

    Default value: ##default
  • ]
  • PublicPropertiesResponse
    {
    "properties": [
    {
    "code": "##default",
    "name": "##default",
    "type": "##default",
    "temporality": "##default",
    "description": "##default",
    "assetTypes": [
    "string"
    ],
    "defaultUnit": "##default",
    "enumValues": [
    "string"
    ]
    }
    ]
    }