New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/questions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "minimum": true, "questionType": "INSTITUTION" }'
{ "success": true, "data": [ { "_id": "6657cb7f4f9e80ae6b52f9f1", "code": "INSTITUTION_01", "question": "Who are you?", "objectif": "Provide a brief description of who you are...", "required": true, "position": 1, "status": "active", "created": "2024-05-30T00:42:39.441Z", "section": 2, "mbti": false } ] }
Fetches a list of questions used for institutional assessments, with optional filtering for minimal data
JWT token passed in x-access-token header
Type of questions to retrieve
INSTITUTION
CORPORATE
Flag to return minimal question data
Successfully retrieved questions
Indicates if the request was successful
Array of questions
Show child attributes
Was this page helpful?