GET
/
api
/
v1
/
differences
curl --request GET \
  --url https://tracking.noyo.com/api/v1/differences
{
  "meta": {
    "offset": 0,
    "page_num": 1,
    "page_size": 2,
    "total_records": 97
  },
  "response": [
    {
      "carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
      "created": 1698264758,
      "difference_classification": "field_mismatch",
      "difference_type": "dob",
      "discrepancy_time": 1698265273,
      "employee_id": "556f553b-4626-419c-b26e-30bb69956eb0",
      "fields": [
        {
          "carrier_value": "1989-01-12",
          "key": "person.date_of_birth",
          "platform_value": "1999-01-12"
        }
      ],
      "group_id": "26faa540-9ca3-454b-914e-a84701ea04cd",
      "id": "ac951a10-5115-4f1b-a374-5510d818fd07",
      "impact_score": 3,
      "is_dismissed": false,
      "is_suppressed": false,
      "modified": 1706815155,
      "object_id": "d1898ad7-02f8-414f-9f94-5a1acd535c08",
      "object_type": "dependent",
      "organization_id": "34a3ac5b-fa32-4714-b2fe-2ff5a6a3e68c",
      "resolved": 1706815154,
      "version": "be22f69e-84b5-4cb0-a66a-a763641861c1"
    },
    {
      "carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
      "created": 1698264983,
      "difference_classification": "field_mismatch",
      "difference_type": "ie_effective_end_date",
      "discrepancy_time": 1698265071,
      "employee_id": "05da283a-bf0c-4fb6-b3ca-d658350f0ee2",
      "fields": [
        {
          "carrier_value": "2023-10-31",
          "key": "effective_end_date",
          "platform_value": "9999-12-31"
        }
      ],
      "group_id": "26faa540-9ca3-454b-914e-a84701ea04cd",
      "id": "21150bdf-478a-4ac8-a214-bdd413df984e",
      "impact_score": 3,
      "is_dismissed": false,
      "is_suppressed": false,
      "modified": 1707342911,
      "object_id": "751437b9-1380-485f-937b-d86cec916f3e",
      "object_type": "individual_enrollment",
      "organization_id": "34a3ac5b-fa32-4714-b2fe-2ff5a6a3e68c",
      "resolved": 1707342908,
      "version": "44707efe-3900-48dc-a243-e9d3c0781f40"
    }
  ]
}

Query Parameters

page_size
integer

The max size of each page of results

offset
integer

The integer offset at which to start the page. Possible values are 0 to total_records - 1

id
string

Comma-separated list of requested Difference UUIDs

max_impact_score
integer

Filter out differences above this impact score

min_impact_score
integer

Filter out differences below this impact score

is_open
boolean

True if you want differences that still need to be resolved

object_type
string

Comma separated object types you would like to filter on

Example:

"employee,individual_enrollment"

object_id
string

The ID of the object you'd like to filter on

Example:

"2ce3b54a-2535-4803-b218-e6b44081d418"

group_id
string

The ID of the group you'd like to filter on

Example:

"8da8e28d-1dbe-44b4-a973-46e8fc191b6c"

created_before
string

Filter for only differences created before this date (exclusive)

Example:

"2020-12-1"

created_after
string

Filter for only differences created after this date (exclusive)

Example:

"2020-12-1"

impact_type
string

Comma separated impact types you would like to filter on

is_dismissed
boolean

show only differences with the given is_dismissed value

is_discrepancy
boolean

Show only differences that are or are not discrepancies

member_snapshot_id
string

The ID of the member snapshot you'd like to filter on

Example:

"8da8e28d-1dbe-44b4-a973-46e8fc191b6c"

sort_by
string

The attribute on which to sort

sort_direction
string

Either asc or desc, to denote the data's direction

include_unavailable
boolean

Include differences that are known to be unavailable at carrier

classification
string

Comma separated difference classifications to filter differences by

Example:

"field_mismatch,missing_from_platform"

type
string

Comma separated difference types to filter differences by

Example:

"new_hire,phone_number"

Response

200 - application/json
Successful Response - Returns all matching differences
meta
object
required

Metadata associated with the response data

response
object[]
required

List of difference results