Skip to main content

Get ADEM Status for a Site (v2.0)

GET 

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

List all the ADEM statuses for a site.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    Site Id

Responses

Successful operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items DemSiteConfig[]
  • Array [
  • 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...