GET api/CryptoLearn/v1/GetCryptoDictionary?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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,
  "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"
    }
  ]
}