# GetTopicByExternalIdRequest ## Example Usage ```typescript import { GetTopicByExternalIdRequest } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetTopicByExternalIdRequest = { externalId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `externalId` | *string* | :heavy_check_mark: | N/A |