GET api/CRUD/TWDashItemsGet?iddash={iddash}

*OData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
iddash

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TWDashItemDto
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 128

IDDash

integer

Required

IDSet

integer

None.

TileType

enTileType

None.

Def

Collection of DSetDashItem

None.

DefCustom

string

Data type: MultilineText

GIDImage

globally unique identifier

None.

GID

globally unique identifier

None.

GIDCat

globally unique identifier

None.

IDActionDef

integer

None.

xOrd

integer

None.

Active

boolean

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "IDDash": 3,
    "IDSet": 1,
    "TileType": 1,
    "Def": [
      {
        "P1PubName": "sample string 1",
        "P2PubName": "sample string 2",
        "P1Name": "sample string 1",
        "P1Type": 1,
        "P2Name": "sample string 2",
        "P2Type": 1,
        "P1Val": "sample string 3",
        "P2Val": "sample string 4",
        "ExtConfig": [
          {
            "SysName": "sample string 1",
            "Val": {}
          },
          {
            "SysName": "sample string 1",
            "Val": {}
          }
        ]
      },
      {
        "P1PubName": "sample string 1",
        "P2PubName": "sample string 2",
        "P1Name": "sample string 1",
        "P1Type": 1,
        "P2Name": "sample string 2",
        "P2Type": 1,
        "P1Val": "sample string 3",
        "P2Val": "sample string 4",
        "ExtConfig": [
          {
            "SysName": "sample string 1",
            "Val": {}
          },
          {
            "SysName": "sample string 1",
            "Val": {}
          }
        ]
      }
    ],
    "DefCustom": "sample string 5",
    "GIDImage": "7db87fd0-2873-4878-958c-1424448b0c88",
    "GID": "cc2ffbde-ba64-4618-98bb-0f28ac487580",
    "GIDCat": "e03b82a6-42f4-4e2e-946b-090647496d63",
    "IDActionDef": 1,
    "xOrd": 7,
    "Active": true
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "IDDash": 3,
    "IDSet": 1,
    "TileType": 1,
    "Def": [
      {
        "P1PubName": "sample string 1",
        "P2PubName": "sample string 2",
        "P1Name": "sample string 1",
        "P1Type": 1,
        "P2Name": "sample string 2",
        "P2Type": 1,
        "P1Val": "sample string 3",
        "P2Val": "sample string 4",
        "ExtConfig": [
          {
            "SysName": "sample string 1",
            "Val": {}
          },
          {
            "SysName": "sample string 1",
            "Val": {}
          }
        ]
      },
      {
        "P1PubName": "sample string 1",
        "P2PubName": "sample string 2",
        "P1Name": "sample string 1",
        "P1Type": 1,
        "P2Name": "sample string 2",
        "P2Type": 1,
        "P1Val": "sample string 3",
        "P2Val": "sample string 4",
        "ExtConfig": [
          {
            "SysName": "sample string 1",
            "Val": {}
          },
          {
            "SysName": "sample string 1",
            "Val": {}
          }
        ]
      }
    ],
    "DefCustom": "sample string 5",
    "GIDImage": "7db87fd0-2873-4878-958c-1424448b0c88",
    "GID": "cc2ffbde-ba64-4618-98bb-0f28ac487580",
    "GIDCat": "e03b82a6-42f4-4e2e-946b-090647496d63",
    "IDActionDef": 1,
    "xOrd": 7,
    "Active": true
  }
]