API Documentation

Last Update: 28 December 2022

GET api/NetworkVlanCustomProperty



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of NetworkVlanCustomProperty
Name Description Type Additional information
ID

integer

None.

NetworkVlanLocalID

integer

None.

Custom01

string

None.

Custom02

string

None.

Custom03

string

None.

Custom04

string

None.

Custom05

string

None.

Custom06

string

None.

Custom07

string

None.

Custom08

string

None.

Custom09

string

None.

Custom10

string

None.

System01

string

None.

System02

string

None.

System03

string

None.

System04

string

None.

System05

string

None.

LastUpdate

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "NetworkVlanLocalID": 2,
    "Custom01": "sample string 3",
    "Custom02": "sample string 4",
    "Custom03": "sample string 5",
    "Custom04": "sample string 6",
    "Custom05": "sample string 7",
    "Custom06": "sample string 8",
    "Custom07": "sample string 9",
    "Custom08": "sample string 10",
    "Custom09": "sample string 11",
    "Custom10": "sample string 12",
    "System01": "sample string 13",
    "System02": "sample string 14",
    "System03": "sample string 15",
    "System04": "sample string 16",
    "System05": "sample string 17",
    "LastUpdate": "2024-11-21T06:27:38.513656+00:00",
    "RecordStatus": 19
  },
  {
    "$ref": "1"
  }
]