GET
/
api
/
v1
/
groups
/
{group_id}
/
audit_requests
/
list_latest
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/audit_requests/list_latest
[
  {
    "carrier_ids": [
      "8fac0992-933a-4743-8dab-0d606ef2569e"
    ],
    "completed_at": 1602609543,
    "group_id": "2ce3b54a-2535-4803-b218-e6b44081d418"
  }
]

Path Parameters

group_id
string
required

The unique identifier of the associated group in Noyo

Query Parameters

effective_date
string

The relative date on which to view the state of the record

Response

200 - application/json
Successful Response - Returns metadata list about the latest Group Audit Requests for each carrier in the group's carrier config
carrier_ids
string[]
required

List of carrier IDs included in group audit

Carrier ID used for group audit

completed_at
integer
required

The date the group audit request was completed

group_id
string
required

Unique identifier of the associated group in Noyo