GET - Organization Preferences

GET Organization Preferences

The GET /organizations/me/preferences endpoint allows for users to pull back information on their Organizations Preferences based on the authenticated user.

The GET HTTP Endpoint for Organization Preferences is listed below:

HTTP Verb: GET
URI: https://{domain}.organizations.services.10-4.com/v2/organizations/me/preferences
Authentication: Bearer Token

Success response:

{
    "data": [
        {
            "autoRefreshMinutes": 5,
            "lastEditDate": "2018-09-02T00:06:20+00:00",
            "defaultSortFieldID": null,
            "isManualShipmentEnabledFlag": false,
            "showPCMilerRouteByDefaultFlag": true,
            "showGoogleRouteByDefaultFlag": false,
            "geofenceRadiusInFeet": 10613,
            "earlyIsAGoodThing": true,
            "earlyShipmentStatusMinutes": 120,
            "onTimeShipmentStatusMinutes": 0,
            "inJeopardyShipmentStatusMinutes": 0,
            "lateShipmentStatusMinutes": 0,
            "hasEarlyStatusDefined": true,
            "hasInJeopardyStatusDefined": true,
            "showPendingShipmentsByDefaultFlag": null,
            "sortOptionFieldType": 2,
            "shipmentsToHistoryPageTimeframeInHours": 12,
            "autoSetAtConsigneeToDeliveredFlag": false,
            "trackingLostMinutes": 180,
            "hasTrackingLostDefined": true,
            "displayDeliveryStatusToDestination": false,
            "dwellTimeEnabled": true,
            "dwellTimeMinutes": 120,
            "customLogoToken": null,
            "showEta": true,
            "shipmentExpirationTimeFrameHours": 504,
            "temperatureAlertMinutes": 0,
            "temperatureAlertBelowMin": 0,
            "temperatureAlertAboveMax": 0,
            "allowCarrierReportedStopDatesOverride": false,
            "displayCarrierProvidedActualsOnly": false,
            "dropTrailerPickupRulesEnabled": false,
            "dropTrailerDeliveryRulesEnabled": false,
            "isDropTrailerSameDayPickup": true,
            "isDropTrailerSameDayDelivery": true,
            "dropTrailerWindowPickupTimeFrom": null,
            "dropTrailerWindowPickupTimeTo": null,
            "dropTrailerWindowDeliveryTimeFrom": null,
            "dropTrailerWindowDeliveryTimeTo": null,
            "hasRequiredAppointmentEarlyRules": false,
            "etaBaselineIncreaseOrDecrease": 1,
            "etaBaselineEnabled": false,
            "etaBaselineMinutes": 30,
            "etaHotLoadBaselineIncreaseOrDecrease": 1,
            "etaHotloadBaselineEnabled": false,
            "etaHotloadBaselineMinutes": 30,
            "enablePessimisticFilterFlag": false,
            "mobileNotificationDispatchMinutesPriorToScheduledPickup": null
        }
    ],
    "messages": [],
    "totalPossibleCount": 1
}