Retrieve an equipment type entry for a carrier relationship

SecurityAuthToken
Request
path Parameters
carrierRelationshipId
required
string <uuid>

The id of the vendor relationship

recordedEquipmentTypeId
required
string <uuid>

The id of the recorded equipment type

Responses
200

Retrieved equipment type entry

Response Schema: application/json
created_at
string or null <date-time>
eld_provider
string or null
Enum: "eroad" "fleetmatics" "fleetup" "geotab" "ise" "jjkeller" "keep_truckin" "omnitracs_vlv" "peoplenet" "samsara" "teletrac" "zonar"
equipment_metadata
Array of strings

Accepted values - Air Rides, High Cube (110"), Logistic Padded, Alchohol, EDI Capable, Step-Decks, Hot Shots, Double Drops, RGN

freight_authority_vendor_relationship
string or null <uuid>
id
string or null <uuid>
quantity
integer or null <int32>
default

Default error response

get/carrier-relationships/{carrierRelationshipId}/equipment-types/{recordedEquipmentTypeId}/
Request samples
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "eld_provider": "eroad",
  • "equipment_metadata": [
    ],
  • "freight_authority_vendor_relationship": "2f0cec14-ac73-4280-bf2d-ca5dafd05bde",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "quantity": 0
}
Copyright © Shipwell 2025. All right reserved.