Skip to main content

SiteDto

A class to return a subset of the information of a Site object

iduuid

A unique identifier of this instance

namestringnullable

The display name for the location

locationTypeLocationType (string)

Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

areas object[]nullable

A list of all child locations

  • Array [
  • iduuid

    A unique identifier of this instance

    namestringnullable

    The display name for the location

    locationTypeLocationType (string)

    Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

    processCells object[]nullable

    A list of all child locations

  • Array [
  • iduuid

    A unique identifier of this instance

    namestringnullable

    The display name for the location

    locationTypeLocationType (string)

    Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

  • ]
  • ]
  • SiteDto
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "locationType": "ProcessCell",
    "areas": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "locationType": "ProcessCell",
    "processCells": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "locationType": "ProcessCell"
    }
    ]
    }
    ]
    }