cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/topics/{topic_id}/entries/{topic_entry_id} \ --header 'x-api-key: <api-key>'
{ "topicEntryId": "<string>", "topicId": "<string>", "sortOrder": 123, "content": { "type": "<string>", "content": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>" }
Get a topic entry.
API key authentication for the External Actor Gateway
topic_id parameter
topic_entry_id parameter
TopicEntry created successfully
Show child attributes
^\+[1-9]\d{1,14}$
Was this page helpful?