GET api/presidentialActions/{id}
Get Publication by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PresidentialActionsPublication| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| OrganicEntityId | integer |
None. |
|
| SecurityId | integer |
None. |
|
| SerieId | integer |
None. |
|
| UserId | integer |
None. |
|
| DateIndex | date |
None. |
|
| Description | string |
None. |
|
| Detail | string |
None. |
|
| DateBegin | date |
None. |
|
| DateEnd | date |
None. |
|
| ActionType | string |
None. |
|
| Location | string |
None. |
|
| IsExported | boolean |
None. |
|
| DateExport | string |
None. |
|
| SourceLocation | string |
None. |
|
| SourceProcessId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProcessId": 1,
"ApplicationId": 2,
"OrganicEntityId": 3,
"SecurityId": 4,
"SerieId": 5,
"UserId": 6,
"DateIndex": "2025-12-06T05:25:39.3262141+01:00",
"Description": "sample string 8",
"Detail": "sample string 9",
"DateBegin": "2025-12-06T05:25:39.3262141+01:00",
"DateEnd": "2025-12-06T05:25:39.3262141+01:00",
"ActionType": "sample string 12",
"Location": "sample string 13",
"IsExported": true,
"DateExport": "sample string 15",
"SourceLocation": "sample string 16",
"SourceProcessId": 17
}
application/xml, text/xml
Sample:
<PresidentialActionsPublication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models"> <ActionType>sample string 12</ActionType> <ApplicationId>2</ApplicationId> <DateBegin>2025-12-06T05:25:39.3262141+01:00</DateBegin> <DateEnd>2025-12-06T05:25:39.3262141+01:00</DateEnd> <DateExport>sample string 15</DateExport> <DateIndex>2025-12-06T05:25:39.3262141+01:00</DateIndex> <Description>sample string 8</Description> <Detail>sample string 9</Detail> <IsExported>true</IsExported> <Location>sample string 13</Location> <OrganicEntityId>3</OrganicEntityId> <ProcessId>1</ProcessId> <SecurityId>4</SecurityId> <SerieId>5</SerieId> <SourceLocation>sample string 16</SourceLocation> <SourceProcessId>17</SourceProcessId> <UserId>6</UserId> </PresidentialActionsPublication>