GET api/Update?vesselid={vesselid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vesselid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FileUpdate
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Label

string

None.

VesselID

integer

None.

Created

date

None.

Type

integer

None.

Path

string

None.

Size

Object

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Label": "sample string 3",
    "VesselID": 4,
    "Created": "2026-04-17T14:54:11.3698293+00:00",
    "Type": 6,
    "Path": "sample string 7",
    "Size": {}
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Label": "sample string 3",
    "VesselID": 4,
    "Created": "2026-04-17T14:54:11.3698293+00:00",
    "Type": 6,
    "Path": "sample string 7",
    "Size": {}
  }
]