Get the authenticated user's plan assignment history
Output
Encoding
application/jsonassignments
array
Required
List of plan assignments
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"assignments"
],
"properties": {
"assignments": {
"type": "array",
"items": {
"ref": "app.chronosky.plan.getAssignment#planAssignment",
"type": "ref"
},
"description": "List of plan assignments"
}
}
},
"encoding": "application/json"
},
"description": "Get the authenticated user's plan assignment history"
}