Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Describe the assignments table
curl --request POST \
--url https://metrics.eu.confidence.dev/v1/assignmentTable:describe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"startTime": {},
"endTime": {}
}
'{
"name": "<string>",
"assignmentsData": [
{
"exposureKey": "<string>",
"variants": [
"<string>"
],
"startTime": {},
"endTime": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
curl --request POST \
--url https://metrics.eu.confidence.dev/v1/assignmentTable:describe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"startTime": {},
"endTime": {}
}
'{
"name": "<string>",
"assignmentsData": [
{
"exposureKey": "<string>",
"variants": [
"<string>"
],
"startTime": {},
"endTime": {}
}
]
}