GET v1/bunits/{bunitId}/users/{userId}/deliveries

Get all deliveries for a user
Types:
StatusReport (0)
NodeReport (1)
ServerReport (2)
JobReport (3)
ActivityReport (4)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId integer

Required

userId integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ReportSubscription
NameDescriptionTypeAdditional information
BusinessUnitId integer

None.

ConsumerId integer

None.

Enabled An enabled subscription will be sent out
Disable to keep information but avoid getting mails
boolean

None.

Name string

None.

SubscriptionName string

None.

Type ReportSubscriptionType

None.

Id A unique ID for the object.
integer

Read-only.

CreatedDate Time and date the object was created.
date

Read-only.

ArchivedDate Time and date the object was or is going to be archived.

Unarchived objects have no value in ArchivedDate
date

Read-only.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfReportSubscription xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ReportSubscription>
    <Id>4</Id>
    <CreatedDate>2024-05-20T16:00:53.7601789+02:00</CreatedDate>
    <ArchivedDate>2024-05-20T16:00:53.7601789+02:00</ArchivedDate>
    <BusinessUnitId>1</BusinessUnitId>
    <ConsumerId>1</ConsumerId>
    <Enabled>true</Enabled>
    <Name>sample string 2</Name>
    <SubscriptionName>sample string 3</SubscriptionName>
    <Type>StatusReport</Type>
  </ReportSubscription>
  <ReportSubscription>
    <Id>4</Id>
    <CreatedDate>2024-05-20T16:00:53.7601789+02:00</CreatedDate>
    <ArchivedDate>2024-05-20T16:00:53.7601789+02:00</ArchivedDate>
    <BusinessUnitId>1</BusinessUnitId>
    <ConsumerId>1</ConsumerId>
    <Enabled>true</Enabled>
    <Name>sample string 2</Name>
    <SubscriptionName>sample string 3</SubscriptionName>
    <Type>StatusReport</Type>
  </ReportSubscription>
</ArrayOfReportSubscription>