Actions
New Function #15
openUpdated by Deca Park about 2 years ago
- Copied from New Function #14: [API] Docent added
Updated by Toby Pham about 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park about 2 years ago
- Copied to New Function #17: [API] Log added
Updated by Deca Park about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
1.GET /exhibit
1) response
a) thumb_file_url
- set full url like '{domain}/common/loadSiteFile?fileSeq={file_seq}'
- {domain} : set on properties (ex: http://218.232.78.84:8082)
- security : permitAll
- source : use mugrun CommonController
b) ebook_file_url / sound_file_url
- set full url like '{domain}/common/downloadSiteFile?fileSeq={file_seq}'
Updated by Toby Pham about 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park about 2 years ago
[API] GET /api/exhibit
1.response
1) thumb_file_url / ebook_file_url / sound_file_url
- remove {domain} from url (ex: "https://app.stoneitgt.com:8083/common/downloadSiteFile?fileSeq=1" -> "/common/downloadSiteFile?fileSeq=1")
[API] GET /api/user
1.response
1) thumb_file_url
- same with /api/exhibit API
Actions