# 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
forked from lutzer/MaziRecorderAndroid
-
Notifications
You must be signed in to change notification settings - Fork 1
This is the Interview archive Android application
License
mazi-project/MaziRecorderAndroid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is the Interview archive Android application
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%