Self Assessments
List all the components
This API is used to list all the components and the details about request and response format of each component. It includes the json schema of the request and response format of each component.
GET
/
assessment
/
api
/
v1
/
component_list
/
The response of this API contains the details of all the components and request and response format of each component in the form of json schema. These json schemas can be used to validate the request and response format of each component.
The format of the response is as follows:
Response
Headers
auth
string
requiredThe auth token of the user. It is used to authenticate the user.
Content-Type
string
The content type of the request. It is used to determine the type of data being sent.
Response
200 - application/json
The response contains json schema for request and response format of each component.