API Documentation

Last Update: 28 December 2022

GET api/VMCustomProperty



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of VMCustomProperty
Name Description Type Additional information
ID

integer

None.

VMLocalID

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.

LastUpdate

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "VMLocalID": 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",
    "LastUpdate": "2024-11-21T06:23:44.4141189+00:00",
    "RecordStatus": 14
  },
  {
    "$ref": "1"
  }
]