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": "cd99ce4c-25bf-4c47-b9c2-f36ded3b8adf"
}

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": "bf4f229b-47db-44b1-ae04-e35ecc231522"
  },
  {
    "FileTypeID": 1,
    "FileExt": "sample string 2",
    "UserUUIDCur": "bf4f229b-47db-44b1-ae04-e35ecc231522"
  }
]