Search Document or Folder Properties

POST /ws/rest/service/v1/dm/search

Purpose

Provide a web service to search a document/folder properties.

Input

Form Data (content Type: application/x-www-form-urlencoded)

Name

Label

uuu_dm_node_name

Name

uuu_dm_create_by

Owner

uuu_file_title

Title

Comparator:

Example:

"projectnumber":"0002"

"parentpath":"/Meeting%20Minutes"

"query":[ { "name":"uuu_dm_node_name", "label":"Name","value":"meetingnotes.txt", "comparator":"like" } ,[ { "name":"", "label":"Pub No.", "value":"2", "comparator":"gt" }]

"match":"OR"

Output

Output will be same as /dm/node/properties REST call.

Json object containing 'status', 'data', 'message'

"data" will be array of document or folder properties matching the search term specified in the request.

Example:

{

"data":

[

{

"Owner":"Company Administrator",

"projectnumber":null,

"node_path":"/Company Documents",

"Description":"",

"type":"Folder",

"foreignKeyId":-1000,

"parentUuid":null,

"Name":"Company Documents",

"parent_node_id":285,

"foreignEntityType":"company",

"% Complete":"0",

"Location":"/",

"node_id":700,

"upload_date":"2017-12-07T07:54"

},

{

"Revision No.":"",

"Owner":"Company Administrator",

"projectnumber":null,

"node_path":"/Folder City/Fremont/AutoVue_Applet-Free_Client_TUD.pdf",

"Description":"",

"Pub No.":"1",

"file_name":"AutoVue_Applet-Free_Client_TUD.pdf",

"annotate":true,

"type":"Document",

"title":"",

"foreignKeyId":-1000,

"parentUuid":294,

"file_size":"448519",

"uuu_create_by":"Company Administrator",

"file_id":58,

"Issue Date":"",

"foreignEntityType":"company",

"% Complete":"0",

"Location":"/Folder City/Fremont",

"node_id":306,

"upload_date":"2017-11-03T14:02"

},

],

"message":

[

],

"status":200

}

Related Topics

Document Manager

Folder Services

Document Services

Rename a Node by Node ID

Rename Unpublished Document by File ID

Get Node Permissions by Node Path and Project Number

Get Node Permissions by Node Path, Project Number, and User or Group

Add Node Permissions by Node Path and Project Number

Update Node Permissions by Node Path and Project Number

Remove Node Permissions by Node Path and Project Number

Remove Node Permissions by Node Path, Project Number, and User or Group

Set Permissions in Document Manager



Last Published Friday, December 13, 2024