DocCloud API

<back to all web services

GetFileDocumentTypeQuery

Requires Authentication
The following routes are available for this service:
All Verbs/filedocument/type/{objectId}
GetFileDocumentTypeQuery Parameters:
NameParameterData TypeRequiredDescription
ObjectIdpathulongNo
ObjectTypeIdqueryintNo
BaseSingleResponse<T> Parameters:
NameParameterData TypeRequiredDescription
ResultformTNo
FileDto Parameters:
NameParameterData TypeRequiredDescription
FileNameformstringNo
FileGuidformstringNo
FileSizeformulongNo
FileTypeformstringNo
FileformstringNo
BaseKeyLongDto Parameters:
NameParameterData TypeRequiredDescription
CreatedByIdformuintNo
ModifiedByIdformuintNo
CreatedDateformDateTimeNo
ModifiedDateformDateTimeNo
IdformulongNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /filedocument/type/{objectId} HTTP/1.1 
Host: api.chmuradokumentow.pl 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"objectId":0,"objectTypeId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":{"fileName":"String","fileGuid":"String","fileSize":0,"fileType":"String","file":"String","createdById":0,"modifiedById":0,"createdDate":"0001-01-01T00:00:00.0000000Z","modifiedDate":"0001-01-01T00:00:00.0000000Z","id":0}}