POST api/AppChat/AppGetChatFileType

AppGetChatFileType

Request Information

URI Parameters

None.

Body Parameters

AppGetChatFileType
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "e73594a3-13a5-43d4-b814-0e3659cc6a26"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetChatFileType_Response
NameDescriptionTypeAdditional information
FileTypeID

integer

None.

FileExt

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FileTypeID": 1,
    "FileExt": "sample string 2",
    "UserUUIDCur": "acb693f7-ef93-4507-82c2-dba21fcfaad8"
  },
  {
    "FileTypeID": 1,
    "FileExt": "sample string 2",
    "UserUUIDCur": "acb693f7-ef93-4507-82c2-dba21fcfaad8"
  }
]