GET v1/assets/file/extensions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FileType
NameDescriptionTypeAdditional information
typeId

string

None.

type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "typeId": "sample string 1",
    "type": "sample string 3"
  },
  {
    "typeId": "sample string 1",
    "type": "sample string 3"
  }
]