Skip to content

Find models of organization

GET
/organizations/{orgaId}/models

Find all models which belong to the provided organization.

Authorizations

api_token

API key authentication

TypeAPI Key (header: api_token)

Parameters

Path Parameters

orgaId*

The id of the organization you are a member of.

Typestring
Required
formatuuid

Responses

application/json
JSON
[
{
"id": "string",
"name": "string",
"description": "string",
"productDataModelId": "string",
"uniqueProductIdentifiers": [
{
"uuid": "string",
"value": "string"
}
],
"dataValues": [
{
"value": "string",
"dataSectionId": "string",
"dataFieldId": "string",
"row": 0
}
],
"owner": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI