Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
allActions |
Get all actions. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A list of application actions.
Collection of Nano.AppActionName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
id |
Gets or sets the identifier. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "description": "sample String 2", "order": 3, "id": "sample String 4" }, { "code": "sample String 1", "description": "sample String 2", "order": 3, "id": "sample String 4" } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","order":3,"id":"sample String 4"},{"code":"sample String 1","description":"sample String 2","order":3,"id":"sample String 4"}]
application/xml, text/xml
Sample:
<ArrayOfAppAction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppAction> <AppActionName>AddFeesEditRestriction</AppActionName> <Code>sample String 1</Code> <Description>sample String 2</Description> <Order>3</Order> <AppActionId>sample String 4</AppActionId> </AppAction> <AppAction> <AppActionName>AddFeesEditRestriction</AppActionName> <Code>sample String 1</Code> <Description>sample String 2</Description> <Order>3</Order> <AppActionId>sample String 4</AppActionId> </AppAction> </ArrayOfAppAction>
application/vnd.api+json
Sample:
Sample not available.