GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}
{
  "sequenceId": 123,
  "sequenceName": "Welcome Sequence",
  "deliveredContacts": 50,
  "repliedContacts": 5,
  "interestedContacts": 5,
  "replyRate": 12,
  "deliveryRate": 98,
  "interestedRate": 4
}

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

The response is of type object.