Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Response

AttributesTypeDescription
descriptionStringThis is a description of the environment
targetsList<TargetDataObject>This is a list of the targetGroups associated with the environment
isActiveBooleanThis is a boolean that tracks whether or not the environment is active
environmentCodeStringThis is the unique code of the environment
sortNumberIntegerThis is a number associated with the environment that sets the environments priority in a list of other environments
environmentIdLongThis is the unique Id of the environment
isBuildEnvironmentBooleanThis is a boolean that tracks whether or not the environment is a build environment
environmentNameStringThis is the unique name of the environment

Each target in the list of targets contains these attributes.

AttributesTypeDescription
targetIdLongThis is the unique Id of the environment
targetGroupIdLongThis is a foreign key to the parent targetGroup
environmentIdLongThis is a foreign key to the parent environment
isActiveBooleanThis is a boolean that tracks weather or not the target is active
  • No labels