GET v1/bunits/{bunitId}/jobsubscriptions/{jobSubscriptionId}/logs

Get all logs of a job subscription

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId ID of the business the subscription is related to integer

Required

jobSubscriptionId integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of subscription logs

Collection of SubscriptionLog
NameDescriptionTypeAdditional information
Date Date the item sent by subscription was generated
This is not necessarily the same date it was sent
as an item for another date can be sent manually
date

None.

User The user who sent the item if sent manually
User

None.

Receivers Information on where item was sent
string

None.

AdditionalContentSent Some subscriptions may include more than just main data.
boolean

None.

ResetsCurrentPeriod Information sent by the subscription will include information since last reset.
If a manual report is sent it is up to the user whether or not this resets the current period
If it will be reset when sent automatically
boolean

None.

Type Type of the subscription the log is related to
SubscriptionLogType

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.