retrieve User Action Reason With Id

GET {{baseUrl}}/api/user-action-reason/:userActionReasonId

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

KeyDatatypeRequiredDescription
Acceptstring

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"}]}