Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationCode |
The organization code. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of actions.
Collection of Nano.Action| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the end date. |
string |
None. |
| isActive |
Gets or sets a value indicating whether the action is active. |
boolean |
None. |
| isDescriptionAppendable |
Gets or sets a value indicating whether the description is appendable or not. |
boolean |
None. |
| IsDescriptionEditable |
Gets or sets a value indicating whether the description is editable or not. |
boolean |
None. |
| id |
Gets or sets the action identifier. |
integer |
None. |
| organization |
Gets or sets the organization. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"category": "sample String 1",
"code": "sample String 2",
"description": "sample String 3",
"isActive": true,
"isDescriptionAppendable": true,
"IsDescriptionEditable": true,
"id": "7",
"organization": "sample String 8"
},
{
"category": "sample String 1",
"code": "sample String 2",
"description": "sample String 3",
"isActive": true,
"isDescriptionAppendable": true,
"IsDescriptionEditable": true,
"id": "7",
"organization": "sample String 8"
}
]
text/html
Sample:
[{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"isDescriptionAppendable":true,"IsDescriptionEditable":true,"id":"7","organization":"sample String 8"},{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"isDescriptionAppendable":true,"IsDescriptionEditable":true,"id":"7","organization":"sample String 8"}]
application/xml, text/xml
Sample:
<ArrayOfAction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Action>
<Category>sample String 1</Category>
<Code>sample String 2</Code>
<Description>sample String 3</Description>
<IsActive>true</IsActive>
<IsDescriptionAppendable>true</IsDescriptionAppendable>
<IsDescriptionEditable>true</IsDescriptionEditable>
<ActionId>7</ActionId>
<Organization>sample String 8</Organization>
</Action>
<Action>
<Category>sample String 1</Category>
<Code>sample String 2</Code>
<Description>sample String 3</Description>
<IsActive>true</IsActive>
<IsDescriptionAppendable>true</IsDescriptionAppendable>
<IsDescriptionEditable>true</IsDescriptionEditable>
<ActionId>7</ActionId>
<Organization>sample String 8</Organization>
</Action>
</ArrayOfAction>
application/vnd.api+json
Sample:
Sample not available.