GroupCamp
  • ツアー
    • スケジュール管理
    • プロジェクト管理
    • タイムシート
    • コラボレーション向けイントラネット
    • クライアント向けエクストラネット
    • ファイル共有
  • 価格
    • 価格
    • 全てのプランを比較する
  • リソース
    • ドキュメント
    • ビデオ
    • ブログ
    • ケーススタディー
    • ヘルプ&サポート
  • 会社
    • GroupCampについて
    • クライアント
    • プレス
    • コンタクト
  • サインイン
  • 日本語
    • English
    • Česky
    • Deutsch
    • Español
    • Français
    • Suomi
    • Italiano
    • 日本語
    • Nederlands
    • Polski
    • Português
    • Русский
    • Svenska
    • 简体中文
無料サインアップ
  • ドキュメント
  • ビデオ
  • ブログ
  • ケーススタディー
  • サポートチームへ問い合わせる

検索フォーム

アドミニストレーター予算カレンダーコスト管理トップウィキファイルG Suiteタイムログレポート始めるGmailメール管理タスクEメールプライベート ソーシャル ネットワークプロジェクト設定スケジュール管理アカウントの作成、お支払いの手続きタイムマネージメントユーザー
ドキュメント » アドミニストレーター » Introduction to the GroupCamp API
  • アプリケーション
  • プロジェクト
  • 一般的な質問
  • ユーザー
  • アドミニストレーター
  • オーナー
  • G Suite
  • Getting started with GroupCamp
  • User Administration: colleagues and guests, companies, teams and organizations
  • Project Administration. List of projects.
  • File Administration
  • Manage categories
  • Enable integrations: Box, Dropbox, Google, Microsoft
  • Customize calendar synced fields for Apple, Google or Microsoft Outlook
  • Introduction to the GroupCamp API
  • Export data
Introduction to the GroupCamp API
記事内で:
  • How to get started
  • Authentication
  • CORS Enabled
  • Rate limit
  • How to view UUID objects in the GroupCamp Desktop web interface
  • Getting Help

Introduction to the GroupCamp API

The GroupCamp REST API can respond to JSON requests over HTTPS using standard GET/PUT/POST/DELETE verbs.

Example of HTTP Method and Method name

   GET     core/v1/group/[Group]
   PUT     core/v1/group/[Group]/user/[User]
   POST    core/v1/group/project
   DELETE  core/v1/group/[Group]/user/[User]

GroupCamp API documentation and Python code sample are on github.com/GroupCamp. Here are a few things to know before starting to code.

How to get started

1. Get your API key

Log into your GroupCamp account as an Administrator and go to the Admin panel.

API Icon Click on the API icon.

Enter the application name and select the API type (see on github which API you want to use).

GroupCamp API: Create a new token

Your Token and Secret key have now been created.

GroupCamp API: Token and Secret Key

Notice: If the API service is not enabled in your account, contact the GroupCamp Support team. 

2. User acting

Use an existing user or create a dedicated one. 

This user is taken into account for item ownership and logs when items are updated or created. UI user access rights are not checked when API is being used.

Authentication

Each request must bear a signature in the http 'Authorization' header attribut.

Example with Python:

GroupCamp API: Authentication Python example

CORS Enabled

CORS prevents JavaScript from making requests across domain boundaries, and has spawned various hacks for making cross-domain requests.  Read more about CORS here.

Rate limit

Our main rate limit is 1000 calls maximum per 4-second period.

When the rate limit is reached an Http status 429 is returned. A message is also provided.

How to view UUID objects in the GroupCamp Desktop web interface

When the API is enabled in your account, you can see UUID object in the API tab located in the item's Information panel.

API tab for a group

Authorization access to the API tab is defined in the Privileges tab of the Admin panel.

API privilege to access UUID objects

Getting Help

See Python code samples and GroupCamp API documentation on github.com/GroupCamp. 

Need help? Just contact the GroupCamp support team.

関連ビデオ

  • 1:07
    How to update my profile and set my personal preferences
  • 1:39
    How to create tasks and assign users in a project
  • 0:54
    How to manage email notifications in GroupCamp
  • 1:31
    How to create a new project and invite users with GroupCamp
  • 2:35
    What are the basics of the GroupCamp User Interface
続き

ツアー

  • スケジュール管理
  • プロジェクト管理
  • タイムシート
  • コラボレーション向けイントラネット
  • クライアント向けエクストラネット
  • ファイル共有

価格

  • 価格
  • 全てのプランを比較する

Developers

API Github

リソース

  • ドキュメント
  • ビデオ
  • ブログ
  • ケーススタディー
  • ヘルプ&サポート
サイトマップ

会社

  • GroupCampについて
  • クライアント
  • プレス
  • コンタクト

同意する

  • Terms of Service
  • Billing and Payment Policy
  • Privacy Policy
  • Security statement
  • 当社サイト :
  • US
  • Česká republika
  • Deutschland
  • España
  • France
  • Suomi
  • Italia
  • 日本
  • Nederland
  • Polska
  • Brasil
  • Россия
  • Sverige
  • 中国
© 2019 GroupCamp - 商標、ロゴ、画像の著作権は当社およびコンテンツ提供者に帰属します
HSTS