GET
/
api
/
v1
/
groups
/
{group_id}
/
group_connections
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/group_connections
{
  "meta": {
    "offset": 0,
    "page_num": 1,
    "page_size": 20,
    "total_records": 1
  },
  "response": [
    {
      "carrier_id": "8fac0992-933a-4743-8dab-0d606ef2569e",
      "completed": 1557392400,
      "created": 1557329939,
      "group_data": {
        "carrier_group_id": "10000000",
        "group_name": "Test Company"
      },
      "id": "dd9a1813-34f7-4c7e-86bc-f041f2cbd9a1",
      "modified": 1557392400,
      "organization_id": "d61fa455-adf4-4dc4-8c57-6d779ba9475e",
      "request_type": "initial",
      "status": "processing",
      "version": "9906b5d2-e76d-4bad-ba4c-8ce90b6b867b"
    }
  ]
}

Path Parameters

group_id
string
required

The unique identifier of the associated group in Noyo

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

sort_by
string

The attribute on which to sort the group connections

sort_direction
string

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

status
string

Status of group connection for which you would like to filter. Multiple statuses can be used, separated by a comma.

Response

200 - application/json
Successful Response - Returns all matching Group Connection Requests
meta
object
required

Metadata associated with the response data

response
object[]
required

List of group connection results