GetAssignmentByName(Integer, String) Method - Author-it On-Premises - Author-it

Author-it Development Documentation

Gets the specified variable assignment.

Parameters

  • objectId

    Type: Integer

    Object ID of the object.

  • variableName

    Type: String

    Name of the variable.

    Note: Do not use brackets in the variable name value. For example, use VARIABLE_NAME instead of <VARIABLE_NAME>. The value is not case-sensitive.

Returns

Type: VariableAssignment

A VariableAssignment object that contains information about the specified variable assignment.

Addresses

JSON: http://<Base Address>/Variable/json/GetAssignmentByName

JSON (for IIS): http://<Base Address>/Variable.svc/json/GetAssignmentByName