GET api/v2/IntegrationTags/Configs/{configId}?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| configId | integer |
Required |
|
| translate | boolean |
Default value is False |
Response
IntegrationTagConfigMultiLanguageBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| Description | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"SId": 1,
"Description": "sample string 2"
}
text/html
Sample:
{"Id":1,"SId":1,"Description":"sample string 2"}