Get all Regulation Types
GET/api/v1/project/regulation-types
Get all Regulation Types
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id numberrequired
ID of the regulation type
name stringrequired
Name of the regulation type
description stringrequired
Description of the regulation type
[
{
"id": 0,
"name": "string",
"description": "string"
}
]
Loading...