Get Assignment Rules

This call gets the details for all assignment rules in a workset. It is sent as a POST call.

Get Assignment Rules call

The body of the call contains the information on the project and workset you want to get assignment rule information on.

{
    "context": {
        "user": "user_ID",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        },
        "workSet": {
            "name": "api_2_workset",
            "version": "1.1"
        }
    }
}

The return message will contain information on all rules in that workset. In the sample below, there are two steps in the workset and rules for both steps are returned.

Return message with all rules

For the remaining calls referenced in this section, the rule ID returned in this call is used to target the call to a specific rule.

Last updated

Was this helpful?