Topic

Topics Topic
Methods Supported:
  • GET – feed is read only

Filters supported:
  • Id – primary key

Expansions supported:
  • QuestionRevisions – the questions in the topic

The Topics feed contains entities that describe all Topcics within the item bank. There is one entity for each topic.

EntityType: Topic
Entity Key: Id Edm.Int32 NOT NULL
Name Edm.String
Path Edm.String

The full path of the Topic.

PublishedId Edm.Int32
Language Edm.String
CreatedDateTime Edm.DateTimeOffset

The date and time (in UTC) when the Topic was created.

Author Edm.String

The user name of the user that created the question

ModifiedDateTime Edm.String

The date and time (in UTC) when the Topic was last modified.

Editor Edm.String

The user name of the user that last modified the Topic. Again, this refers to the base language and not any translations.

IsDeleted Edm.Boolean NOT NULL

A boolean set to True if the Topic has been archived. In versions prior to 2021.05 this action was referred to as deletion (though such Topics are still available through the API and from 2021.05 can be restored in the user interface too).

QuestionRevisions QuestionRevision Collection