GET api/PortalAction?category={category}&actionId={actionId}
Retrieves the specific action.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
category |
Teh Category |
string |
Required |
actionId |
The ActionID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MyActionName | Description | Type | Additional information |
---|---|---|---|
Id |
Actual portal id of the action |
globally unique identifier |
None. |
ActionId |
Action Id property |
integer |
None. |
Score |
The score |
integer |
None. |
Name |
The name |
string |
None. |
Order |
The order |
integer |
None. |
Category |
The category of the action |
integer |
None. |
Url |
The url associated with the action |
string |
None. |
NextAction |
The next action after this one |
integer |
None. |
Subscription |
Related subscription level |
string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.