This method can be used for the following: Get form configuration for a type;
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
GET /api/ss/config/form/:type HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close
Query
type (string)
Get configuration options for a particular type. Must be one of the following: project, vulnerability, test-case, project-test-case, project-summary, project-reporting
Example:
GET /api/ss/config/form/vulnerability HTTP/1.1
Example
The following example is a cURL request to get custom fields configuration for projects.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.