cURL
curl --request GET \ --url https://api.bonifiq.com.br/v1/pvt/Quiz/list \ --header 'Authorization: Basic <encoded-value>'
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": [ { "Id": 123, "Name": "<string>", "StartDate": "2023-11-07T05:31:56Z", "EndDate": "2023-11-07T05:31:56Z", "IsCompleted": true, "QuestionList": [ { "Id": 123, "Question": "<string>", "Type": 0, "Options": [ { "Id": 123, "Text": "<string>", "Type": 0 } ] } ], "AmountOfPoints": 123 } ], "HasError": true }
Use API Basic Auth Keys
A list of quizzes.
Error message or description
Optional error code, if available
Show child attributes
0 = Multiple Choices
1 = Single Selection
2 = Open Question
0
1
2
0 = MultipleChoice 1 = SelectionBox 2 = OpenAnswer
If true the request had an error.
Was this page helpful?