{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account Project API", "version": "v1" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "Returns a project (matter)", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/project/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a project (matter)" }, { "info": { "name": "OData end point to get a list of all projects (matters) accessible by the user", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/project", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "OData end point to get a list of all projects (matters) accessible by the user" }, { "info": { "name": "Creates a new project (matter)", "type": "http" }, "http": { "method": "POST", "url": "https://app.practicepanther.com/api/project", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new project (matter)" }, { "info": { "name": "Updates an existing project (matter)", "type": "http" }, "http": { "method": "PUT", "url": "https://app.practicepanther.com/api/project", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates an existing project (matter)" }, { "info": { "name": "Marks an existing project (matter) as deleted", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.practicepanther.com/api/project", "params": [ { "name": "guid", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Marks an existing project (matter) as deleted" } ] } ], "bundled": true }