Files

Overview

Provides access to Stored Files related data.

Endpoints

The resources available in this module.

StoredFilesApi

Provides API access to Stored File records.

/api/StoredFilesApi

/api/StoredFilesApi

Operation

Performed As

Request Query

Request Body

Response

GET
Retrieve metadata of a specific Stored File.

Logged in User

StoredFileKey

-

StoredFilesApiModel

POST
Upload a file to create a Stored File record.

Logged in User

-

FileUploadModel

StoredFilesApiModel

DELETE
Mark a specific Stored File as deleted.

Logged in User

StoredFileKey

-

StoredFilesApiModel

StoredFilesContentApi

Provides API access to the contents of Stored Files.

/api/StoredFilesContentApi

/api/StoredFilesContentApi

Operation

Performed As

Request Query

Request Body

Response

GET
Retrieve the actual contents of a specific Stored File.

Logged in User

StoredFileKey

-

FileHttpResponse

UploadFileApi

For uploading files.

/api/UploadFileApi

/api/UploadFileApi

Operation

Performed As

Request Query

Request Body

Response

POST

Upload a file to create a Stored File record.

Logged in User

UploadFileKey

-

UploadFileApiModel

Models

The definitions of models specific to endpoints in this module.

StoredFileKey

Property

Data Type

Length

Description

Property

Data Type

Length

Description

StoredFileId

Integer

 

The Unique ID of the Stored File.

Back to top

StoredFilesApiModel

Property

Data Type

Length

Description

Property

Data Type

Length

Description

Key

StoredFileKey

 

The unique key for the Stored File.

RelatedRecord

String

255

The Related Record Type of the Stored File.

RelatedRecordId

String

50

The Related Record ID of the Stored File.

FileGroupId

Integer

50

The ID of the File Group the Stored File belongs to.

Details

String

2000

The Details text on the Stored File.

SecondaryPath

String

2000

The secondary path of the Stored File.

ImageDocument

Boolean

 

A flag to indicate if the File comes from Xtracta.

Back to top

FileHttpResponse

This is a non-JSON HTTP response. The HTTP body is the file contents as an array of bytes. The HTTP Headers include the following:

  • Content-Type: application/octet-stream

  • Content-Disposition: attachment; filename=[file name]; size=[file size]

Back to top

UploadFileKey

Property

Data Type

Description

Property

Data Type

Description

FileName

String

The name of the Uploaded File.

RelatedRecordId

String

The Related Record ID of the Uploaded File

RelatedRecordType

String

The Related Record Type of the Uploaded File.

Back to top

UploadFileApiModel

Property

Data Type

Length

Description

Property

Data Type

Length

Description

FileName

String

255

The name of the Uploaded File.

FileExtension

String

260

The extension of the Uploaded File.

ContentType

String

 

The HTTP Content-Type Header

RelatedRecordId

String

50

The Related Record ID of the Uploaded File

RelatedRecordType

String

255

The Related Record Type of the Uploaded File.

StoredFileId

Integer

 

The unique ID of the Stored File.

Back to top

 

Related content