Retrieve a Precheck by identifier

GET /api/yardmovement-precheck/{id}

This endpoint will return the Precheck even if it has been already checked

Headers

  • Specify effective organization_id for Admin and Group Organization Admins. This is a global header for all endpoints only taken into consideration when it makes sense (it won't be used in Auth, for example)

Path parameters

  • id integer(int64) Required

    id

Responses

GET /api/yardmovement-precheck/{id}
curl \
 -X GET https://api-dev.gatego.io:443/api/yardmovement-precheck/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "attachment_ids": [
    42
  ],
  "attachment_picture_ids": [
    42
  ],
  "chassis_number": "string",
  "chassis_size": "string",
  "checked": false,
  "comments": "string",
  "created_at": "2023-05-04T09:42:00+00:00",
  "created_by": "string",
  "destination": "string",
  "direction": "IN",
  "driver": {
    "id": 42,
    "license": "string",
    "license_expiration": "2023-05-04T09:42:00+00:00",
    "license_picture_id": 42,
    "name": "string",
    "notification_email": "string",
    "notification_phone": "string",
    "notification_preference_channel": "EMAIL",
    "photo_id": 42
  },
  "driver_id": 42,
  "driver_license": "string",
  "driver_license_picture_id": 42,
  "driver_name": "string",
  "driver_notification_email": "string",
  "driver_notification_phone": "string",
  "driver_notification_preference_channel": "EMAIL",
  "driver_photo_id": 42,
  "eta_timestamp": "2023-05-04T09:42:00+00:00",
  "extra_trailers": [
    {
      "carrier_id": 42,
      "carrier_name": "string",
      "client": "string",
      "destination": "string",
      "id": 42,
      "inside_picture_id": 42,
      "left_image_id": 42,
      "load": "string",
      "movement_id": 42,
      "movement_trailer_number": "string",
      "no_seal": true,
      "number": "string",
      "other_carrier": "string",
      "priority": true,
      "purpose": "string",
      "rear_picture_id": 42,
      "right_image_id": 42,
      "seal": "string",
      "seal_picture_ids": [
        42
      ],
      "shipment_id": "string",
      "sku": "string",
      "status": "EMPTY",
      "status_desc": "string",
      "tags": [
        {
          "color": "string",
          "created_at": "2023-05-04T09:42:00+00:00",
          "id": 42,
          "last_modified_at": "2023-05-04T09:42:00+00:00",
          "name": "string"
        }
      ],
      "trailer_location": {
        "level": "string",
        "row": "string",
        "values": [
          "string"
        ],
        "zone": "string"
      },
      "trailer_out_movement_id": 42,
      "trailer_stay_seconds": 42,
      "type": "string"
    }
  ],
  "gatepass_code": "string",
  "id": 42,
  "inside_trailer_picture_id": 42,
  "inspections": [
    {
      "attachments": [
        {
          "attachment_id": 42,
          "name": "string"
        }
      ],
      "created_at": "2023-05-04T09:42:00+00:00",
      "id": 42,
      "inspection_content": {},
      "inspection_type": "string",
      "last_modified_at": "2023-05-04T09:42:00+00:00",
      "trailer_id": 42,
      "trailer_number": "string",
      "truck_id": 42,
      "truck_number": "string",
      "yard_movement_id": 42
    }
  ],
  "last_modified_at": "2023-05-04T09:42:00+00:00",
  "last_modified_by": "string",
  "left_trailer_image_id": 42,
  "load": "string",
  "movement_driver_name": "string",
  "movement_trailer_number": "string",
  "movement_truck_number": "string",
  "no_seal": true,
  "other_trailer_carrier": "string",
  "other_truck_carrier": "string",
  "pin": 42,
  "pin_valid_until": "2023-05-04T09:42:00+00:00",
  "purpose": "string",
  "rear_trailer_picture_id": 42,
  "right_trailer_image_id": 42,
  "seal": "string",
  "seal_picture_ids": [
    42
  ],
  "shipment_id": "string",
  "sku": "string",
  "spare_tire_truck_photo_id": 42,
  "status": "string",
  "trailer": "string",
  "trailer_carrier_id": 42,
  "trailer_carrier_name": "string",
  "trailer_client": "string",
  "trailer_id": 42,
  "trailer_inspection": {
    "attachments": [
      {
        "attachment_id": 42,
        "name": "string"
      }
    ],
    "created_at": "2023-05-04T09:42:00+00:00",
    "id": 42,
    "inspection_content": {},
    "inspection_type": "string",
    "last_modified_at": "2023-05-04T09:42:00+00:00",
    "trailer_id": 42,
    "trailer_number": "string",
    "truck_id": 42,
    "truck_number": "string",
    "yard_movement_id": 42
  },
  "trailer_location": {
    "level": "string",
    "row": "string",
    "values": [
      "string"
    ],
    "zone": "string"
  },
  "trailer_number": "string",
  "trailer_number_inference": "string",
  "trailer_priority": true,
  "trailer_tags": [
    {
      "associated_at": "2023-05-04T09:42:00+00:00",
      "color": "string",
      "created_at": "2023-05-04T09:42:00+00:00",
      "id": 42,
      "last_modified_at": "2023-05-04T09:42:00+00:00",
      "name": "string"
    }
  ],
  "trailer_type": "string",
  "truck_carrier_id": 42,
  "truck_carrier_name": "string",
  "truck_fuel_type": "CNG",
  "truck_id": 42,
  "truck_image_id": 42,
  "truck_inspection": {
    "attachments": [
      {
        "attachment_id": 42,
        "name": "string"
      }
    ],
    "created_at": "2023-05-04T09:42:00+00:00",
    "id": 42,
    "inspection_content": {},
    "inspection_type": "string",
    "last_modified_at": "2023-05-04T09:42:00+00:00",
    "trailer_id": 42,
    "trailer_number": "string",
    "truck_id": 42,
    "truck_number": "string",
    "yard_movement_id": 42
  },
  "truck_left_photo_id": 42,
  "truck_number": "string",
  "truck_right_photo_id": 42,
  "truck_type": "BOX",
  "vehicle_image_id": 42,
  "visit_type": "string",
  "yard_id": 42,
  "yard_movement_id": 42,
  "yard_name": "string"
}