Reflektive · Example Payload

V1 Real Time Feedback List

Performance ManagementHREmployee FeedbackGoal TrackingEngagement SurveysReviewsPeople AnalyticsREST API

V1 Real Time Feedback List is an example object payload from Reflektive, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

linksdata

Example Payload

Raw ↑
{
  "links": {
    "self": "/v1/real-time-feedback?created_after=1477877614",
    "next": "/v1/real-time-feedback?created_after=1477877614?page=2",
    "last": "/v1/real-time-feedback?created_after=1477877614?page=5"
  },
  "data": [
    {
      "uuid": "e8678ff9-3ae4-4b2b-b7af-f7240155f753",
      "sender": {
        "uuid": "04b09952-6b79-454e-8306-9c7f015267b5",
        "email": "darth.vader@example.com",
        "name": "Darth Vader",
        "photo": "https://www.example.com/darth.vader.jpg"
      },
      "recipient": {
        "uuid": "addd9666-788a-4eb6-82a2-225a7600e4c9",
        "email": "luke.skywalker@example.com",
        "name": "Luke Skywalker",
        "photo": "https://www.example.com/luke.skywalker.jpg"
      },
      "content": "Most impressive.",
      "created_at": "2016-10-31T23:43:20Z"
    },
    {
      "uuid": "ab5eea44-bfd6-4e16-8129-12963efd054b",
      "sender": {
        "uuid": "4dd3d0f0-d856-4981-b376-5602c07cad4f",
        "email": "chewbacca@example.com",
        "name": "Chewbacca",
        "photo": "https://www.example.com/chewbacca.jpg"
      },
      "recipient": {
        "uuid": "962e6d3a-ade5-4bc7-8672-70236075be5a",
        "email": "han.solo@example.com",
        "name": "Han Solo",
        "photo": "https://www.example.com/han.solo.jpg"
      },
      "content": "Raawwrr",
      "created_at": "2016-10-31T23:22:28Z"
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/v1-real-time-feedback-list"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.