{ "opencollection": "1.0.0", "info": { "name": "Smokeball Activity Codes Matter Types API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Matter Types", "type": "folder" }, "items": [ { "info": { "name": "Get matter types", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/mattertypes", "params": [ { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Name", "value": "", "type": "query", "description": "Searches for partial match on matter type name" }, { "name": "Location", "value": "", "type": "query", "description": "Return matter types from a specific location. In the US API this is the ANSI 2 letter state code (e.g. IL, NY). In the AU API this is shorthand state code (e.g. NSW, ACT, etc)" }, { "name": "Category", "value": "", "type": "query", "description": "Return matter types from a specific category." }, { "name": "Type", "value": "0", "type": "query", "description": "Return matter types by category type (i.e. MatterType or LeadType).\r\n \r\nPossible values: Matter Type = 0, Lead Type = 1." } ] }, "docs": "Returns a paginated list of matter types based on search criteria. Deleted matter types are not included.\r\n\r\nNote: If no `Location` is provided, all matter types from all locations will be returned." }, { "info": { "name": "Get a matter type", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/mattertypes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specified matter type." }, { "info": { "name": "Get matter types categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/mattertypes/categories" }, "docs": "Returns a list of all the possible matter type categories." } ] } ], "bundled": true }