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