GET api/cruise/{cruiseId}/Hooks
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HookDataTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CruiseID | integer |
None. |
|
| HookNumber | integer |
None. |
|
| UniqueID | globally unique identifier |
None. |
|
| order_vehicle_ID | integer |
None. |
|
| ExternalUniqueIdentifier | globally unique identifier |
None. |
|
| LastModifiedByUser | globally unique identifier |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreationDate | date |
None. |
|
| LastChangeCounter | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CruiseID": 1,
"HookNumber": 2,
"UniqueID": "20ce1199-6058-4c28-a3e5-65e16109e98e",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "aa31f470-638d-44bf-a4b4-39e4e249669a",
"LastModifiedByUser": "0842873c-ef98-4841-a7c5-ad4936d2872d",
"LastModifiedDate": "2026-03-15T03:56:09.7743688",
"CreationDate": "2026-03-15T03:56:09.7743688",
"LastChangeCounter": 5
},
{
"CruiseID": 1,
"HookNumber": 2,
"UniqueID": "20ce1199-6058-4c28-a3e5-65e16109e98e",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "aa31f470-638d-44bf-a4b4-39e4e249669a",
"LastModifiedByUser": "0842873c-ef98-4841-a7c5-ad4936d2872d",
"LastModifiedDate": "2026-03-15T03:56:09.7743688",
"CreationDate": "2026-03-15T03:56:09.7743688",
"LastChangeCounter": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfHookDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels">
<HookDataTransferModel>
<CreationDate>2026-03-15T03:56:09.7743688+00:00</CreationDate>
<ExternalUniqueIdentifier>aa31f470-638d-44bf-a4b4-39e4e249669a</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>0842873c-ef98-4841-a7c5-ad4936d2872d</LastModifiedByUser>
<LastModifiedDate>2026-03-15T03:56:09.7743688+00:00</LastModifiedDate>
<CruiseID>1</CruiseID>
<HookNumber>2</HookNumber>
<UniqueID>20ce1199-6058-4c28-a3e5-65e16109e98e</UniqueID>
<order_vehicle_ID>1</order_vehicle_ID>
</HookDataTransferModel>
<HookDataTransferModel>
<CreationDate>2026-03-15T03:56:09.7743688+00:00</CreationDate>
<ExternalUniqueIdentifier>aa31f470-638d-44bf-a4b4-39e4e249669a</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>0842873c-ef98-4841-a7c5-ad4936d2872d</LastModifiedByUser>
<LastModifiedDate>2026-03-15T03:56:09.7743688+00:00</LastModifiedDate>
<CruiseID>1</CruiseID>
<HookNumber>2</HookNumber>
<UniqueID>20ce1199-6058-4c28-a3e5-65e16109e98e</UniqueID>
<order_vehicle_ID>1</order_vehicle_ID>
</HookDataTransferModel>
</ArrayOfHookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.