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": "06299e84-1f0b-4674-80e2-997123c0135a"
}

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": "bef613aa-ab9d-4e07-b493-157e5480b7a5"
  },
  {
    "FileTypeID": 1,
    "FileExt": "sample string 2",
    "UserUUIDCur": "bef613aa-ab9d-4e07-b493-157e5480b7a5"
  }
]