Project

General

Profile

Actions

New Function #15

open

New Function #10: {API] 사용자 API 개발 (USER API development)

[API] Exhibit

Added by Deca Park over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
02/09/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.[API] Exhibit (Exhibit excel sheet on #10)

  • 1) get exhibit
  • 2) view exhibit

2.Git

  • nmkpg_cyber_user

Related issues

Copied from New Function #14: [API] DocentResolvedDeca Park02/09/2023

Actions
Copied to New Function #17: [API] LogResolvedDeca Park02/09/2023

Actions
Actions #1

Updated by Deca Park over 1 year ago

Actions #2

Updated by Toby Pham over 1 year ago

  • Status changed from New to In Progress
Actions #3

Updated by Toby Pham over 1 year ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #4

Updated by Deca Park over 1 year ago

Actions #5

Updated by Deca Park over 1 year 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}'

Actions #6

Updated by Toby Pham over 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #7

Updated by Deca Park over 1 year 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

Also available in: Atom PDF