GET api/NewsEventsComm/Presentation/Financial/{last}
Prezentari rezultate financiare emitent BVB
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
last |
ultimile ({last}) inregistrari |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PresentationName | Description | Type | Additional information |
---|---|---|---|
ID |
ID prezentare |
integer |
None. |
Data |
Data prezentare |
date |
None. |
TitleRo | string |
None. |
|
TitleEn | string |
None. |
|
Link_ro | string |
None. |
|
Link_en | string |
None. |
|
LinkPicture_ro | string |
None. |
|
LinkPicture_en | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Data": "2023-10-01T11:05:49.3156558+03:00", "TitleRo": "sample string 2", "TitleEn": "sample string 3", "Link_ro": "sample string 4", "Link_en": "sample string 5", "LinkPicture_ro": "sample string 6", "LinkPicture_en": "sample string 7" }, { "ID": 1, "Data": "2023-10-01T11:05:49.3156558+03:00", "TitleRo": "sample string 2", "TitleEn": "sample string 3", "Link_ro": "sample string 4", "Link_en": "sample string 5", "LinkPicture_ro": "sample string 6", "LinkPicture_en": "sample string 7" } ]