# POST api/interviews/ (returns interview: { _id : xxx, ...})
{
text: 'Synopsis Lorem ipsum',
name: 'Peter'
role: 'Designer'
}
# POST api/file/upload/image/:interviewId (returns interview)
FILES['file'] = file
# POST api/attachments/ (returns attachment: { _id : xxx, ...})
{
text: 'Question text',
tags: ['test1' , 'test2'],
interview: interviewId // obtained after creating the interview
}
# POST api/upload/attachment/:attachmentId (returns attachment)
FILES['file'] = file
-
Notifications
You must be signed in to change notification settings - Fork 3
License
lutzer/MaziRecorderAndroid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published