GET
/
api
/
v1
/
employees
/
{employee_id}
/
member_snapshots
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/employees/{employee_id}/member_snapshots
{
  "meta": {
    "offset": 0,
    "page_num": 1,
    "page_size": 20,
    "total_records": 2
  },
  "response": [
    {
      "created": 1599184829,
      "employee_id": "7f39b5e0-460d-49e2-83b7-a1b6f2726b12",
      "fulfillment_summary": [
        {
          "carrier_id": "4d4d815b-ae8f-430c-901f-1c9d5ee3f4f1",
          "errors": [],
          "status": "processing"
        }
      ],
      "id": "bc4aea3e-f728-4b05-85dc-e1ea14456e83",
      "modified": 1599184829,
      "status": "processing",
      "version": "431b7d10-3da6-4c5e-bb2f-58a6ebb1224f"
    },
    {
      "created": 1557512389,
      "employee_id": "2613a221-d3c8-4c8a-86d5-e7e885fd1da9",
      "fulfillment_summary": [
        {
          "carrier_id": "4d4d815b-ae8f-430c-901f-1c9d5ee3f4f1",
          "errors": [],
          "status": "sent"
        }
      ],
      "id": "30b74a44-d5b1-4123-a7a4-6d3aec251ba4",
      "modified": 1564440756,
      "status": "completed",
      "version": "6260146a-3486-4c3d-b2a6-fcd3f8c84043"
    }
  ]
}

Path Parameters

employee_id
string
required

The unique identifier of the employee for which you would like to view member snapshots

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

Response

200
application/json
Successful Response - Returns metadata for any matching Member Snapshots
meta
object
required

Metadata associated with the response data

response
object[]
required

List of member snapshot results