getForModel
getForModel
Path Parameters
modelCode string required
modelCode
Query Parameters
bp-stage string
bp-stage
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
groups object[]
code string
label string
title string
properties object[]
attributes object
property name* string
label string
name string
type string
ungrouped string[]
{
"groups": [
{
"code": "string",
"label": "string",
"title": "string"
}
],
"properties": [
{
"attributes": {},
"label": "string",
"name": "string",
"type": "string"
}
],
"ungrouped": [
"string"
]
}
Unauthorized
Forbidden
Not Found
Loading...