GET api/CryptoLearn/v1/GetAllCryptoDictionaries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of dictionary
NameDescriptionTypeAdditional information
id

integer

None.

terms

string

None.

desc

string

None.

language_id

integer

None.

WebLink_ID

integer

None.

tags

Collection of tag

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "terms": "sample string 2",
    "desc": "sample string 3",
    "language_id": 4,
    "WebLink_ID": 5,
    "tags": [
      {
        "$id": "2",
        "id": 1,
        "tag1": "sample string 2",
        "dictionaries": [
          {
            "$ref": "1"
          },
          {
            "$ref": "1"
          }
        ]
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]