Skip to content

Find items of model

GET
/organizations/{orgaId}/models/{modelId}/items

Find all item which belong to the specified model.

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
modelId*

The id of the model. A item always belongs to a model.

Typestring
Required
formatuuid

Responses

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

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI