{"info":{"contact":{"email":"api@biglelegal.com"},"description":"The Bigle API Reporting is a microservice that provides access to the reports generated by the Bigle Legal platform","license":{"name":"","url":""},"termsOfService":"https://www.biglelegal.com/en/terms-and-conditions","title":"Bigle API Reporting","version":"v0.0.5"},"openapi":"3.0.1","paths":{"/status":{"get":{"description":"This endpoint returns the API status. You either get a successful response if the API is active or an error otherway.","summary":"Get endpoint status.","operationId":"status","tags":["Status"],"responses":{"200":{"description":"Successful Operation","content":{"application/json":{"schema":{"description":"Successful Operation","type":"object","properties":{"environment":{"description":"The Bigle API environment.","type":"string"},"version":{"description":"The Bigle API version.","type":"string"},"requestId":{"description":"The unique request identifier used in the call.","type":"string"}}},"example":{"environment":"test","version":"1.0.0","requestId":"65bi0eztzIH7pgT03lRj8KU1LR81ddpy"}}}},"403":{"description":"Error processing request","content":{"application/json":{"schema":{"description":"Error processing request","type":"object","properties":{"time":{"description":"Error time","type":"string"},"message":{"description":"Error message","enum":["Invalid Authorization"],"type":"string"},"requestId":{"description":"Unique request ID","type":"string"}}},"example":{"time":"2021-01-01T00:00:00.000+00:00 (UTC+0)","message":"Invalid Authorization","requestId":"Z4A8Xs8aHDZYBSWoIPVC59cAIR498Ss5"}}}},"412":{"description":"Error processing request","content":{"application/json":{"schema":{"description":"Error processing request","type":"object","properties":{"time":{"description":"Error time","type":"string"},"message":{"description":"Error message","enum":["Internal server error"],"type":"string"},"requestId":{"description":"Unique request ID","type":"string"}}},"example":{"time":"2021-01-01T00:00:00.000+00:00 (UTC+0)","message":"Internal server error","requestId":"190znJ1Inmkvga3yRHmIYORLg4ks4M9O"}}}}},"security":[{"bearerSecurity":[]}]}},"/{reportingViewUid}/data":{"get":{"description":"This endpoint returns the data for a specific report based on the provided reporting view unique identifier. You either get a successful response with the data or an error otherway.","summary":"Get reporting view data.","operationId":"getReportingViewData","tags":["Report"],"responses":{"200":{"description":"Successful Operation","content":{"application/json":{"schema":{"description":"Successful Operation","type":"object","properties":{"data":{"description":"The data retrieved.","type":"object","properties":{}}}},"example":{"data":[]}}}},"403":{"description":"Error processing request","content":{"application/json":{"schema":{"description":"Error processing request","type":"object","properties":{"time":{"description":"Error time","type":"string"},"message":{"description":"Error message","enum":["Invalid Authorization"],"type":"string"},"requestId":{"description":"Unique request ID","type":"string"}}},"example":{"time":"2021-01-01T00:00:00.000+00:00 (UTC+0)","message":"Invalid Authorization","requestId":"l7KhKmpKhGHcnFSVq54IyS7Al9GPzZLx"}}}},"412":{"description":"Error processing request","content":{"application/json":{"schema":{"description":"Error processing request","type":"object","properties":{"time":{"description":"Error time","type":"string"},"message":{"description":"Error message","enum":["Request parameters should be informed","Reporting view UID should be informed","Invalid reporting view UID","Reporting view not found","Data could not be retrieved"],"type":"string"},"requestId":{"description":"Unique request ID","type":"string"}}},"example":{"time":"2021-01-01T00:00:00.000+00:00 (UTC+0)","message":"Request parameters should be informed","requestId":"7VIE0EMEAVsd7Jvue0DYa243iQlC6JIP"}}}}},"security":[{"bearerSecurity":[]}],"parameters":[{"description":"The unique identifier for the reporting view.","in":"path","name":"reportingViewUid","required":true,"schema":{"description":"The unique identifier for the reporting view.","type":"string"}}]}}},"servers":[{"url":"https://europe-west1-bigle-platform.cloudfunctions.net/apiReportingEU-v1"}],"components":{"securitySchemes":{"bearerSecurity":{"type":"http","scheme":"bearer"}}}}