Skip to content

Commit

Permalink
Create didactics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FLAK-ZOSO authored Jun 4, 2022
1 parent 4bdeb5a commit 550e717
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions didactics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Response
```json
{
'didacticts': [
{
'teacherId': 'A86100',
'teacherName': 'COGNOME NOME',
'teacherFirstName': 'NOME',
'teacherLastName': 'COGNOME',
'folders': [
{
'folderId': 42236018,
'folderName': 'PROGECAD 2022',
'lastShareDT': '2022-04-23T11:55:41+02:00',
'contents': [
{
'contentId': 48713004,
'contentName': 'scheda istallazione',
'objectId': 31269680,
'objectType': 'file',
'shareDT': '2022-04-23T11:55:41+02:00'
}
]
}
]
}
]
}
```

0 comments on commit 550e717

Please sign in to comment.