GET
/
api
/
v2
/
projects
/
{projectUuid}
/
parameters
/
list
{
  "results": {
    "pagination": {
      "page": 123,
      "pageSize": 123,
      "totalResults": 123,
      "totalPageCount": 123
    },
    "data": [
      {
        "config": {
          "options_from_dimension": {
            "dimension": "<string>",
            "model": "<string>"
          },
          "options": [
            "<string>"
          ],
          "allow_custom_values": true,
          "multiple": true,
          "default": "<string>",
          "description": "<string>",
          "label": "<string>"
        },
        "createdAt": "2023-11-07T05:31:56Z",
        "name": "<string>"
      }
    ]
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Query Parameters

sortBy
enum<string>
Available options:
name,
created_at
sortOrder
enum<string>
Available options:
asc,
desc
page
number
pageSize
number

Response

200
application/json

Success

The response is of type object.