Endpoint for Retrieving a Detailed View of Yard Tasks. Optional yard ID can be specified. If no yard ID is specified, the detailed view of all yards is retrieved.

GET /api/yard-task/detailed-view

Query parameters

  • numCompleted integer(int32)

    Optional. Specifies the number of rows for the tasks_completed array. Default is 10.

    Default value is 10.

  • numInProgress integer(int32)

    Optional. Specifies the number of rows for the tasks_in_progress array. Default is 10.

    Default value is 10.

  • numInQueue integer(int32)

    Optional. Specifies the number of rows for the tasks_in_queue array. Default is 10.

    Default value is 10.

  • yardId integer(int64)

    Yard ID

Responses

  • default application/json

    Detailed view retrieved successfully

    Hide response attributes Show response attributes object
    • total_tasks integer(int64)

      Total number of tasks

    • total_tasks_in_progress integer(int64)

      Total number of tasks in progress

    • total_tasks_in_queue integer(int64)

      Total number of tasks in queue

    • total_tasks_completed integer(int64)

      Total number of tasks completed

    • tasks_in_progress array[object]

      Tasks in progress

      Task DTO

      Hide tasks_in_progress attributes Show tasks_in_progress attributes object
      • id integer(int32)

        Unique identifier of the task

      • priority

        Task priority

      • yard_id integer(int32)

        Yard ID

      • created_at object

        Additional properties are allowed.

        Hide created_at attributes Show created_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • updated_at object

        Additional properties are allowed.

        Hide updated_at attributes Show updated_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • started_at object

        Additional properties are allowed.

        Hide started_at attributes Show started_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • completed_at object

        Additional properties are allowed.

        Hide completed_at attributes Show completed_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • canceled_at object

        Additional properties are allowed.

        Hide canceled_at attributes Show canceled_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • trailer_id integer(int32)

        Trailer id

      • trailer_number string

        Trailer number

      • trailer_carrier_id integer(int32)

        Trailer carrier id

      • trailer_carrier_name string

        Trailer carrier name

      • assigned_driver_id integer(int32)

        Assigned driver id

      • assigned_driver_name string

        Assigned driver name

      • pickup_location object

        Location Response DTO

        Additional properties are allowed.

        Hide pickup_location attributes Show pickup_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • drop_off_location object

        Location Response DTO

        Additional properties are allowed.

        Hide drop_off_location attributes Show drop_off_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • time_elapsed integer(int64)

        Time elapsed in seconds

      • time_requested integer(int32)

        Time requested in seconds

      • driver_task_trailer_attachments array[object]

        Attachments

        Task Attachments DTO

        Hide driver_task_trailer_attachments attributes Show driver_task_trailer_attachments attributes object
        • id integer(int64)

          Unique identifier of the task attachment

        • attachment_id integer(int64)

          Attachment ID

      • destination_is_another_yard boolean

        Destination is another yard

      • destination_yard_id integer(int64)

        Destination yard ID

      • top_speed integer(int64)

        Top Speed In KM/h

      • is_manually_assigned boolean

        Task was manually assigned

      • driver_has_active_session boolean

        Driver has an active session

    • tasks_in_queue array[object]

      Tasks in queue

      Task DTO

      Hide tasks_in_queue attributes Show tasks_in_queue attributes object
      • id integer(int32)

        Unique identifier of the task

      • priority

        Task priority

      • yard_id integer(int32)

        Yard ID

      • created_at object

        Additional properties are allowed.

        Hide created_at attributes Show created_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • updated_at object

        Additional properties are allowed.

        Hide updated_at attributes Show updated_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • started_at object

        Additional properties are allowed.

        Hide started_at attributes Show started_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • completed_at object

        Additional properties are allowed.

        Hide completed_at attributes Show completed_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • canceled_at object

        Additional properties are allowed.

        Hide canceled_at attributes Show canceled_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • trailer_id integer(int32)

        Trailer id

      • trailer_number string

        Trailer number

      • trailer_carrier_id integer(int32)

        Trailer carrier id

      • trailer_carrier_name string

        Trailer carrier name

      • assigned_driver_id integer(int32)

        Assigned driver id

      • assigned_driver_name string

        Assigned driver name

      • pickup_location object

        Location Response DTO

        Additional properties are allowed.

        Hide pickup_location attributes Show pickup_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • drop_off_location object

        Location Response DTO

        Additional properties are allowed.

        Hide drop_off_location attributes Show drop_off_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • time_elapsed integer(int64)

        Time elapsed in seconds

      • time_requested integer(int32)

        Time requested in seconds

      • driver_task_trailer_attachments array[object]

        Attachments

        Task Attachments DTO

        Hide driver_task_trailer_attachments attributes Show driver_task_trailer_attachments attributes object
        • id integer(int64)

          Unique identifier of the task attachment

        • attachment_id integer(int64)

          Attachment ID

      • destination_is_another_yard boolean

        Destination is another yard

      • destination_yard_id integer(int64)

        Destination yard ID

      • top_speed integer(int64)

        Top Speed In KM/h

      • is_manually_assigned boolean

        Task was manually assigned

      • driver_has_active_session boolean

        Driver has an active session

    • tasks_completed array[object]

      Tasks completed

      Task DTO

      Hide tasks_completed attributes Show tasks_completed attributes object
      • id integer(int32)

        Unique identifier of the task

      • priority

        Task priority

      • yard_id integer(int32)

        Yard ID

      • created_at object

        Additional properties are allowed.

        Hide created_at attributes Show created_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • updated_at object

        Additional properties are allowed.

        Hide updated_at attributes Show updated_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • started_at object

        Additional properties are allowed.

        Hide started_at attributes Show started_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • completed_at object

        Additional properties are allowed.

        Hide completed_at attributes Show completed_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • canceled_at object

        Additional properties are allowed.

        Hide canceled_at attributes Show canceled_at attributes object
        • year integer(int32) Deprecated
        • month integer(int32) Deprecated
        • date integer(int32) Deprecated
        • day integer(int32) Deprecated
        • hours integer(int32) Deprecated
        • minutes integer(int32) Deprecated
        • seconds integer(int32) Deprecated
        • time_impl integer(int64)
        • timezone_offset integer(int32) Deprecated
        • calendar_date object

          Additional properties are allowed.

          Hide calendar_date attributes Show calendar_date attributes object
          • era object

            Additional properties are allowed.

            Hide era attributes Show era attributes object
            • name string
            • abbr string
            • since integer(int64)
            • since_date object

              Additional properties are allowed.

              Hide since_date attributes Show since_date attributes object
              • era object

                Additional properties are allowed.

              • year integer(int32)
              • month integer(int32)
              • day_of_month integer(int32)
              • day_of_week integer(int32)
              • leap_year boolean
              • hours integer(int32)
              • minutes integer(int32)
              • seconds integer(int32)
              • millis integer(int32)
              • fraction integer(int64)
              • normalized boolean
              • zoneinfo object

                Additional properties are allowed.

                Hide zoneinfo attributes Show zoneinfo attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
              • zone_offset integer(int32)
              • daylight_saving integer(int32)
              • force_standard_time boolean
              • locale object

                Additional properties are allowed.

                Hide locale attributes Show locale attributes object
                • language string
                • script string
                • country string
                • variant string
                • extension_keys array[string(byte)]
                • unicode_locale_attributes array[string]
                • unicode_locale_keys array[string]
                • i_so3_language string
                • i_so3_country string
                • display_language string
                • display_script string
                • display_country string
                • display_variant string
                • display_name string
              • time_of_day integer(int64)
              • standard_time boolean
              • daylight_time boolean
              • zone object

                Additional properties are allowed.

                Hide zone attributes Show zone attributes object
                • id string
                • raw_offset integer(int32)
                • i_d string
                • display_name string
                • d_stsavings integer(int32)
            • local_time boolean
            • hash integer(int32)
            • abbreviation string
          • year integer(int32)
          • month integer(int32)
          • day_of_month integer(int32)
          • day_of_week integer(int32)
          • leap_year boolean
          • hours integer(int32)
          • minutes integer(int32)
          • seconds integer(int32)
          • millis integer(int32)
          • fraction integer(int64)
          • normalized boolean
          • zoneinfo object

            Additional properties are allowed.

            Hide zoneinfo attributes Show zoneinfo attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • zone_offset integer(int32)
          • daylight_saving integer(int32)
          • force_standard_time boolean
          • locale object

            Additional properties are allowed.

            Hide locale attributes Show locale attributes object
            • language string
            • script string
            • country string
            • variant string
            • extension_keys array[string(byte)]
            • unicode_locale_attributes array[string]
            • unicode_locale_keys array[string]
            • i_so3_language string
            • i_so3_country string
            • display_language string
            • display_script string
            • display_country string
            • display_variant string
            • display_name string
          • time_of_day integer(int64)
          • standard_time boolean
          • daylight_time boolean
          • zone object

            Additional properties are allowed.

            Hide zone attributes Show zone attributes object
            • id string
            • raw_offset integer(int32)
            • i_d string
            • display_name string
            • d_stsavings integer(int32)
          • cached_year integer(int32)
          • cached_fixed_date_jan1 integer(int64)
          • cached_fixed_date_next_jan1 integer(int64)
          • normalized_year integer(int32)
          • cached_jan1 integer(int64)
        • nanos integer(int32)
        • time integer(int64)
      • trailer_id integer(int32)

        Trailer id

      • trailer_number string

        Trailer number

      • trailer_carrier_id integer(int32)

        Trailer carrier id

      • trailer_carrier_name string

        Trailer carrier name

      • assigned_driver_id integer(int32)

        Assigned driver id

      • assigned_driver_name string

        Assigned driver name

      • pickup_location object

        Location Response DTO

        Additional properties are allowed.

        Hide pickup_location attributes Show pickup_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • drop_off_location object

        Location Response DTO

        Additional properties are allowed.

        Hide drop_off_location attributes Show drop_off_location attributes object
        • id integer(int64)

          ID

        • location_type

          Location type

        • yard_name string

          Yard name

        • location_json object

          Location JSON

          Hide location_json attribute Show location_json attribute object
          • * object Additional properties

            Additional properties are allowed.

        • location_levels array[string]

          Location levels

        • location_coords object

          Additional properties are allowed.

          Hide location_coords attributes Show location_coords attributes object
          • latitude number(double)
          • longitude number(double)
        • location_raw string

          Location raw

      • time_elapsed integer(int64)

        Time elapsed in seconds

      • time_requested integer(int32)

        Time requested in seconds

      • driver_task_trailer_attachments array[object]

        Attachments

        Task Attachments DTO

        Hide driver_task_trailer_attachments attributes Show driver_task_trailer_attachments attributes object
        • id integer(int64)

          Unique identifier of the task attachment

        • attachment_id integer(int64)

          Attachment ID

      • destination_is_another_yard boolean

        Destination is another yard

      • destination_yard_id integer(int64)

        Destination yard ID

      • top_speed integer(int64)

        Top Speed In KM/h

      • is_manually_assigned boolean

        Task was manually assigned

      • driver_has_active_session boolean

        Driver has an active session

  • 401

    Not Authorized

  • 403

    Not Allowed

