POST api/Applications

Request Information

URI Parameters

None.

Body Parameters

ApplicationRequest
NameDescriptionTypeAdditional information
ApplicationName

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ApplicationName": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Application
NameDescriptionTypeAdditional information
ID

integer

None.

AppCode

string

None.

ApplicationName

string

None.

Login_Authentication

Collection of Login_Authentication

None.

Login_Info

Collection of Login_Info

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "AppCode": "sample string 2",
  "ApplicationName": "sample string 3",
  "Login_Authentication": [
    {
      "$id": "2",
      "ID": 1,
      "UserEmail": "sample string 2",
      "Password": "sample string 3",
      "DisplayName": "sample string 4",
      "Is_Confirmed": 5,
      "Application_ID": 1,
      "ProviderID": 1,
      "Application": {
        "$ref": "1"
      },
      "CryptoLearnComments": [
        {
          "$id": "3",
          "Id": 1,
          "Comment": "sample string 2",
          "TimeStamp": 3,
          "UserID": 4,
          "PostId": 5,
          "Login_Authentication": {
            "$ref": "2"
          },
          "CryptoLearnUserPost": {
            "$id": "4",
            "Id": 1,
            "Description": "sample string 2",
            "TimeStamp": 3,
            "UserID": 4,
            "Headline": "sample string 5",
            "CryptoLearnComments": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "CryptoLearnReplies": [
              {
                "$id": "5",
                "Id": 1,
                "Reply": "sample string 2",
                "TimeStamp": 3,
                "UserId": 4,
                "PostId": 5,
                "ParentCommentId": 6,
                "CryptoLearnComment": {
                  "$ref": "3"
                },
                "Login_Authentication": {
                  "$ref": "2"
                },
                "CryptoLearnUserPost": {
                  "$ref": "4"
                }
              },
              {
                "$ref": "5"
              }
            ],
            "Login_Authentication": {
              "$ref": "2"
            }
          },
          "CryptoLearnReplies": [
            {
              "$ref": "5"
            },
            {
              "$ref": "5"
            }
          ]
        },
        {
          "$ref": "3"
        }
      ],
      "CryptoLearnReplies": [
        {
          "$ref": "5"
        },
        {
          "$ref": "5"
        }
      ],
      "CryptoLearnUserPosts": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "CryptoLearnUserProgresses": [
        {
          "$id": "6",
          "ID": 1,
          "CommonProgress": 2.1,
          "RightAnswer": 3.1,
          "UserID": 4,
          "Login_Authentication": {
            "$ref": "2"
          }
        },
        {
          "$ref": "6"
        }
      ],
      "Login_Info": [
        {
          "$id": "7",
          "ID": 1,
          "UserID": 1,
          "Token": "sample string 2",
          "RefreshToken": "sample string 3",
          "ExpireIn": 4,
          "LoginTime": "2025-12-06T04:45:29.7354847+01:00",
          "ActiveStatus": 6,
          "TokenRefreshLastTime": "2025-12-06T04:45:29.7354847+01:00",
          "RefreshTokenRefreshLastTime": "2025-12-06T04:45:29.7354847+01:00",
          "Application_ID": 1,
          "Application": {
            "$ref": "1"
          },
          "Login_Authentication": {
            "$ref": "2"
          }
        },
        {
          "$ref": "7"
        }
      ],
      "User_Verification": [
        {
          "$id": "8",
          "ID": 1,
          "UserID": 2,
          "Verfication_Code": "sample string 3",
          "Code_Expires_In": 4,
          "Attemps": 5,
          "Wrong_Attemp_ExpireIn": 1,
          "Login_Authentication": {
            "$ref": "2"
          }
        },
        {
          "$ref": "8"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "Login_Info": [
    {
      "$ref": "7"
    },
    {
      "$ref": "7"
    }
  ]
}