DigiOffice API Services Services

<back to all web services

GetDocumentUploads

Requires Authentication
The following routes are available for this service:
GET/api/documentuploads
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
import com.google.gson.annotations.*
import com.google.gson.reflect.*


open class GetDocumentUploads : IPageOptions, ISearchCriteria
{
    open var ViewID:UUID? = null
    override var PageSize:Int? = null
    override var PageNumber:Int? = null
    override var SearchCriteria:String? = null
    open var ExplorerID:UUID? = null
    open var Path:String? = null
}

Kotlin GetDocumentUploads DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/documentuploads HTTP/1.1 
Host: test-do-services.klokgroep.nl 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

[{"ID":0,"Description":"String","Notes":"String","FileName":"String","Extension":"String","FileDate":"0001-01-01T00:00:00.0000000","AssignedTo":"String","AssignedToGroup":"String","UploadedBy":"String","HasPreview":false}]