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>", "assignmentsData": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
The name of the assignment table
Was this page helpful?