Perfomatic:API: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
The graph server API is a REST API with a JSON only response format.
The graph server API is a REST API with a JSON only response format.


Documented endpoints:
===Documented endpoints===
* '''/tests/all''' - returns list of all tests
* '''/tests/all''' - returns list of all tests
** Example response:
** Example response:
Line 91: Line 91:
         }
         }
     ]
     ]
}
=== Error codes===
* Default error responses are as follows:
{
    'stat':'fail',
    'code':100,
    'message':'Test does not exist'
  }
  }
975

edits

Navigation menu