Engagedly · Example Payload

List Praises Response

Performance ManagementHR SoftwareEmployee EngagementGoal Tracking360 FeedbackLearning ManagementEmployee RecognitionTalent ManagementOKRPeople Operations

List Praises Response is an example object payload from Engagedly, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successpaginationdata

Example Payload

Raw ↑
{
  "success": true,
  "pagination": {
    "page": 1,
    "size": 50,
    "has_more": false,
    "total_records": 1
  },
  "data": [
    {
      "id": 107781,
      "activity_type": "Praise",
      "activity_date": "2019-01-30T06:56:24.895Z",
      "last_updated_at": "2019-01-30T06:56:24.895Z",
      "title": null,
      "content": "Great work on the Q4 deliverables — really exceeded expectations!",
      "pinned": false,
      "author": {
        "name": "Aaron Kutcher",
        "id": "9fcb1375-e11a-4492-b7e8-39d3912231dd",
        "display_picture": {
          "large": "https://social.engagedly.com/uploads/picture/file/3073/reduced_images.jpg",
          "original": "https://social.engagedly.com/uploads/picture/file/3073/images.jpg",
          "reduced": "https://social.engagedly.com/uploads/picture/file/3073/reduced_images.jpg"
        },
        "designation": "Engineering Manager"
      },
      "tags": [
        {
          "code": "excellence",
          "label": "Excellence"
        }
      ],
      "audience": [
        {
          "name": "Everyone",
          "id": "6e9c487c-c23a-44ec-9fe6-a4a4e527552c",
          "display_picture": {
            "large": null,
            "original": null,
            "reduced": null
          },
          "type": "Group"
        }
      ],
      "links": [],
      "attachments": [],
      "comment_details": {
        "count": 2
      },
      "like_details": {
        "count": 5,
        "is_liked": false
      },
      "can_edit": true,
      "can_delete": true,
      "recognized_actors": [
        {
          "name": "Jane Smith",
          "id": "e5838577-2612-44f8-a684-167fdcf2e524",
          "display_picture": {
            "large": null,
            "original": null,
            "reduced": null
          },
          "designation": "Software Engineer"
        }
      ]
    }
  ]
}