Yonsei University studentProject API is one of 38 APIs that Yonsei University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include studentProject. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
30 operations
across 26 paths,
and defines 44 schemas.
It is described by OpenAPI 3.0.1, at version 5.35.3-4.
Requests are made against a single base URL, https://yonsei.elsevierpure.com/ws/api.
30 operations26 paths44 schemas1 DELETE22 GET3 POST4 PUT
Metadata
The identity and technical contract details declared by the specification.
Yonsei University studentProject API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as api-key (api-key).
By default, every request must be authenticated.
api-key — Security mechanism for the API
Paths & Operations 30
Across 26 paths, the API surfaces 30 operations — 1 DELETE, 22 GET, 3 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
A list of allowed workflow steps in localized strings
studentProject_getAllowedWorkflowSteps→ 200
PUT
/student-projects/file-uploads
Upload file to a specific student project
studentProject_fileUploads1 parambody→ default
GET
/student-projects/orderings
Lists available orderings
studentProject_getOrderings→ 200
POST
/student-projects/search
Query operation for student project
studentProject_querybody→ 200400
GET
/student-projects/{uuid}
Get student project
studentProject_get1 param→ 200301404
PUT
/student-projects/{uuid}
Update student project
studentProject_update1 parambody→ 200400404409
DELETE
/student-projects/{uuid}
Delete student project
studentProject_delete1 param→ 204404409
POST
/student-projects/{uuid}/actions/lock
Lock the content
studentProject_lock1 param→ 204404409
POST
/student-projects/{uuid}/actions/unlock
Unlock the content
studentProject_unlock1 param→ 204404409
GET
/student-projects/{uuid}/dependents
Lists all dependents to the student project
studentProject_dependents2 params→ 200
GET
/student-projects/{uuid}/files/{fileId}
Get file from the student project
studentProject_getFile2 params→ 200
GET
/student-projects/{uuid}/notes
Lists notes
studentProject_listNotes3 params→ 200404
PUT
/student-projects/{uuid}/notes
Create note
studentProject_createNote1 parambody→ 200400
Schemas 44
The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are StudentProject (44 properties), StudentProjectDocument (18 properties), StudentProjectAppendixDocument (17 properties), ImageFile (15 properties). Each schema is shown below with its type and property counts.
Visibility
object
Visibility of an object
2 properties1 required
ContentRef
object
2 properties2 required
PageInformation
object
Information about pages
2 properties
StudentProjectExternalCollaborator
object
An external collaborator of a student project
6 properties4 required
CompoundDate
object
A date that can be defined by only year, year and month or a full date
3 properties1 required
StudentProjectListResult
object
List of student projects. Can contain a subset of all items along with the full count
3 properties
OrganizationRef
object
A reference to an organization in the institution
1 required
SemesterRef
object
A reference to semester
1 required
ClassificationRef
object
A reference to a classification value
2 properties1 required
Link
object
A hyperlink describing a location on the web.
5 properties1 required
UploadedFile
object
Information about the uploaded file
7 properties1 required
LocalizedString
object
A set of string values, one for each submission locale. Note: invalid locale values will be ignored.
StudentProjectNotificationRecipient
object
A number of email addresses that will be notified once this student project enters the validated workflow step
2 properties1 required
Workflow
object
Information about workflow
2 properties1 required
AllowedKeywordGroupConfiguration
object
A specification of the allowed behavior of a specified keyword group
10 properties1 required
ClassificationSchemeRef
object
A reference to a classification scheme
1 required
ExternalPersonRef
object
A reference to a person external to the institution
1 required
StudentProjectAppendixDocument
object
A student project appendix document
17 properties4 required
SystemLocalizedString
object
A set of localized string values each for a specific UI locale.
StudentProjectAuthor
object
The collection of authors of the student project
4 properties2 required
AllowedKeywordGroupConfigurationList
object
List of allowed keyword group configurations
1 property
WorkflowListResult
object
List of workflow steps.
1 property
ClassificationRefList
object
List of classification references
1 property
LocalesList
object
List of available locales
1 property
FormattedLocalizedString
object
A set of localized strings that support formatting. Invalid locale values will be ignored.
ExternalOrganizationRef
object
A reference to an organization external to the institution
1 required
NoteListResult
object
List of notes
3 properties
Note
object
A note
3 properties1 required
OrderingsList
object
List of available orderings
1 property
StudentProjectSupervisor
object
A supervisor for a student project
5 properties2 required
StudentProjectDocument
object
A student project document
18 properties4 required
Name
object
A name describing a person, made up of given- and family name
2 properties
ProblemDetails
object
RFC7807 Error details
5 properties
RemoteFile
object
Information about a remote file (Elsevier only)
6 properties4 required
ImageFile
object
An image file
15 properties2 required
SpecializationRef
object
A reference to a specialization
1 required
ConflictProblemDetails
object
Problem details for state conflict failures
7 properties
StudentProjectQuery
object
Create a query for studentProject
6 properties
ContentRefListResult
object
List of Content Refs
1 property
EducationAssociation
object
An association to an education
4 properties2 required
StudentProject
object
A student project
44 properties10 required
PersonRef
object
A reference to a person internal to the institution
1 required
KeywordGroup
object
4 properties2 required
EducationRef
object
A reference to Education
1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.