Discussions

Ask a Question
Back to All

New attribute "learning-minutes" on content items

I noticed that the API /content endpoint is now returning an attribute called "learning-minutes". Example:

        {
            "type": "content",
            "id": "n48KeX",
            "attributes": {
              	...
                "duration": 608.0000,
                "duration-type": "Seconds",
                "provider": "YouTube",
								...
                "learning-minutes": 10.13,
								...
            },

I'm sure this attribute has not been there a few month ago, yet I cannot find any mention of this attribute in the KnowledgeCenter or in the developer portal. It is not even listed as an attribute in the API Reference response object documentation of the /content endpoint.

Could you please provide some insights on this new attribute? What is its intention? Why was it added and why is was this not communicated prior to adding it? How are different duration values converted to learning-minutes? What is the default value?