GET auxiliary/defaultvalue

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DefaultValue
NameDescriptionTypeAdditional information
Id

integer

None.

Tag

string

None.

Value

string

None.

DateCreated

date

None.

DateLastModified

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Tag": "sample string 2",
    "Value": "sample string 3",
    "DateCreated": "2026-06-03T07:49:38.9429137-04:00",
    "DateLastModified": "2026-06-03T07:49:38.9429137-04:00"
  },
  {
    "Id": 1,
    "Tag": "sample string 2",
    "Value": "sample string 3",
    "DateCreated": "2026-06-03T07:49:38.9429137-04:00",
    "DateLastModified": "2026-06-03T07:49:38.9429137-04:00"
  }
]