GET declaration/current/deliveries?periodStart={periodStart}&periodEnd={periodEnd}

Gets the declaration delivery information. This feature is not available in all subscriptions. Contact your accountmanager for more information. This endpoint will return your combined workflow data over the last 30 days. Optionally you can provide a periodStart and periodEnd to retrieve a specific period. Maximum date-range for this is three months.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
periodStart

Set the periodStart of the request. This parameter is optional.

date

None.

periodEnd

Set the periodEnd of the request. This parameter is optional.

date

None.

Body Parameters

None.

Response Information

Resource Description

The delivery information

Collection of FiscaalGemak.Web.Models.Models.DeclarationDeliveryInfoModel
NameDescriptionTypeAdditional information
ClientId

integer

None.

DeclarationId

integer

None.

DeclarationType

FiscaalGemak.Core.Models.Models.DeclarationType

None.

Year

integer

None.

Approval

string

None.

SendBy

string

None.

DigipoortDate

date

None.

ReportSigner

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClientId": 1,
    "DeclarationId": 2,
    "DeclarationType": 0,
    "Year": 3,
    "Approval": "sample string 4",
    "SendBy": "sample string 5",
    "DigipoortDate": "2025-04-04T18:07:27.6153023+02:00",
    "ReportSigner": "sample string 6"
  },
  {
    "ClientId": 1,
    "DeclarationId": 2,
    "DeclarationType": 0,
    "Year": 3,
    "Approval": "sample string 4",
    "SendBy": "sample string 5",
    "DigipoortDate": "2025-04-04T18:07:27.6153023+02:00",
    "ReportSigner": "sample string 6"
  }
]