👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request GET \ --url https://{instance}.omniapp.co/api/v1/models/{modelId}/topic/{topicName} \ --header 'Authorization: Bearer <token>'
{ "success": true, "topic": { "name": "<string>", "base_view_name": "<string>", "label": "<string>", "views": [ {} ], "relationships": {} } }
Retrieve a specific topic from a model
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Model ID
Topic name
Topic details
Show child attributes
Was this page helpful?