• Home
  • Guides
  • Reference
  • Support
Search Results for

    Show / Hide Table of Contents
    • API Overview
      • Overview
      • Authentication
      • Retrieving API Results
      • Referenced vs Inline Entities
      • Choosing API Response Data
      • Handling API Errors
    • separator
    • Vehicle Routing Endpoints
      • Path
    • Optimization Endpoints
      • Instantiate
      • Build
      • Assignment Restrictions
      • Optimize
      • Sequence
      • Evaluate
      • Recommend
      • Insert
      • Centroids
      • Zones
      • Consolidate By Job Restrictions
      • Consolidate By Route Assignments
    • Geocoding Endpoints
      • Geocode
      • Reverse Geocode
    • Task Endpoints
      • List
      • Status
      • Result
      • Cancel
    • Sandbox Endpoints
      • List
      • Create
      • Rename
      • Retrieve
      • Update
      • Delete
      • Revisions
      • Add Revision
      • Expiry
      • Permissions
    • Verizon Connect Fleet Integration Endpoints
      • Pull Platform Data
      • Sync Platform Data
      • List Platform Territories
    • Other Endpoints
      • Canonicalize
      • Route Cards
      • Validate
      • Version
    • separator
    • Request Types
      • problem
      • capacity_metric
      • depot
      • driver
      • driver_break
      • job
      • job_template
      • job_type
      • load_amount
      • marker
      • problem_defaults
      • route
      • schedule
      • settings
      • shift
      • shift_override
      • shift_pattern
      • shift_pattern_assignment
      • stop
      • vehicle
      • zone
      • variance
    • Response Types
      • instantiate_response
      • problem_response
      • problem_aggregates
      • driver_response
      • geocoded_location
      • recommend_option
      • route_response
      • schedule_response
      • schedule_instantiate_response
      • stop_response
      • violation
    • Meta Types
      • task_redirect_response
      • task_status_response
      • validate_response
    • Sandbox Types
      • delta
      • array_delta
      • dict_delta
      • keyed_array_delta
      • object_delta
      • set_delta
      • revision
      • revision_created_response
      • revision_response
      • sandbox_response
    • Common Types
      • date_range
      • day_of_week
      • hazmat_load_type
      • id
      • latlon
      • stop_type
      • time_window
      • custom
      • polygon
    • Primitive Types
      • boolean
      • date
      • datetime
      • float
      • integer
      • string
      • timespan

    Retrieve Sandbox Data

    • GET https://routecloud.telogis.com/v1/sandboxes/{sandbox_id}.
    • Authentication required.
    • Response body:
      • If aggregate=1 is specified, returns a problem_aggregates.
      • Otherwise, if envelope=1 is specified, returns a sandbox_at_revision_envelope.
      • Otherwise, returns a problem.

    Retrieve the contents of the sandbox. The sandbox is always returned in canonical form.

    URL Parameters

    • {sandbox_id} - The id of the sandbox to retrieve.

    Query Parameters

    • revision={revision_number} - Optional. Retrieve the contents of the sandbox at a particular revision number.
    • envelope=1 - Optional. If specified, a sandbox_at_revision_envelope (see below) is returned instead of a problem. This allows a client to atomically retrieve the latest revision contents and details, which enables them to work more robustly when multiple clients are writing to the same sandbox.
    • aggregate=1 - Optional. If specified, a problem_aggregates object summarizing the sandbox is returned, instead of the full problem. Takes precedence over envelope=1. Fields relating to the calculated values of the sandbox are not included in the response. If these are required an evaluate should be used on the sandbox.

    Status Codes

    • 200 - Success.
    • 401 - Authentication required.
    • 403 - The authenticated user does not have permission to perform this action.
    • 404 - The sandbox_id does not exist.

    sandbox_at_revision_envelope

    Name Type Description
    sandbox sandbox_response Details about the sandbox at this revision.
    snapshot problem The data contained within the sandbox at this revision.
    snapshot_created_time datetime When this revision was created, in UTC.
    snapshot_revision integer The revision number of this snapshot.
    snapshot_tag string A string to identify the revision. Assigned by the client on creation.

    See Also

    • Sandboxes.
    In this article
    Back to top
    © 2023 Verizon. All rights reserved. Verizon Privacy policy California Privacy Notice Your Privacy Choices Privacy request