Skip to content

Get assignments

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/assignments \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
Array [
idstringread-only
userstringrequired
typestringrequired
namestringrequired
maxAttemptsinteger
statusstringread-only
assignedAtstring, (date-time)read-only
deadlinestring, (date-time)
completedAtstring, (date-time)read-only
progressnumberread-only
dataobjectread-only
]
Response
[ { "id": "asmt_atskthask23498uas2", "user": "abc123", "type": "quiz", "name": "Who we are", "maxAttempts": 3, "status": "done", "assignedAt": "2023-02-19T10:56:21Z", "deadline": "2023-02-25T00:00:00Z", "completedAt": "2023-02-19T14:52:21Z", "progress": 1, "data": {} } ]