# CrmVExtensionsCardsDev_TopLevelActionsSettingsPropertyNamesIncludedSampleResponse Get sample card detail response Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request. - Catalog: `PublicAppCrmCards` - Schema: `Basic` This is a read-only table. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API. ## Table Columns The columns of the table `CrmVExtensionsCardsDev_TopLevelActionsSettingsPropertyNamesIncludedSampleResponse` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `allItemsLinkUrl` | `varchar2` | All Items Link URL | ☐ | URL to a page the integrator has built that displays all details for this card. This URL will be displayed to users under a `See more [x]` link if there are more than five items in your response, where `[x]` is the value of `itemLabel`. | | `cardLabel` | `varchar2` | Card Label | ☐ | The label to be used for the `allItemsLinkUrl` link (e.g. 'See more tickets'). If not provided, this falls back to the card's title. | | `height` | `int32` | Height | ☐ | The height of the iframe in pixels. | | `label` | `varchar2` | Label | ☐ | The label for this property as you'd like it displayed to users. | | `primary_confirmation_cancelButtonLabel` | `varchar2` | | ☐ | The label for the button that cancels the action. | | `primary_confirmation_confirmButtonLabel` | `varchar2` | | ☐ | The label for the button that confirms the action. | | `primary_confirmation_prompt` | `varchar2` | | ☐ | The message displayed to the user to confirm the action. | | `primary_httpMethod` | `varchar2` | | ☐ | The HTTP method to be used when making the call, which can be set to GET, POST, PUT, DELETE, or PATCH. If using GET or DELETE | | `primary_label` | `varchar2` | | ☐ | The label for this property as you'd like it displayed to users. | | `primary_type` | `varchar2` | | ☐ | The type of status. | | `primary_url` | `varchar2` | | ☐ | The URL endpoint that will be called when the action is triggered. | | `primary` | `varchar2` | Primary | ☐ | | | `responseVersion` | `varchar2` | Response Version | ☐ | The number version of the response. | | `TEXT` | `varchar2` | Text | ☐ | | | `totalCount` | `int32` | Total Count | ☐ | The total number of card properties that will be sent in this response. | | `type` | `varchar2` | Type | ☐ | The type of status. | | `url` | `varchar2` | URL | ☐ | The URL endpoint that will be loaded in the iframe when triggered. | | `width` | `int32` | Width | ☐ | The width of the iframe in pixels. |