Authorizations
Path Parameters
Query Parameters
Required range:
1 <= x <= 100
Required range:
x >= 0
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/variables/{variableConfigId}/values \
--header 'x-api-token: <api-key>'
{
"totalCount": 123,
"edges": [
{
"userId": "<string>",
"value": "<string>"
}
]
}
Retrieves a paginated list of all values for a given variable configuration.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/variables/{variableConfigId}/values \
--header 'x-api-token: <api-key>'
{
"totalCount": 123,
"edges": [
{
"userId": "<string>",
"value": "<string>"
}
]
}
1 <= x <= 100
x >= 0
Was this page helpful?