GET /api/yard-task/detailed-view
curl \
 --request GET 'https://api-dev.gatego.io/api/yard-task/detailed-view'
Response examples (default)
{
  "total_tasks": 42,
  "total_tasks_in_progress": 42,
  "total_tasks_in_queue": 42,
  "total_tasks_completed": 42,
  "tasks_in_progress": [
    {
      "id": 1,
      "priority": "URGENT",
      "yard_id": 1,
      "created_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "updated_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "started_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "completed_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "canceled_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "trailer_id": 1,
      "trailer_number": "123",
      "trailer_carrier_id": 1,
      "trailer_carrier_name": "Carrier",
      "assigned_driver_id": 1,
      "assigned_driver_name": "Driver",
      "pickup_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "drop_off_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "time_elapsed": 3600,
      "time_requested": 3600,
      "driver_task_trailer_attachments": [
        {
          "id": 1,
          "attachment_id": 1
        }
      ],
      "destination_is_another_yard": true,
      "destination_yard_id": 1,
      "top_speed": 51,
      "is_manually_assigned": true,
      "driver_has_active_session": true
    }
  ],
  "tasks_in_queue": [
    {
      "id": 1,
      "priority": "URGENT",
      "yard_id": 1,
      "created_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "updated_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "started_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "completed_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "canceled_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "trailer_id": 1,
      "trailer_number": "123",
      "trailer_carrier_id": 1,
      "trailer_carrier_name": "Carrier",
      "assigned_driver_id": 1,
      "assigned_driver_name": "Driver",
      "pickup_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "drop_off_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "time_elapsed": 3600,
      "time_requested": 3600,
      "driver_task_trailer_attachments": [
        {
          "id": 1,
          "attachment_id": 1
        }
      ],
      "destination_is_another_yard": true,
      "destination_yard_id": 1,
      "top_speed": 51,
      "is_manually_assigned": true,
      "driver_has_active_session": true
    }
  ],
  "tasks_completed": [
    {
      "id": 1,
      "priority": "URGENT",
      "yard_id": 1,
      "created_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "updated_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "started_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "completed_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "canceled_at": {
        "year": 42,
        "month": 42,
        "date": 42,
        "day": 42,
        "hours": 42,
        "minutes": 42,
        "seconds": 42,
        "time_impl": 42,
        "timezone_offset": 42,
        "calendar_date": {
          "era": {
            "name": "string",
            "abbr": "string",
            "since": 42,
            "since_date": {
              "era": {},
              "year": 42,
              "month": 42,
              "day_of_month": 42,
              "day_of_week": 42,
              "leap_year": true,
              "hours": 42,
              "minutes": 42,
              "seconds": 42,
              "millis": 42,
              "fraction": 42,
              "normalized": true,
              "zoneinfo": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              },
              "zone_offset": 42,
              "daylight_saving": 42,
              "force_standard_time": true,
              "locale": {
                "language": "string",
                "script": "string",
                "country": "string",
                "variant": "string",
                "extension_keys": [
                  "string"
                ],
                "unicode_locale_attributes": [
                  "string"
                ],
                "unicode_locale_keys": [
                  "string"
                ],
                "i_so3_language": "string",
                "i_so3_country": "string",
                "display_language": "string",
                "display_script": "string",
                "display_country": "string",
                "display_variant": "string",
                "display_name": "string"
              },
              "time_of_day": 42,
              "standard_time": true,
              "daylight_time": true,
              "zone": {
                "id": "string",
                "raw_offset": 42,
                "i_d": "string",
                "display_name": "string",
                "d_stsavings": 42
              }
            },
            "local_time": true,
            "hash": 42,
            "abbreviation": "string"
          },
          "year": 42,
          "month": 42,
          "day_of_month": 42,
          "day_of_week": 42,
          "leap_year": true,
          "hours": 42,
          "minutes": 42,
          "seconds": 42,
          "millis": 42,
          "fraction": 42,
          "normalized": true,
          "zoneinfo": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "zone_offset": 42,
          "daylight_saving": 42,
          "force_standard_time": true,
          "locale": {
            "language": "string",
            "script": "string",
            "country": "string",
            "variant": "string",
            "extension_keys": [
              "string"
            ],
            "unicode_locale_attributes": [
              "string"
            ],
            "unicode_locale_keys": [
              "string"
            ],
            "i_so3_language": "string",
            "i_so3_country": "string",
            "display_language": "string",
            "display_script": "string",
            "display_country": "string",
            "display_variant": "string",
            "display_name": "string"
          },
          "time_of_day": 42,
          "standard_time": true,
          "daylight_time": true,
          "zone": {
            "id": "string",
            "raw_offset": 42,
            "i_d": "string",
            "display_name": "string",
            "d_stsavings": 42
          },
          "cached_year": 42,
          "cached_fixed_date_jan1": 42,
          "cached_fixed_date_next_jan1": 42,
          "normalized_year": 42,
          "cached_jan1": 42
        },
        "nanos": 42,
        "time": 42
      },
      "trailer_id": 1,
      "trailer_number": "123",
      "trailer_carrier_id": 1,
      "trailer_carrier_name": "Carrier",
      "assigned_driver_id": 1,
      "assigned_driver_name": "Driver",
      "pickup_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "drop_off_location": {
        "id": 1,
        "location_type": "RAW_STRING",
        "yard_name": "Miami Yard",
        "location_json": {
          "additionalProperty1": {},
          "additionalProperty2": {}
        },
        "location_levels": [
          "string"
        ],
        "location_coords": {
          "latitude": 42.0,
          "longitude": 42.0
        },
        "location_raw": "string"
      },
      "time_elapsed": 3600,
      "time_requested": 3600,
      "driver_task_trailer_attachments": [
        {
          "id": 1,
          "attachment_id": 1
        }
      ],
      "destination_is_another_yard": true,
      "destination_yard_id": 1,
      "top_speed": 51,
      "is_manually_assigned": true,
      "driver_has_active_session": true
    }
  ]
}