Orbit · Example Payload

Orbit Post Workspace Slug Activities 201 Response

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen-SourceDeveloper Engagement

Orbit Post Workspace Slug Activities 201 Response is an example object payload from Orbit, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataincluded

Example Payload

Raw ↑
{
  "data": {
    "id": "6zoslV",
    "type": "custom_activity",
    "attributes": {
      "action": "happened",
      "created_at": "2023-06-21T14:54:08.263Z",
      "key": "thing-123",
      "occurred_at": "2023-06-21T14:54:08.255Z",
      "updated_at": "2023-06-21T14:54:08.263Z",
      "type": "CustomActivity",
      "properties": {},
      "tags": [
        "product",
        "enterprise",
        "channel:custom",
        "custom_type:custom-type",
        "custom_title:did-a-thing"
      ],
      "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/mscalandrabrekke/activities/6zoslV",
      "weight": "0.2",
      "custom_description": "More info about the thing",
      "custom_link": "http://web.archive.org/web/20240303060821/http://link.com/",
      "custom_link_text": "See the thing",
      "custom_title": "Did a thing",
      "custom_type": "custom-type",
      "custom_context": null,
      "body": "More info about the thing"
    },
    "relationships": {
      "activity_type": {
        "data": {
          "id": "574seD",
          "type": "activity_type"
        }
      },
      "member": {
        "data": {
          "id": "r9nS0B",
          "type": "member"
        }
      },
      "user": {
        "data": {
          "id": "DXKFEz",
          "type": "user"
        }
      }
    }
  },
  "included": [
    {
      "id": "574seD",
      "type": "activity_type",
      "attributes": {
        "name": "Something happened",
        "short_name": "Custom",
        "key": "custom:happened",
        "channel": "custom",
        "source": "custom",
        "weight": "1.0"
      }
    },
    {
      "id": "3YETv3",
      "type": "twitter_identity",
      "attributes": {
        "uid": "45297280",
        "email": null,
        "username": "dzello",
        "name": "Josh Dzielak",
        "source": "twitter",
        "source_host": "twitter.com",
        "profile_url": "http://web.archive.org/web/20240303060821/https://twitter.com/dzello",
        "url": null
      }
    },
    {
      "id": "r9nS0B",
      "type": "member",
      "attributes": {
        "avatar_url": "http://web.archive.org/web/20240303060821/https://abs.twimg.com/sticky/default_profile_images/default_profile.png",
        "bio": "<a href='http://web.archive.org/web/20240303060821/https://dzello.com/blog/2020/05/30/black-lives-matter/' target='_blank'>dzello.com/blog/2020/05/3\u2026</a> Co-founder & CTO @OrbitModel \u00b7 advocate for dev advocates \ud83e\udd51 \u00b7 formerly @algolia and @keen_io \u00b7 Ruby \u00b7 Rails \u00b7 JAMstack \u00b7 he/him",
        "birthday": null,
        "company": null,
        "title": null,
        "created_at": "2023-06-21T14:54:08.167Z",
        "deleted_at": null,
        "location": "Paris, France",
        "name": "Josh Dzielak",
        "pronouns": null,
        "reach": 1,
        "shipping_address": null,
        "slug": "dzello",
        "source": "api",
        "tag_list": [
          "one",
          "two"
        ],
        "tags": [
          "one",
          "two"
        ],
        "teammate": false,
        "tshirt": null,
        "updated_at": "2023-06-21T14:54:08.191Z",
        "merged_at": null,
        "url": "http://web.archive.org/web/20240303060821/https://dzello.com/blog/2020/05/30/black-lives-matter/",
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/mscalandrabrekke/members/dzello",
        "created": true,
        "id": "r9nS0B",
        "orbit_level": null,
        "love": null,
        "first_activity_occurred_at": null,
        "last_activity_occurred_at": null,
        "activities_count": 0,
        "activities_score": 0,
        "twitter": "dzello",
        "github": null,
        "discourse": null,
        "email": null,
        "devto": null,
        "linkedin": null,
        "discord": null,
        "github_followers": null,
        "twitter_followers": 9,
        "topics": null,
        "languages": null
      },
      "relationships": {
        "identities": {
          "data": [
            {
              "id": "3YETv3",
              "type": "twitter_identity"
            }
          ]
        },
        "organizations": {
          "data": []
        }
      }
    },
    {
      "id": "DXKFEz",
      "type": "user",
      "attributes": {
        "name": "DiedreHettinger",
        "updated_at": "2023-06-21T14:54:08.087Z",
        "created_at": "2023-06-21T14:54:08.081Z"
      }
    }
  ]
}