_apply
Applies an object version's data onto that object. (Currently only works with Form versions)
Parameters
id
The ID of the version being applied to an object.
obj_id
The ID of the object which is being modified.
obj_type
The type of object being modified by this function, currently only Form objects.
Example
Result
On Success
On Failure
If the "id" parameter is not set or has a value less than 1:
If the "obj_id" parameter is not set or has a value less than 1:
If "obj_type" parameter is not set or does not have the value "forms":
If a version is not found which fits the "id", "obj_id" and "obj_type" parameters:
Last updated