POST api/InternalCourse/GetInternalCourses

Request Information

URI Parameters

None.

Body Parameters

InternalCourseModuleQueryParameter
NameDescriptionTypeAdditional information
InternalMeetingID

globally unique identifier

None.

InternalCourseID

globally unique identifier

None.

KeyWord

string

None.

FilterField

string

None.

ID

globally unique identifier

None.

IsEnable

boolean

None.

IsDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

globally unique identifier

None.

LastModifyOn

date

None.

LastModifyBy

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalMeetingID": "451b4ebb-cea7-4069-a4e4-7e4cccf20eba",
  "InternalCourseID": "cb82f0c5-db8c-4515-be80-2d858464ce53",
  "KeyWord": "sample string 1",
  "FilterField": "sample string 2",
  "ID": "830f1475-6dc1-4f03-b67d-67dd4e1ab462",
  "IsEnable": true,
  "IsDeleted": true,
  "CreatedOn": "2025-06-07T07:26:46.5977566+08:00",
  "CreatedBy": "c0d4b8e7-7dff-46b0-9a3b-5b7b36120419",
  "LastModifyOn": "2025-06-07T07:26:46.5977566+08:00",
  "LastModifyBy": "3fd24c71-d8b2-47d7-821d-864c6fbd70a3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InternalCourseModuleQueryParameter'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.