# GET /api/dashboard/yard/trailer **GET /api/dashboard/yard/trailer** ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters #### Query parameters - **carrierId** (string) A numeric carrier ID or a list of carrier IDs separated by commas - **filter** (string) - **include_prechecks** (boolean) - **include_trailer_custom_fields** (boolean) - **show_other_carriers** (boolean) - **yardId** (string) A numeric yard ID or a list of yard IDs separated by commas ## Responses ### 200: OK #### Body Parameters: application/json (array[object]) - **id** (integer(int64)) - **status** (string) - **direction** (string) - **yard_id** (integer(int64)) - **yard_name** (string) - **truck_id** (integer(int64)) - **truck_number** (string) - **truck_carrier_id** (integer(int64)) - **truck_carrier_name** (string) - **other_truck_carrier** (string) - **other_trailer_carrier** (string) - **visit_type** (string) - **truck_fuel_type** (string) - **truck_type** (string) - **truck_class** (string) - **truck_image_id** (integer(int64)) - **spare_tire_truck_photo_id** (integer(int64)) - **truck_left_photo_id** (integer(int64)) - **truck_right_photo_id** (integer(int64)) - **truck_carrier_info_photo_id** (integer(int64)) - **license_plate_photo_id** (integer(int64)) - **truck_invalidated_user** (boolean) - **truck_invalidated_auto_missing_movement** (boolean) - **tanker_status** (string) - **pager_number** (string) - **bol_number** (string) - **wash_out_slip_photo_id** (integer(int64)) - **bill_of_lading_photo_id** (integer(int64)) - **visitor_type** (string) - **visitor_name** (string) - **visitor_email** (string) - **visitor_phone_number** (string) - **visitor_person_photo_id** (integer(int64)) - **visitor_company** (string) - **visitor_badge_number** (string) - **visitor_host** (string) - **visitor_host_account_id** (integer(int64)) - **safety_video_confirmation** (boolean) - **truck_out_movement_id** (integer(int64)) - **truck_stay_seconds** (integer(int64)) - **trailer_id** (integer(int64)) - **trailer_number** (string) - **trailer_number_inference** (string) - **movement_trailer_number** (string) - **trailer** (string) - **trailer_type** (string) - **trailer_custom_fields** (object) - **trailer_carrier_id** (integer(int64)) - **trailer_carrier_name** (string) - **trailer_client** (string) - **trailer_priority** (boolean) - **inside_trailer_picture_id** (integer(int64)) - **rear_trailer_picture_id** (integer(int64)) - **left_trailer_image_id** (integer(int64)) - **right_trailer_image_id** (integer(int64)) - **trailer_tags** (array[object]) - **trailer_out_movement_id** (integer(int64)) - **trailer_stay_seconds** (integer(int64)) - **trailer_invalidated_user** (boolean) - **trailer_invalidated_auto_missing_movement** (boolean) - **extra_trailers** (array[object]) - **driver_id** (integer(int64)) - **driver_name** (string) - **driver_license** (string) - **driver_license_picture_id** (integer(int64)) - **driver_safety_card_picture_id** (integer(int64)) - **driver_photo_id** (integer(int64)) - **driver_license_expiration** (string(date-time)) - **movement_driver_name** (string) - **movement_driver_photo_id** (integer(int64)) - **vehicle_image_id** (integer(int64)) - **load** (string) - **seal** (string) - **no_seal** (boolean) - **destination** (string) - **sku** (string) - **shipment_id** (string) - **trailer_location** (object) - **purpose** (string) - **comments** (string) - **movement_timestamp** (string(date-time)) - **age_days** (integer(int64)) - **inspections** (array[object]) - **attachment_ids** (array[integer(int64)]) - **attachment_picture_ids** (array[integer(int64)]) - **seal_picture_ids** (array[integer(int64)]) - **chassis_number** (string) - **chassis_size** (string) - **created_by** (string) - **created_at** (string(date-time)) - **last_modified_by** (string) - **last_modified_at** (string(date-time)) - **precheck** (object) ### 401: Not Authorized ### 403: Not Allowed [Powered by Bump.sh](https://bump.sh)