get https://{baseUrl}/api/reportbuilder/getFieldsWithTypesForModule/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/reportbuilder/getFieldsWithTypesForModule/moduleName \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"fieldName": "string",
"displayName": "string",
"fieldType": "string"
}
]