Skip to main content

List Entity Directory Files

GET 

/file/v1/:file_type/:entity_type/:entity_id

List Entity Directory Files

Request

Path Parameters

    entity_type EntityTyperequired

    Possible values: [match, unknown]

    entity_id Entity Idrequired
    file_type FileTyperequired

    Possible values: [file, developer-file]

Responses

Successful Response

Schema

    files

    object[]

    required

  • Array [

  • name Name (string)required
    size Size (integer)required
    content_type Content Type (string)required
    created_timestamp date-timerequired

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

  • ]

Loading...