GET api/2/Get-file-slot?processingClientID={processingClientID}&EngineType={EngineType}
Gets a file slot for the requesting app. A file slot is a collection of file details that needs to be processed for parsing. These are valid files requested by the users.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| processingClientID | string | Required | |
| EngineType | EngineType | Required | 
Body Parameters
None.
Response Information
Resource Description
A file slot containing a bunch of 10 valid files to be processed. The number of files in a bunch is configurable from the database
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.