GET api/ruleactiontypes/{id}
Gets a Rule Action Type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Rule Action Type identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Rule Action Type
RuleActionTypeModelName | Description | Type | Additional information |
---|---|---|---|
Description |
Gets or sets the description of the rule action type |
string |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 3", "id": 4, "description": "sample string 1" }