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": "6be10f44-bd0c-4618-84d9-187ee8d6ca30",
    "NavLevel": 3,
    "NavOrder": 4,
    "IDCust": 5,
    "GID": "06d8416f-23da-432c-9b75-ee26eb2e44c4",
    "ExtConfig": [
      {
        "SysName": "sample string 1",
        "Val": {}
      },
      {
        "SysName": "sample string 1",
        "Val": {}
      }
    ]
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "GIDCat": "6be10f44-bd0c-4618-84d9-187ee8d6ca30",
    "NavLevel": 3,
    "NavOrder": 4,
    "IDCust": 5,
    "GID": "06d8416f-23da-432c-9b75-ee26eb2e44c4",
    "ExtConfig": [
      {
        "SysName": "sample string 1",
        "Val": {}
      },
      {
        "SysName": "sample string 1",
        "Val": {}
      }
    ]
  }
]