ipOne API Documentation


document/group_list

Important:  An API Key is required to work with these API Calls

Returns the list of Document Groups the current user has permission to see.

Sample Request

http://api.verifiapp.com/document/group_list/{API-KEY}/

Sample Response

{"result":"success","results":[{"folder_id":"2","folder_name":"ipONE HSEQ","folder_last_modified":"2012-08-24 10:19:58","folder_created_date":"2012-08-23 16:44:41","created_by_full_name":"Teodora Boanchis","modified_by_full_name":"Teodora Boanchis"},{"folder_id":"3","folder_name":"External Documents","folder_last_modified":"2012-08-24 10:20:07","folder_created_date":"2012-08-24 10:20:07","created_by_full_name":"Teodora Boanchis","modified_by_full_name":"Teodora Boanchis"},{"folder_id":"4","folder_name":"ipONE HR","folder_last_modified":"2012-08-24 10:20:14","folder_created_date":"2012-08-24 10:20:14","created_by_full_name":"Teodora Boanchis","modified_by_full_name":"Teodora Boanchis"},{"folder_id":"5","folder_name":"Technical Documentation","folder_last_modified":"2012-08-24 10:20:27","folder_created_date":"2012-08-24 10:20:27","created_by_full_name":"Teodora Boanchis","modified_by_full_name":"Teodora Boanchis"}]}

Successful response reference

A successful response will return the following items in a JSON array

Preference Description
result success
results An array containing the following information:
  folder_id The unique folder ID
  folder_name The folder name
  folder_last_modified The date when the folder was modified by the last time
  folder_created_date The date when the folder was created
  created_by_full_name The name of the person who created the file
  modified_by_full_name The name of the person who modified the folder by the last time