This method can be used for the following: Get custom fields 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/custom-fields/: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-request, vulnerability-library, asset, or portfolio
Example:
GET /api/ss/config/custom-fields/project-request 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.