Format of Durations

Hi,

Durations in the api are represented in ISO 8601 periods of time. Ie PT24H6M.

However the standard also allows PnYnMnWnDTnHnMnS

Question I have is will durations in the api always be PTnHnMnS or can it also be PnYnMnWnDTnHnMnS?

Thanks

Hi @patug,

For v1 API, the duration will always be PTnHnMnS.

Cheers!