====================================================================== Charts Routes Reference Documentation ====================================================================== .. todo:: Ersetze die HTTP-Domain Extension möglicherweise durch eigene Formatierungen Intersection Circles ---------------------------------------------------------------------------------- .. http:get:: /charts/intersection-circles Get Intersection Circles Calculates the coordinates of two or three circles to obtain requested overlapping areas. :queryparameter r1: number [mandatory] Radius of the first circle. :queryparameter r2: number [mandatory] Radius of the second circle. :queryparameter r3: number [optional] Radius of the third circle. :queryparameter area12: number [mandatory] Overlapping area of the first and the second circle. :queryparameter area13: number [optional] Overlapping area of the first and the third circle. :queryparameter area23: number [optional] Overlapping area of the second and the third circle. :returns: :ref:`REF_MODEL_IntersectionCircles` :statuscode 200: Success :statuscode 401: Authentication failed :statuscode 500: Generic error while calculating circle coordinates .. include:: samples/charts/intersection-circles/GET/50_example.rst :start-after: :orphan: