{ "uuid": "a2cc3527-68c4-406a-8cb3-7733af268571", "lastMigration": 29, "name": "Google Vault API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "803b81d8-04aa-4279-835d-bd9fb3fb5bd3", "documentation": "Lists matters the requestor has access to.", "method": "get", "endpoint": "v1/matters", "responses": [ { "uuid": "6e03b2df-aebf-40fd-a2b9-abf5f1de7052", "body": "{\n \"matters\": [\n {\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d85598de-f384-4b5e-a118-43bb334dc48a", "documentation": "Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.", "method": "post", "endpoint": "v1/matters", "responses": [ { "uuid": "8300d69e-e325-458d-aaa5-a1b3bca47258", "body": "{\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83fde188-1a65-42d7-b00c-1b9bcbf7fa48", "documentation": "Deletes the specified matter. Returns the matter with updated state.", "method": "delete", "endpoint": "v1/matters/:matterId", "responses": [ { "uuid": "d2117840-c456-4171-8e2d-870a7cf42484", "body": "{\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "373ea11b-606a-419c-9950-f94b434ecd19", "documentation": "Gets the specified matter.", "method": "get", "endpoint": "v1/matters/:matterId", "responses": [ { "uuid": "ed150375-2129-43c2-b3a2-6d8e60fa464a", "body": "{\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "421807a6-1229-4c4a-bb33-f64b0036f162", "documentation": "Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.", "method": "put", "endpoint": "v1/matters/:matterId", "responses": [ { "uuid": "fb840d81-d9b5-4381-8157-b41257c0fa95", "body": "{\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "baa17ae6-e4ac-43f7-9ceb-69530464aeb6", "documentation": "Lists details about the exports in the specified matter.", "method": "get", "endpoint": "v1/matters/:matterId/exports", "responses": [ { "uuid": "d2c29e7a-fcc0-4cff-8fd5-8c1d1a1a3a20", "body": "{\n \"exports\": [\n {\n \"cloudStorageSink\": {\n \"files\": [\n {\n \"bucketName\": \"\",\n \"md5Hash\": \"\",\n \"objectName\": \"\",\n \"size\": \"\"\n }\n ]\n },\n \"createTime\": \"\",\n \"exportOptions\": {\n \"driveOptions\": {\n \"includeAccessInfo\": {{faker 'datatype.boolean'}}\n },\n \"groupsOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"hangoutsChatOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"mailOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\",\n \"showConfidentialModeContent\": {{faker 'datatype.boolean'}},\n \"useNewExport\": {{faker 'datatype.boolean'}}\n },\n \"region\": \"{{oneOf (array 'EXPORT_REGION_UNSPECIFIED' 'ANY' 'US' 'EUROPE')}}\",\n \"voiceOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n }\n },\n \"id\": \"\",\n \"matterId\": \"\",\n \"name\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"requester\": {\n \"displayName\": \"\",\n \"email\": \"\"\n },\n \"stats\": {\n \"exportedArtifactCount\": \"\",\n \"sizeInBytes\": \"\",\n \"totalArtifactCount\": \"\"\n },\n \"status\": \"{{oneOf (array 'EXPORT_STATUS_UNSPECIFIED' 'COMPLETED' 'FAILED' 'IN_PROGRESS')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ce6d9f8-3cf3-4517-9dd3-2ef2dc9d2e69", "documentation": "Creates an export.", "method": "post", "endpoint": "v1/matters/:matterId/exports", "responses": [ { "uuid": "fb72c34e-9334-4432-b030-caf917f6f07e", "body": "{\n \"cloudStorageSink\": {\n \"files\": [\n {\n \"bucketName\": \"\",\n \"md5Hash\": \"\",\n \"objectName\": \"\",\n \"size\": \"\"\n }\n ]\n },\n \"createTime\": \"\",\n \"exportOptions\": {\n \"driveOptions\": {\n \"includeAccessInfo\": {{faker 'datatype.boolean'}}\n },\n \"groupsOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"hangoutsChatOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"mailOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\",\n \"showConfidentialModeContent\": {{faker 'datatype.boolean'}},\n \"useNewExport\": {{faker 'datatype.boolean'}}\n },\n \"region\": \"{{oneOf (array 'EXPORT_REGION_UNSPECIFIED' 'ANY' 'US' 'EUROPE')}}\",\n \"voiceOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n }\n },\n \"id\": \"\",\n \"matterId\": \"\",\n \"name\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"requester\": {\n \"displayName\": \"\",\n \"email\": \"\"\n },\n \"stats\": {\n \"exportedArtifactCount\": \"\",\n \"sizeInBytes\": \"\",\n \"totalArtifactCount\": \"\"\n },\n \"status\": \"{{oneOf (array 'EXPORT_STATUS_UNSPECIFIED' 'COMPLETED' 'FAILED' 'IN_PROGRESS')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f97dd75-06a8-44f4-8e04-84e809100d17", "documentation": "Deletes an export.", "method": "delete", "endpoint": "v1/matters/:matterId/exports/:exportId", "responses": [ { "uuid": "9d516a39-1c41-4bb0-ba78-64a4c53c98d1", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8cfcd7cb-ad56-42e5-8a7e-8804e7ab044a", "documentation": "Gets an export.", "method": "get", "endpoint": "v1/matters/:matterId/exports/:exportId", "responses": [ { "uuid": "9194b3da-0d9f-4bc7-8214-0685c7305c54", "body": "{\n \"cloudStorageSink\": {\n \"files\": [\n {\n \"bucketName\": \"\",\n \"md5Hash\": \"\",\n \"objectName\": \"\",\n \"size\": \"\"\n }\n ]\n },\n \"createTime\": \"\",\n \"exportOptions\": {\n \"driveOptions\": {\n \"includeAccessInfo\": {{faker 'datatype.boolean'}}\n },\n \"groupsOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"hangoutsChatOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n },\n \"mailOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\",\n \"showConfidentialModeContent\": {{faker 'datatype.boolean'}},\n \"useNewExport\": {{faker 'datatype.boolean'}}\n },\n \"region\": \"{{oneOf (array 'EXPORT_REGION_UNSPECIFIED' 'ANY' 'US' 'EUROPE')}}\",\n \"voiceOptions\": {\n \"exportFormat\": \"{{oneOf (array 'EXPORT_FORMAT_UNSPECIFIED' 'MBOX' 'PST')}}\"\n }\n },\n \"id\": \"\",\n \"matterId\": \"\",\n \"name\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"requester\": {\n \"displayName\": \"\",\n \"email\": \"\"\n },\n \"stats\": {\n \"exportedArtifactCount\": \"\",\n \"sizeInBytes\": \"\",\n \"totalArtifactCount\": \"\"\n },\n \"status\": \"{{oneOf (array 'EXPORT_STATUS_UNSPECIFIED' 'COMPLETED' 'FAILED' 'IN_PROGRESS')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00239069-b974-4b8a-bef5-c341be69c87f", "documentation": "Lists the holds in a matter.", "method": "get", "endpoint": "v1/matters/:matterId/holds", "responses": [ { "uuid": "f0b2e4f5-3509-4bab-88f0-1b206751e526", "body": "{\n \"holds\": [\n {\n \"accounts\": [\n {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"holdId\": \"\",\n \"name\": \"\",\n \"orgUnit\": {\n \"holdTime\": \"\",\n \"orgUnitId\": \"\"\n },\n \"query\": {\n \"driveQuery\": {\n \"includeSharedDriveFiles\": {{faker 'datatype.boolean'}},\n \"includeTeamDriveFiles\": {{faker 'datatype.boolean'}}\n },\n \"groupsQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"hangoutsChatQuery\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"voiceQuery\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3cbce57d-baad-4689-ab51-2803f779804b", "documentation": "Creates a hold in the specified matter.", "method": "post", "endpoint": "v1/matters/:matterId/holds", "responses": [ { "uuid": "0f624fa0-c132-4f96-a7f3-382ca4d6338b", "body": "{\n \"accounts\": [\n {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"holdId\": \"\",\n \"name\": \"\",\n \"orgUnit\": {\n \"holdTime\": \"\",\n \"orgUnitId\": \"\"\n },\n \"query\": {\n \"driveQuery\": {\n \"includeSharedDriveFiles\": {{faker 'datatype.boolean'}},\n \"includeTeamDriveFiles\": {{faker 'datatype.boolean'}}\n },\n \"groupsQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"hangoutsChatQuery\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"voiceQuery\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbc1fe5d-1ec3-49b9-ad0a-4db80963a899", "documentation": "Removes the specified hold and releases the accounts or organizational unit covered by the hold. If the data is not preserved by another hold or retention rule, it might be purged.", "method": "delete", "endpoint": "v1/matters/:matterId/holds/:holdId", "responses": [ { "uuid": "78c71132-450f-4758-8004-0ed380f32dfb", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "94b77547-3be4-4374-bf1c-3f20c98c3031", "documentation": "Gets the specified hold.", "method": "get", "endpoint": "v1/matters/:matterId/holds/:holdId", "responses": [ { "uuid": "b3d9450d-7cbf-41d4-a74d-9e7501894a1d", "body": "{\n \"accounts\": [\n {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"holdId\": \"\",\n \"name\": \"\",\n \"orgUnit\": {\n \"holdTime\": \"\",\n \"orgUnitId\": \"\"\n },\n \"query\": {\n \"driveQuery\": {\n \"includeSharedDriveFiles\": {{faker 'datatype.boolean'}},\n \"includeTeamDriveFiles\": {{faker 'datatype.boolean'}}\n },\n \"groupsQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"hangoutsChatQuery\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"voiceQuery\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ebbb46d-e6d7-4d4f-bc9c-b4887f5d8788", "documentation": "Updates the scope (organizational unit or accounts) and query parameters of a hold. You cannot add accounts to a hold that covers an organizational unit, nor can you add organizational units to a hold that covers individual accounts. If you try, the unsupported values are ignored.", "method": "put", "endpoint": "v1/matters/:matterId/holds/:holdId", "responses": [ { "uuid": "73ded6e4-8505-469d-984d-7f6874446cf2", "body": "{\n \"accounts\": [\n {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"holdId\": \"\",\n \"name\": \"\",\n \"orgUnit\": {\n \"holdTime\": \"\",\n \"orgUnitId\": \"\"\n },\n \"query\": {\n \"driveQuery\": {\n \"includeSharedDriveFiles\": {{faker 'datatype.boolean'}},\n \"includeTeamDriveFiles\": {{faker 'datatype.boolean'}}\n },\n \"groupsQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"hangoutsChatQuery\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailQuery\": {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"terms\": \"\"\n },\n \"voiceQuery\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89f739a4-46e4-4f97-9b69-1023b7b4aa63", "documentation": "Lists the accounts covered by a hold. This can list only individually-specified accounts covered by the hold. If the hold covers an organizational unit, use the [Admin SDK](https://developers.google.com/admin-sdk/). to list the members of the organizational unit on hold.", "method": "get", "endpoint": "v1/matters/:matterId/holds/:holdId/accounts", "responses": [ { "uuid": "9995ca85-ec57-47dd-b816-bc900c5b2d24", "body": "{\n \"accounts\": [\n {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d9a06342-8cfc-4dcf-a51b-54c0d9e29346", "documentation": "Adds an account to a hold. Accounts can be added only to a hold that does not have an organizational unit set. If you try to add an account to an organizational unit-based hold, an error is returned.", "method": "post", "endpoint": "v1/matters/:matterId/holds/:holdId/accounts", "responses": [ { "uuid": "0de3df4e-fbcc-466e-9a7e-9272069b9006", "body": "{\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "622ca3ae-e220-4a03-9611-25b1024b1cc9", "documentation": "Removes an account from a hold.", "method": "delete", "endpoint": "v1/matters/:matterId/holds/:holdId/accounts/:accountId", "responses": [ { "uuid": "1b462adc-ec4c-42d4-a069-5bedf1428845", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11a0284c-f3b0-49c3-8012-c94e20c86a11", "documentation": "Adds accounts to a hold. Returns a list of accounts that have been successfully added. Accounts can be added only to an existing account-based hold.", "method": "post", "endpoint": "v1/matters/:matterId/holds/:holdId:addHeldAccounts", "responses": [ { "uuid": "4b119a06-85d8-478b-9908-bcd609594c51", "body": "{\n \"responses\": [\n {\n \"account\": {\n \"accountId\": \"\",\n \"email\": \"\",\n \"firstName\": \"\",\n \"holdTime\": \"\",\n \"lastName\": \"\"\n },\n \"status\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9afda75b-4169-4724-97dc-a21a67b2e833", "documentation": "Removes the specified accounts from a hold. Returns a list of statuses in the same order as the request.", "method": "post", "endpoint": "v1/matters/:matterId/holds/:holdId:removeHeldAccounts", "responses": [ { "uuid": "c904e4e7-46ff-44aa-8916-bc7540fa510e", "body": "{\n \"statuses\": [\n {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4f8feafd-d7a5-4464-b9b4-158bdbdeed9f", "documentation": "Lists the saved queries in a matter.", "method": "get", "endpoint": "v1/matters/:matterId/savedQueries", "responses": [ { "uuid": "c3a17691-d01e-48de-8913-551e2e09dacc", "body": "{\n \"nextPageToken\": \"\",\n \"savedQueries\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"matterId\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"savedQueryId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1bde2056-61b2-44de-8173-22e64b60ef0a", "documentation": "Creates a saved query.", "method": "post", "endpoint": "v1/matters/:matterId/savedQueries", "responses": [ { "uuid": "938d1ea8-bc29-4121-8ca0-f6a5b806c3d1", "body": "{\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"matterId\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"savedQueryId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb5a0209-8c95-4901-b6d2-3afb570465f3", "documentation": "Deletes the specified saved query.", "method": "delete", "endpoint": "v1/matters/:matterId/savedQueries/:savedQueryId", "responses": [ { "uuid": "30dd5fcb-defe-4da8-b29c-9868d17775ad", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b05e0677-8fe8-4ccd-baf9-b8bdff56764a", "documentation": "Retrieves the specified saved query.", "method": "get", "endpoint": "v1/matters/:matterId/savedQueries/:savedQueryId", "responses": [ { "uuid": "fa7de493-2bc7-4946-9a7c-ed340c0de780", "body": "{\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"matterId\": \"\",\n \"query\": {\n \"accountInfo\": {\n \"emails\": [\n \"\"\n ]\n },\n \"corpus\": \"{{oneOf (array 'CORPUS_TYPE_UNSPECIFIED' 'DRIVE' 'MAIL' 'GROUPS' 'HANGOUTS_CHAT' 'VOICE')}}\",\n \"dataScope\": \"{{oneOf (array 'DATA_SCOPE_UNSPECIFIED' 'ALL_DATA' 'HELD_DATA' 'UNPROCESSED_DATA')}}\",\n \"driveOptions\": {\n \"clientSideEncryptedOption\": \"{{oneOf (array 'CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED' 'CLIENT_SIDE_ENCRYPTED_OPTION_ANY' 'CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED' 'CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED')}}\",\n \"includeSharedDrives\": {{faker 'datatype.boolean'}},\n \"includeTeamDrives\": {{faker 'datatype.boolean'}},\n \"versionDate\": \"\"\n },\n \"endTime\": \"\",\n \"hangoutsChatInfo\": {\n \"roomId\": [\n \"\"\n ]\n },\n \"hangoutsChatOptions\": {\n \"includeRooms\": {{faker 'datatype.boolean'}}\n },\n \"mailOptions\": {\n \"excludeDrafts\": {{faker 'datatype.boolean'}}\n },\n \"method\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"orgUnitInfo\": {\n \"orgUnitId\": \"\"\n },\n \"searchMethod\": \"{{oneOf (array 'SEARCH_METHOD_UNSPECIFIED' 'ACCOUNT' 'ORG_UNIT' 'TEAM_DRIVE' 'ENTIRE_ORG' 'ROOM' 'SITES_URL' 'SHARED_DRIVE')}}\",\n \"sharedDriveInfo\": {\n \"sharedDriveIds\": [\n \"\"\n ]\n },\n \"sitesUrlInfo\": {\n \"urls\": [\n \"\"\n ]\n },\n \"startTime\": \"\",\n \"teamDriveInfo\": {\n \"teamDriveIds\": [\n \"\"\n ]\n },\n \"terms\": \"\",\n \"timeZone\": \"\",\n \"voiceOptions\": {\n \"coveredData\": [\n \"{{oneOf (array 'COVERED_DATA_UNSPECIFIED' 'TEXT_MESSAGES' 'VOICEMAILS' 'CALL_LOGS')}}\"\n ]\n }\n },\n \"savedQueryId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba779471-f5a1-45c7-8ae3-ddc6629d0dc3", "documentation": "Adds an account as a matter collaborator.", "method": "post", "endpoint": "v1/matters/:matterId:addPermissions", "responses": [ { "uuid": "14f0d9fc-5730-4b5b-bf73-ed7a4a5de923", "body": "{\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8175cd97-7f36-44f7-8921-aec31e59c4e5", "documentation": "Closes the specified matter. Returns the matter with updated state.", "method": "post", "endpoint": "v1/matters/:matterId:close", "responses": [ { "uuid": "53b37432-db0d-4c44-bc69-0efc60fee07b", "body": "{\n \"matter\": {\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73671422-6975-4e31-b6b4-c7d603807137", "documentation": "Counts the accounts processed by the specified query.", "method": "post", "endpoint": "v1/matters/:matterId:count", "responses": [ { "uuid": "c7bb8142-8e9c-4a15-b9d9-76470322b67a", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0914b08c-3ed4-45f3-88c2-56d8beffec08", "documentation": "Removes an account as a matter collaborator.", "method": "post", "endpoint": "v1/matters/:matterId:removePermissions", "responses": [ { "uuid": "b737ecf0-94ed-4fe2-a230-182d2c454ff7", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27ce7ae0-0de7-49cd-8830-938288cc4ebc", "documentation": "Reopens the specified matter. Returns the matter with updated state.", "method": "post", "endpoint": "v1/matters/:matterId:reopen", "responses": [ { "uuid": "18d36a7e-7e85-4771-b9fc-465de5e22b9e", "body": "{\n \"matter\": {\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61919b2d-d556-4ab3-b40b-24555fcdce0a", "documentation": "Undeletes the specified matter. Returns the matter with updated state.", "method": "post", "endpoint": "v1/matters/:matterId:undelete", "responses": [ { "uuid": "5cc76a93-6753-4ae3-9c2e-6df31cd552f3", "body": "{\n \"description\": \"\",\n \"matterId\": \"\",\n \"matterPermissions\": [\n {\n \"accountId\": \"\",\n \"role\": \"{{oneOf (array 'ROLE_UNSPECIFIED' 'COLLABORATOR' 'OWNER')}}\"\n }\n ],\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'OPEN' 'CLOSED' 'DELETED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "278baeeb-f367-447c-95ee-e3f3e08fce8e", "documentation": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", "method": "delete", "endpoint": "v1/:name", "responses": [ { "uuid": "7acab7f2-915b-4bf1-84df-97c51fc52ae9", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c3dd2371-0d8e-4051-8fc3-c0263f5763f6", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "bb5c7590-f70b-4ed2-aba5-6bdd216b3335", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc273a20-3fd6-4603-8255-6a5cc5c1fe40", "documentation": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "method": "post", "endpoint": "v1/:name:cancel", "responses": [ { "uuid": "20da406e-aa51-47d4-a5cc-ba2e3d4b4ea2", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "803b81d8-04aa-4279-835d-bd9fb3fb5bd3" }, { "type": "route", "uuid": "d85598de-f384-4b5e-a118-43bb334dc48a" }, { "type": "route", "uuid": "83fde188-1a65-42d7-b00c-1b9bcbf7fa48" }, { "type": "route", "uuid": "373ea11b-606a-419c-9950-f94b434ecd19" }, { "type": "route", "uuid": "421807a6-1229-4c4a-bb33-f64b0036f162" }, { "type": "route", "uuid": "baa17ae6-e4ac-43f7-9ceb-69530464aeb6" }, { "type": "route", "uuid": "0ce6d9f8-3cf3-4517-9dd3-2ef2dc9d2e69" }, { "type": "route", "uuid": "6f97dd75-06a8-44f4-8e04-84e809100d17" }, { "type": "route", "uuid": "8cfcd7cb-ad56-42e5-8a7e-8804e7ab044a" }, { "type": "route", "uuid": "00239069-b974-4b8a-bef5-c341be69c87f" }, { "type": "route", "uuid": "3cbce57d-baad-4689-ab51-2803f779804b" }, { "type": "route", "uuid": "bbc1fe5d-1ec3-49b9-ad0a-4db80963a899" }, { "type": "route", "uuid": "94b77547-3be4-4374-bf1c-3f20c98c3031" }, { "type": "route", "uuid": "9ebbb46d-e6d7-4d4f-bc9c-b4887f5d8788" }, { "type": "route", "uuid": "89f739a4-46e4-4f97-9b69-1023b7b4aa63" }, { "type": "route", "uuid": "d9a06342-8cfc-4dcf-a51b-54c0d9e29346" }, { "type": "route", "uuid": "622ca3ae-e220-4a03-9611-25b1024b1cc9" }, { "type": "route", "uuid": "11a0284c-f3b0-49c3-8012-c94e20c86a11" }, { "type": "route", "uuid": "9afda75b-4169-4724-97dc-a21a67b2e833" }, { "type": "route", "uuid": "4f8feafd-d7a5-4464-b9b4-158bdbdeed9f" }, { "type": "route", "uuid": "1bde2056-61b2-44de-8173-22e64b60ef0a" }, { "type": "route", "uuid": "bb5a0209-8c95-4901-b6d2-3afb570465f3" }, { "type": "route", "uuid": "b05e0677-8fe8-4ccd-baf9-b8bdff56764a" }, { "type": "route", "uuid": "ba779471-f5a1-45c7-8ae3-ddc6629d0dc3" }, { "type": "route", "uuid": "8175cd97-7f36-44f7-8921-aec31e59c4e5" }, { "type": "route", "uuid": "73671422-6975-4e31-b6b4-c7d603807137" }, { "type": "route", "uuid": "0914b08c-3ed4-45f3-88c2-56d8beffec08" }, { "type": "route", "uuid": "27ce7ae0-0de7-49cd-8830-938288cc4ebc" }, { "type": "route", "uuid": "61919b2d-d556-4ab3-b40b-24555fcdce0a" }, { "type": "route", "uuid": "278baeeb-f367-447c-95ee-e3f3e08fce8e" }, { "type": "route", "uuid": "c3dd2371-0d8e-4051-8fc3-c0263f5763f6" }, { "type": "route", "uuid": "dc273a20-3fd6-4603-8255-6a5cc5c1fe40" } ] }