A valid request URL is required to generate request examples{
"results": {
"data": [
{
"source": "config",
"config": {
"label": "<string>",
"options_from_dimension": {
"dimension": "<string>",
"model": "<string>"
},
"options": [
"<string>"
],
"allow_custom_values": true,
"multiple": true,
"default": "<string>",
"type": "string",
"description": "<string>"
},
"name": "<string>",
"modelName": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}Get a paginated list of project parameters with search and sorting capabilities.
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"source": "config",
"config": {
"label": "<string>",
"options_from_dimension": {
"dimension": "<string>",
"model": "<string>"
},
"options": [
"<string>"
],
"allow_custom_values": true,
"multiple": true,
"default": "<string>",
"type": "string",
"description": "<string>"
},
"name": "<string>",
"modelName": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}name asc, desc Success
Show child attributes
Show child attributes
config, model Show child attributes
string, number, date ok Was this page helpful?