Orbit · Example Payload

Orbit Get Workspace Slug Organizations Organization Id Activities 200 Response

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen SourceDeveloper Engagement

Orbit Get Workspace Slug Organizations Organization Id Activities 200 Response is an example object payload from Orbit, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataincludedlinks

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "pjLsLQ",
      "type": "discord_message_sent_activity",
      "attributes": {
        "action": "sent",
        "created_at": "2023-06-21T14:54:37.280Z",
        "key": "1015015099",
        "occurred_at": "2023-06-20T14:54:37.241Z",
        "updated_at": "2023-06-21T14:54:37.280Z",
        "type": "DiscordMessageSentActivity",
        "properties": {
          "discord_server": "Orbit-Sandbox",
          "discord_channel": "general"
        },
        "tags": [
          "channel:discord",
          "discord_server:Orbit Sandbox",
          "discord_channel:general"
        ],
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/brandieschmelerii/activities/pjLsLQ",
        "weight": "0.5",
        "activity_link": "http://web.archive.org/web/20240303060821/https://discord.com/channels/823735870825037844/823735870825037847/1015015099",
        "body": "Hello world",
        "body_html": "Hello world"
      },
      "relationships": {
        "activity_type": {
          "data": {
            "id": "DzaseX",
            "type": "activity_type"
          }
        },
        "member": {
          "data": {
            "id": "BwNSO9",
            "type": "member"
          }
        }
      }
    },
    {
      "id": "6ARs9g",
      "type": "discord_message_sent_activity",
      "attributes": {
        "action": "sent",
        "created_at": "2023-06-21T14:54:37.423Z",
        "key": "3401081985",
        "occurred_at": "2023-06-19T14:54:37.396Z",
        "updated_at": "2023-06-21T14:54:37.423Z",
        "type": "DiscordMessageSentActivity",
        "properties": {
          "discord_server": "Orbit-Sandbox",
          "discord_channel": "general"
        },
        "tags": [
          "channel:discord",
          "discord_server:Orbit Sandbox",
          "discord_channel:general"
        ],
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/brandieschmelerii/activities/6ARs9g",
        "weight": "0.5",
        "activity_link": "http://web.archive.org/web/20240303060821/https://discord.com/channels/823735870825037844/823735870825037847/3401081985",
        "body": "Hello world",
        "body_html": "Hello world"
      },
      "relationships": {
        "activity_type": {
          "data": {
            "id": "DzaseX",
            "type": "activity_type"
          }
        },
        "member": {
          "data": {
            "id": "r9nSZ9",
            "type": "member"
          }
        }
      }
    },
    {
      "id": "VWesGO",
      "type": "github_activity",
      "attributes": {
        "action": "created",
        "created_at": "2023-06-21T14:54:37.369Z",
        "key": "github_activity_key:9",
        "occurred_at": "2023-06-18T14:54:37.301Z",
        "updated_at": "2023-06-21T14:54:37.369Z",
        "type": "GithubActivity",
        "properties": {
          "github_repository": "vincenzapfeffer/rosana",
          "github_organization": "vincenzapfeffer"
        },
        "tags": [
          "channel:github",
          "github_organization:vincenzapfeffer",
          "github_repository:vincenzapfeffer/rosana"
        ],
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/brandieschmelerii/activities/VWesGO",
        "weight": "1.0",
        "activity_link": "http://web.archive.org/web/20240303060821/https://github.com/vincenzapfeffer/rosana"
      },
      "relationships": {
        "activity_type": {
          "data": {
            "id": "owxs43",
            "type": "activity_type"
          }
        },
        "member": {
          "data": {
            "id": "BwNSO9",
            "type": "member"
          }
        },
        "repository": {
          "data": {
            "id": "9mPTrn",
            "type": "repository"
          }
        }
      }
    }
  ],
  "included": [
    {
      "id": "DzaseX",
      "type": "activity_type",
      "attributes": {
        "name": "Sent a message in Discord",
        "short_name": "Discord message",
        "key": "discord:message:sent",
        "channel": "discord",
        "source": "discord",
        "weight": "1.0"
      }
    },
    {
      "id": "BwNSO9",
      "type": "member",
      "attributes": {
        "avatar_url": "http://web.archive.org/web/20240303060821/http://github.com/avatar.png",
        "bio": null,
        "birthday": null,
        "company": "Organization1",
        "title": null,
        "created_at": "2023-06-21T14:54:37.231Z",
        "deleted_at": null,
        "location": null,
        "name": "John Doe",
        "pronouns": null,
        "reach": 0,
        "shipping_address": null,
        "slug": "john-doe",
        "source": "installation",
        "tag_list": [],
        "tags": [],
        "teammate": false,
        "tshirt": null,
        "updated_at": "2023-06-21T14:54:37.231Z",
        "merged_at": null,
        "url": null,
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/brandieschmelerii/members/john-doe",
        "created": false,
        "id": "BwNSO9",
        "orbit_level": null,
        "love": null,
        "first_activity_occurred_at": null,
        "last_activity_occurred_at": null,
        "activities_count": 0,
        "activities_score": 0,
        "twitter": null,
        "github": null,
        "discourse": null,
        "email": null,
        "devto": null,
        "linkedin": null,
        "discord": null,
        "github_followers": null,
        "twitter_followers": null,
        "topics": null,
        "languages": null
      },
      "relationships": {
        "identities": {
          "data": []
        },
        "organizations": {
          "data": [
            {
              "id": "nRRFKv",
              "type": "organization"
            }
          ]
        }
      }
    },
    {
      "id": "r9nSZ9",
      "type": "member",
      "attributes": {
        "avatar_url": "http://web.archive.org/web/20240303060821/http://github.com/avatar.png",
        "bio": null,
        "birthday": null,
        "company": "Organization1",
        "title": null,
        "created_at": "2023-06-21T14:54:37.384Z",
        "deleted_at": null,
        "location": null,
        "name": "Jane Smith",
        "pronouns": null,
        "reach": 0,
        "shipping_address": null,
        "slug": "jane-smith",
        "source": "installation",
        "tag_list": [],
        "tags": [],
        "teammate": false,
        "tshirt": null,
        "updated_at": "2023-06-21T14:54:37.384Z",
        "merged_at": null,
        "url": null,
        "orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/brandieschmelerii/members/jane-smith",
        "created": false,
        "id": "r9nSZ9",
        "orbit_level": null,
        "love": null,
        "first_activity_occurred_at": null,
        "last_activity_occurred_at": null,
        "activities_count": 0,
        "activities_score": 0,
        "twitter": null,
        "github": null,
        "discourse": null,
        "email": null,
        "devto": null,
        "linkedin": null,
        "discord": null,
        "github_followers": null,
        "twitter_followers": null,
        "topics": null,
        "languages": null
      },
      "relationships": {
        "identities": {
          "data": []
        },
        "organizations": {
          "data": [
            {
              "id": "nRRFKv",
              "type": "organization"
            }
          ]
        }
      }
    },
    {
      "id": "owxs43",
      "type": "activity_type",
      "attributes": {
        "name": "patch Mysource 101",
        "short_name": "Spec Channel",
        "key": "spec:happened:13",
        "channel": "mysource",
        "source": "mysource",
        "weight": "1.0"
      }
    }
  ],
  "links": {
    "first": "/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=",
    "last": "/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=",
    "prev": null,
    "next": null
  }
}