D2L Rest API を使用して、既存のフォーラム内にトピックを作成するために次のブロックを送信します。
URL: POST /d2l/api/le/(D2LVERSION: バージョン)/(D2LID: orgUnitId)/discussions/forums/(D2LID: forumId)/topics/
{
"Name" : "Test Forum API",
"Description" : {
"Text" : "",
"Html" : "Test"
},
"AllowAnonymousPosts" : true,
"StartDate" : null,
"EndDate" : null,
"IsHidden" : false,
"UnlockStartDate" : null,
"UnlockEndDate" : null,
"RequiresApproval" : false,
"ScoreOutOf" : null,
"IsAutoScore" : true,
"IncludeNonScoredValues" : true,
"ScoringType" : null,
"IsLocked" : false,
"MustPostToParticipate" : true
}
取得エラー: 情報: リダイレクトが要求されましたが、followRedirects は無効になっています ステータス コード 302 オブジェクトは /d2l/error/404 に移動しました