Get Assignment Rule Definitions

Use this operation to retrieve all assignment rule definitions (not associations), for a particular stage for a given application.

Table 4-20 Get Assignment Rule Definitions

Name Description
Action Type GET
Request URI http://myServer.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/assignmentRules?queryParameter={"stageName":"Customer Activity Cost"}
Request Payload  
Response
{
    "items": [{
        "name": "Apply Testing"
    }, {
        "name": "Apply Service Calls"
    }, {
        "name": "Apply Ship and Order Assembly"
    }, {
        "name": "Apply Business Support Driver"
    }, {
        "name": "Warehouse Sppt Act Charges All Customer No Product"
    }, {
        "name": "Apply All Building Activities"
    }],
    "type": "Profitability",
    "links": [{
        "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/assignmentRules?queryParameter=%7B%22stageName%22:%22Customer%20Activity%20Cost%22%7D",
        "action": "GET",
        "rel": "self",
        "data": {
            "stageName": "Customer Activity Cost"
        }
    }],
    "status": 0,
    "details": "",
    "statusMessage": "Success"
}
Process Type Synchronous

Request Parameters: None

Response Values: None