Accelerate the Value of Data

Get Action

API to get a specified action information

Returns specified tenant action information.

Request:

GET {lifecycleServiceURL}/api/{tenantId}/actions/{ActionName}
Table 1. Parameters
Name Required Details
Headers Authorization Yes Information about authentication access token in format "Bearer <accessToken>" (see details in Authentication API ).
Content-Type Yes Should be "Content-Type: application/json".

Response

JSON object representing specified action.

Request

GET {lifecycleServiceURL}/api/{tenantId}/actions/NpiCleanseAction
Headers: Authorization: Bearer 204938ca-2cf7-44b0-b11a-1b4c59984512, Content-Type:application/json

Response

{
	"name": "NpiCleanseAction",
	"type": "com.reltio.lifecycle.actions.test.NpiCleanseAction",
	"module": "life-cycle-actions/qa/test.handlers-1.1.0-QA.jar",
	"state": "active",
	"description": "Life Cycle Actions for cleansing NPI attribute",
	"updatedBy": "user",
	"updatedTime": 1440077669259
}