-
Issue File
-
/api/v1/journal/{journalId}/issue/{issueId}/files
-
-
GET
/api/v1/journal/{journalId}/issue/{issueId}/files.{_format}
Documentation
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Filters
Name |
Information |
offset |
Requirement |
\d+ |
Description |
Offset from which to start listing IssueFiles. |
|
limit |
Requirement |
\d+ |
Description |
How many IssueFiles to return. |
Default |
5 |
|
Status Codes
Status Code |
Description |
200 |
|
403 |
|
Request URL
Request body
Response Body [Raw]
Curl Command Line
-
POST
/api/v1/journal/{journalId}/issue/{issueId}/files.{_format}
- Creates a new IssueFile from the submitted data.
Documentation
Create a IssueFile from the submitted data.
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
Status Code |
Description |
201 |
|
400 |
- Returned when the form has errors
|
403 |
|
-
/api/v1/journal/{journalId}/issue/{issueId}/files/new
-
-
GET
/api/v1/journal/{journalId}/issue/{issueId}/files/new.{_format}
- Presents the form to use to create a new IssueFile.
Documentation
Presents the form to use to create a new IssueFile.
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
Status Code |
Description |
200 |
|
403 |
|
-
/api/v1/journal/{journalId}/issue/{issueId}/files/{id}
-
-
DELETE
/api/v1/journal/{journalId}/issue/{issueId}/files/{id}.{_format}
Requirements
Name |
Requirement |
Type |
Description |
id |
Numeric |
integer |
IssueFile ID |
_format |
xml|json|html |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
-
GET
/api/v1/journal/{journalId}/issue/{issueId}/files/{id}.{_format}
- Gets a IssueFile for a given id
Documentation
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
int |
the IssueFile id |
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
Status Code |
Description |
200 |
|
403 |
|
404 |
- Returned when the IssueFile is not found
|
-
PATCH
/api/v1/journal/{journalId}/issue/{issueId}/files/{id}.{_format}
- Update existing issue file from the submitted data or create a new issue file at a specific location.
Documentation
Update existing issue file from the submitted data or create a new issue file at a specific location.
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
Status Code |
Description |
204 |
|
400 |
- Returned when the form has errors
|
403 |
|
404 |
|
-
PUT
/api/v1/journal/{journalId}/issue/{issueId}/files/{id}.{_format}
- Update existing IssueFile from the submitted data or create a new IssueFile at a specific location.
Documentation
Update existing IssueFile from the submitted data or create a new IssueFile at a specific location.
Requirements
Name |
Requirement |
Type |
Description |
_format |
xml|json|html |
|
|
id |
\d+ |
|
|
publisherId |
\d+ |
|
|
journalId |
\d+ |
|
|
articleId |
\d+ |
|
|
issueId |
\d+ |
|
|
boardId |
\d+ |
|
|
sectionId |
\d+ |
|
|
Status Codes
Status Code |
Description |
201 |
- Returned when the IssueFile is created
|
204 |
|
400 |
- Returned when the form has errors
|
403 |
|
Documentation auto-generated on Sat, 21 Jun 25 23:08:19 +0300