Skip to content

List Entity Directory Files

GET
/file/v1/{file_type}/{entity_type}/{entity_id}

Authorizations

Parameters

Path Parameters

entity_type
required
string
Allowed values: match unknown
entity_id
required
string
file_type
required
string
Allowed values: file developer-file

Responses

200

Successful Response

object
files
required
Array<object>
object
name
required
string
size
required
integer
content_type
required
string
created_timestamp
required

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

string format: date-time
2023-01-23T21:07:02.000000+00:00

403

Error Codes:

  • auth_invalid_key_id - Invalid Authorization - Invalid Key ID in Access Token
  • auth_invalid_version - Invalid Authorization - version
  • auth_malformed_access - Invalid Authorization - malformed access token
  • auth_not_jwt - Invalid Authorization
  • auth_token_expired - Token is expired
  • auth_token_format - Invalid Authorization - {}
  • auth_token_invalid_claim - Token contained invalid claim value: {}
  • auth_token_sig_invalid - Token Signature is invalid
  • auth_token_unknown - Failed to parse token
  • insufficient_permissions - Insufficient Permissions
object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string