GET api/papers/GetPaperVersions?PageNumber={PageNumber}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
Default value is 1 |
|
PageSize | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
PaperVersionName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
VERSION_DATE | date |
None. |
|
VERSION_FILE_PATH | string |
None. |
|
VERSION_TITLE | string |
None. |
|
VERSION_NUMBER | string |
None. |
|
PAPER_IMG_PATH | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "VERSION_DATE": "2025-07-19T09:15:46.3997532+00:00", "VERSION_FILE_PATH": "sample string 2", "VERSION_TITLE": "sample string 3", "VERSION_NUMBER": "sample string 4", "PAPER_IMG_PATH": "sample string 5" }
application/xml, text/xml
Sample:
<PaperVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Amigos.News.Api.News"> <ID>1</ID> <VersionDate>2025-07-19T09:15:46.3997532+00:00</VersionDate> <VersionFilePath>sample string 2</VersionFilePath> <VersionImgPath>sample string 5</VersionImgPath> <VersionNumber>sample string 4</VersionNumber> <VersionTitle>sample string 3</VersionTitle> </PaperVersion>