Skip to main content

Get DEM Site Config (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/demsiteconfigs/:config_id

List the DEM site configurations.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    site_id stringrequired

    The ID of the site.

    config_id stringrequired

    The DEM site config ID.

Responses

Successful Operation

Schema
    adem_enabled boolean

    The site ADEM enabled. True or False.

    id string

    The ID.

    site_id stringrequired

    The site ID.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Loading...