GET api/ForexCourse/v1/GetGlossaryByLanguage?lang={lang}&timeStamp={timeStamp}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

string

Required

timeStamp

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GlossaryDetail
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

Lang_Id

integer

None.

Mod_Time

integer

None.

English_termsID

integer

None.

language_ForexCourse

language_ForexCourse

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "Lang_Id": 4,
    "Mod_Time": 5,
    "English_termsID": 6,
    "language_ForexCourse": {
      "$id": "2",
      "Id": 1,
      "Language": "sample string 2",
      "GlossaryDetails": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  },
  {
    "$ref": "1"
  }
]