News API

Create an iCal subscription

The response carries the full feed URL including the token. It is shown once and only its hash is stored.

post/rest/api/v1/projects/{projectId}/calendarSubscriptions

Path parameters

projectIdstring uuid required

Request body

aliasstring
createdAtstring date-time
currenciesstring[]
customerEmailstring

Who created the subscription. A subscription belongs to the project, this is only the audit trail

idstring
includeHolidaysboolean
lastUsedAtstring date-time
minImpact'HOLIDAY' | 'LOW' | 'MEDIUM' | 'HIGH'
projectIdstring uuid
requestCountinteger
urlstring

The feed URL including the token. Returned once, at creation, and never again

Response

OK

aliasstring
createdAtstring date-time
currenciesstring[]
customerEmailstring

Who created the subscription. A subscription belongs to the project, this is only the audit trail

idstring
includeHolidaysboolean
lastUsedAtstring date-time
minImpact'HOLIDAY' | 'LOW' | 'MEDIUM' | 'HIGH'
projectIdstring uuid
requestCountinteger
urlstring

The feed URL including the token. Returned once, at creation, and never again

Changes

Changed in 1 of the 3 revisions of this API.1