GET
エンティティスキーマ一覧
/entities/schema組織内で利用可能なすべてのエンティティスキーマのリストを返します。
一般的なユースケース
- Discover available entity types for data modeling
- Build dynamic forms based on entity schemas
- Validate data before creating records
パラメーター
クエリパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
include_inactive | boolean | Include inactive entity schemas デフォルト: |
コード例
curl -X GET "https://api.qamaq.io/api/v1/entities/schema" \
-H "Authorization: Bearer qmq_your_api_key"レスポンス
200List of entity schemas
Response Body
{
entities:object[]total:integer}