GET api/CRUD/TWDashGet?idworkspace={idworkspace}

*OData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idworkspace

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TWDashDto
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 128

GIDCat

globally unique identifier

None.

NavLevel

integer

Required

NavOrder

integer

Required

IDCust

integer

None.

GID

globally unique identifier

None.

ExtConfig

Collection of DField

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "GIDCat": "d98f2332-9750-4317-8e8a-baaf88f4cb28",
    "NavLevel": 3,
    "NavOrder": 4,
    "IDCust": 5,
    "GID": "d94cbea3-efce-4885-90f8-9768fb212de5",
    "ExtConfig": [
      {
        "SysName": "sample string 1",
        "Val": {}
      },
      {
        "SysName": "sample string 1",
        "Val": {}
      }
    ]
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "GIDCat": "d98f2332-9750-4317-8e8a-baaf88f4cb28",
    "NavLevel": 3,
    "NavOrder": 4,
    "IDCust": 5,
    "GID": "d94cbea3-efce-4885-90f8-9768fb212de5",
    "ExtConfig": [
      {
        "SysName": "sample string 1",
        "Val": {}
      },
      {
        "SysName": "sample string 1",
        "Val": {}
      }
    ]
  }
]