version not set
OAS 2.0

api/v1/activity_service.proto

Base URL
Client Libraries
Shell
Ruby
Node.js
PHP
Python
C
More

ActivityService

GetActivity returns the activity with the given id.

Path Parameters
  • id
    required
Responses
  • 200
  • default
GET/api/v1/activities/{id}
Shell cURL
{
  "code": 1,
  "message": "…",
  "details": [
    null
  ]
}

InboxService

MarkdownService

WorkspaceService

GetWorkspaceProfile returns the workspace profile.

Responses
  • 200
  • default
GET/api/v1/workspace/profile
Shell cURL
{
  "code": 1,
  "message": "…",
  "details": [
    null
  ]
}

WorkspaceSettingService