Provides access to the custom fields that are part of a Hyperproof organization.
Custom Fields API (1.0)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.hyperproof.app/_mock/hyperproof-api/custom-fields/customfields.openapi
Hyperproof US
https://api.hyperproof.app/v1/customfields
Hyperproof Gov
https://api.hyperproofgov.app/v1/customfields
Hyperproof EU
https://api.hyperproof.eu/v1/customfields
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-fields/customfields.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/customfields
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customfields
- Hyperproof EUhttps://api.hyperproof.eu/v1/customfields
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-fields/customfields.openapi/?objectType=audit' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
Enum"text""number""date""user""textSingleSelect""textMultiSelect"
Enum"controlManaged""controlIndependent""controlAggregatedAverage""controlAggregatedMinimum""controlAggregatedMaximum""controlAggregatedSum"
Items Enum"audit""connection""control""controlScope""domain""freshnessHistory""exportFile""label""organization""organizationUser"
Enum"calendar1""calendar2""person""people""location""horizontalBar""explodedDonut""explodedPie""clock""applicationServer"
]
Response
application/json
[ { "id": "d88d505d-5199-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "name": "Location", "type": "textSingleSelect", "availableOn": [ … ], "icon": "Location", "isRequired": false, "options": [ … ], "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z", "permissions": [] } ]