retrieve User Action Reason
GET {{baseUrl}}/api/user-action-reason
Retrieves the user action reason for the given Id. If you pass in null for the id, this will return all the user action reasons.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"userActionReason":{"code":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedTexts":{},"text":"\u003cstring\u003e"},"userActionReasons":[{"code":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedTexts":{},"text":"\u003cstring\u003e"},{"code":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedTexts":{},"text":"\u003cstring\u003e"}]}