Sign up and get started with Confidence today! Create your account
Describe the assignments table
cURL
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": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the assignment table that you want to describe.
Filter to remove any data present before start time
Filter to remove any data present after end time
OK
The name of the assignment table
Show child attributes
Was this page helpful?