GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
/
LinkedIn
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}/LinkedIn
{
  "totalPeopleContacted": 30,
  "connectionsSent": 30,
  "autoAcceptedConnections": 19,
  "autoConnectionsConversionRate": 63.33,
  "messagesSent": 0,
  "totalReplies": 0,
  "replyConversionRate": 0,
  "detailedActions": {
    "acceptedAutoConnections": 19,
    "sentAutoConnections": 30,
    "sentManualConnections": 0,
    "repliedAutoMessage": 0,
    "sentAutoMessage": 0,
    "sentManualMessage": 0,
    "repliedAutoConnectionNotes": 0,
    "sentAutoConnectionNotes": 0,
    "repliedAutoInMails": 0,
    "sentAutoInMails": 0,
    "sentManualInMails": 0,
    "manualProfileViews": 0,
    "autoProfileViews": 0,
    "likes": 0,
    "endorses": 0,
    "follows": 0
  }
}

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

The response is of type object.