[Index]
HcsMoveFilterDAT
Model ref.: data/HcsMoveFilterDAT
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "name": { "title": "Name", "description": "The name of the move filter.", "type": "string", "maxLength": 1024, "required": true, "readonly": false, "is_password": false, "displayable": false }, "move_to_hn_uri": { "title": "Move To Hierarchy ", "description": "The business key of the hierarchy node to which the user will be moved if the conditions are satisfied.", "type": "string", "maxLength": 1024, "format": "uri", "required": true, "readonly": false, "is_password": false, "displayable": false, "target": "/api/data/HierarchyNode/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HierarchyNode", "choices": [] }, "move_to_role": { "title": "Move To Role (default)", "description": "The default role to assign to the moved user (if no other LDAP Custom Role Mappings are applicable for the moved user, then this fallback/default role will be applied).", "type": "string", "maxLength": 1024, "format": "uri", "required": true, "readonly": false, "is_password": false, "displayable": false, "target": "/api/data/Role/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_attr": "name", "target_model_type": "data/Role", "choices": [] }, "street_filter": { "title": "Street Filter", "description": "A filter based on matching against the user's street.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's street.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's street.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "l_filter": { "title": "City Filter", "description": "A filter based on matching against the user's city.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's city.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's city.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "st_filter": { "title": "State Filter", "description": "A filter based on matching against the user's state.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's state.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's state.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "postal_filter": { "title": "Postal Code Filter", "description": "A filter based on matching against the user's postal code.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's postal code.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's postal code.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "building_filter": { "title": "Building Name Filter", "description": "A filter based on matching against the user's building name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's building name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's building name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "dept_filter": { "title": "Department Number Filter", "description": "A filter based on matching against the user's department number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's department number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's department number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "c_filter": { "title": "Country Filter", "description": "A filter based on matching against the user's country.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's country.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's country.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "directory_uri_filter": { "title": "Directory URI Filter", "description": "A filter based on matching against the user's directory URI.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's directory URI.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's directory URI.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "display_name_filter": { "title": "Display Name Filter", "description": "A filter based on matching against the user's display name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's display name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's display name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "employee_number_filter": { "title": "Employee Number Filter", "description": "A filter based on matching against the user's employee number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's employee number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's employee number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "employee_type_filter": { "title": "Employee Type Filter", "description": "A filter based on matching against the user's employee type.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's employee type.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's employee type.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "facsimile_telephone_number_filter": { "title": "FAX Number Filter", "description": "A filter based on matching against the user's FAX number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's FAX number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's FAX number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "given_name_filter": { "title": "First Name Filter", "description": "A filter based on matching against the user's first name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's first name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's first name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "home_phone_filter": { "title": "Home Phone Filter", "description": "A filter based on matching against the user's home phone number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's home phone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's home phone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "ip_phone_filter": { "title": "IP Phone Filter", "description": "A filter based on matching against the user's IP phone number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's IP phone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's IP phone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "jabber_id_filter": { "title": "Jabber ID Filter", "description": "A filter based on matching against the user's Jabber ID.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's Jabber ID.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's Jabber ID.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "mail_filter": { "title": "Mail Filter", "description": "A filter based on matching against the user's mail.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's mail.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's mail.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "manager_filter": { "title": "Manager Filter", "description": "A filter based on matching against the user's manager.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's manager.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's manager.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "member_of_filter": { "title": "Member Of Filter", "description": "A filter based on matching against the user's member of.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's groups.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's member of.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "mobile_filter": { "title": "Mobile Filter", "description": "A filter based on matching against the user's mobile.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's mobile number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's mobile.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "o_filter": { "title": "Organization Name Filter", "description": "A filter based on matching against the user's organization name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's organization name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's organization name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "object_class_filter": { "title": "Object Class Filter", "description": "A filter based on matching against the user's object class.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's object class.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's object class.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "other_mailbox_filter": { "title": "Other Mailbox Filter", "description": "A filter based on matching against the user's other mailbox.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's other mailbox.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's other mailbox.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "ou_filter": { "title": "Organization Unit Name Filter", "description": "A filter based on matching against the user's organization unit name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's organization unit name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's organization unit name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "photo_url_filter": { "title": "Photo URL Filter", "description": "A filter based on matching against the user's photo URL.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's photo URL.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's photo URL.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "physical_delivery_office_name_filter": { "title": "Physical Delivery Office Name Filter", "description": "A filter based on matching against the user's physical delivery office name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's physical delivery office name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's physical delivery office name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "preferred_language_filter": { "title": "Preferred Language Filter", "description": "A filter based on matching against the user's preferred language.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's preferred language.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's preferred language.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "sn_filter": { "title": "Last Name Filter", "description": "A filter based on matching against the user's last name.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's last name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's last name.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "telephone_number_filter": { "title": "Telephone Number Filter", "description": "A filter based on matching against the user's telephone number.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's telephone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's telephone number.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "timezone_filter": { "title": "Timezone Filter", "description": "A filter based on matching against the user's timezone.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's timezone.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's timezone.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "title_filter": { "title": "Title Filter", "description": "A filter based on matching against the user's title.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's title.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's title.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "uid_filter": { "title": "Uid Filter", "description": "A filter based on matching against the user's uid.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's uid.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's uid.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "unverified_mail_box_filter": { "title": "Unverified Mail Box Filter", "description": "A filter based on matching against the user's unverified mail box.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's unverified mail box.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's unverified mail box.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "username_filter": { "title": "Username Filter", "description": "A filter based on matching against the user's username.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's username.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's username.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_string_1_filter": { "title": "Custom String 1 Filter", "description": "A filter based on matching against the user's custom string 1.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom string 1.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom string 1.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_string_2_filter": { "title": "Custom String 2 Filter", "description": "A filter based on matching against the user's custom string 2.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom string 2.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom string 2.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_string_3_filter": { "title": "Custom String 3 Filter", "description": "A filter based on matching against the user's custom string 3.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom string 3.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom string 3.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_string_4_filter": { "title": "Custom String 4 Filter", "description": "A filter based on matching against the user's custom string 4.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom string 4.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom string 4.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_string_5_filter": { "title": "Custom String 5 Filter", "description": "A filter based on matching against the user's custom string 5.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom string 5.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom string 5.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_list_of_strings_1_filter": { "title": "Custom List of Strings 1 Filter", "description": "A filter based on matching against the user's custom list of strings 1.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom list of strings 1.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom list of strings 1.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_list_of_strings_2_filter": { "title": "Custom List of Strings 2 Filter", "description": "A filter based on matching against the user's custom list of strings 2.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom list of strings 2.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom list of strings 2.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_list_of_strings_3_filter": { "title": "Custom List of Strings 3 Filter", "description": "A filter based on matching against the user's custom list of strings 3.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom list of strings 3.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom list of strings 3.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_list_of_strings_4_filter": { "title": "Custom List of Strings 4 Filter", "description": "A filter based on matching against the user's custom list of strings 4.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom list of strings 4.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom list of strings 4.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } }, "custom_list_of_strings_5_filter": { "title": "Custom List of Strings 5 Filter", "description": "A filter based on matching against the user's custom list of strings 5.", "type": "object", "required": false, "readonly": false, "is_password": false, "displayable": false, "properties": { "condition": { "title": "Condition", "description": "The specified condition used to match the specified value against the user's custom list of strings 5.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false, "choices": [ { "value": "isexactly", "title": "isexactly" }, { "value": "contains", "title": "contains" } ] }, "value": { "title": "Value", "description": "The specified valued used to match against the user's custom list of strings 5.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "displayable": false, "is_password": false } } } }, "schema_version": "2.1.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/HcsMoveFilterDAT/add/ |
|
The GUI Add form of data/HcsMoveFilterDAT as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/HcsMoveFilterDAT | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/HcsMoveFilterDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsMoveFilterDAT/[pkid1]", "/api/data/HcsMoveFilterDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsMoveFilterDAT/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/HcsMoveFilterDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/HcsMoveFilterDAT/export/ |
|
{ "hrefs":["/api/data/HcsMoveFilterDAT/[pkid1]", "/api/data/HcsMoveFilterDAT/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/HcsMoveFilterDAT and the JSON format can be used to import instances of data/HcsMoveFilterDAT.
GET http://[host-proxy]/api/data/HcsMoveFilterDAT/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/HcsMoveFilterDAT | POST | /api/data/HcsMoveFilterDAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/HcsMoveFilterDAT/ |
|
The data/HcsMoveFilterDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsMoveFilterDAT instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/data/HcsMoveFilterDAT/?skip=0&limit=3&order_by=name&direction=asc&traversal=down" }, "operations": [ "help", "bulk_update_form", "update", "add", "export", "get", "list", "export_bulkload_template", "migration", "remove", "transform", "configuration_template", "field_display_policy" ], "meta": { "model_type": "data/HcsMoveFilterDAT", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "move_to_hn_uri", "title": "Move To Hierarchy " }, { "name": "move_to_role", "title": "Move To Role (default)" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "list", "get", "add", "update", "remove", "import", "export", "export_bulkload_template", "help" ], "schema_version": "2.1.1", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/data/HcsMoveFilterDAT/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsMoveFilterDAT/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "POST", "class": "export", "href": "/api/data/HcsMoveFilterDAT/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/data/HcsMoveFilterDAT/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/data/HcsMoveFilterDAT/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/HcsMoveFilterDAT/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/HcsMoveFilterDAT. | GET | /api/data/HcsMoveFilterDAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/HcsMoveFilterDAT as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/HcsMoveFilterDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/HcsMoveFilterDAT/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Import | POST | /api/data/HcsMoveFilterDAT/[pkid]/import | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/HcsMoveFilterDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/HcsMoveFilterDAT/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/HcsMoveFilterDAT and the JSON format can be used to import instances of data/HcsMoveFilterDAT.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/HcsMoveFilterDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsMoveFilterDAT instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/HcsMoveFilterDAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/HcsMoveFilterDAT. |