Dropbox API
{ urn:com.soa.dropbox.api } DropboxApi
The Dropbox service provides operations for uploading images to the Akana API Platform, to support operations that create or modify resources that might include an image, such as user profiles.
POST/dropbox/wsdlsreadWsdlZip
Parameters
Accepts multipart/form-data
Name
Type
Description
Model
FileName
form
string
body
entity
base64Binary
Reponse
Produces text/plain
Status Code
Reason
Model
200
Success
any
POST/dropbox/readfiledetailsreadFileDetails
Parameters
Accepts multipart/form-data
Name
Type
Description
Model
FileName
form
string
body
entity
base64Binary
Reponse
Produces application/jsonapplication/vnd.soa.v81+json
Status Code
Reason
Model
200
Success
DropboxFileDetails
DropboxFileDetails {
ServiceDescriptorDocument {
DropboxFileId( long )
FileType( string )
FileName( string )
ZipFileEntry( Collection of string )
ServiceDescriptorDocument( Collection of ServiceDescriptorDocument )
}
ServiceDescriptorDocument {
ServiceName( Collection of string )
FileName( string )
DescriptorType( string )
}
GET/dropbox/readfiledetailsreadZipFileDetails
Parameters
Accepts */*
Name
Type
Description
Model
dropboxFileId
query
long
zipFileEntry
query
string
Reponse
Produces application/jsonapplication/vnd.soa.v81+json
Status Code
Reason
Model
200
Success
DropboxFileDetails
DropboxFileDetails {
ServiceDescriptorDocument {
DropboxFileId( long )
FileType( string )
FileName( string )
ZipFileEntry( Collection of string )
ServiceDescriptorDocument( Collection of ServiceDescriptorDocument )
}
ServiceDescriptorDocument {
ServiceName( Collection of string )
FileName( string )
DescriptorType( string )
}
GET/dropbox/wsdlsreadWsdl
Parameters
Accepts */*
Name
Type
Description
Model
wsdlUrl
query
string
Reponse
Produces text/plain
Status Code
Reason
Model
200
Success
any
POST/dropbox/readurlreadUrl
Parameters
Accepts application/x-www-form-urlencoded
Name
Type
Description
Model
FileUrl
form
string
userName
form
string
password
form
string
Reponse
Produces application/jsonapplication/vnd.soa.v81+json
Status Code
Reason
Model
200
Success
DropboxFileDetails
DropboxFileDetails {
ServiceDescriptorDocument {
DropboxFileId( long )
FileType( string )
FileName( string )
ZipFileEntry( Collection of string )
ServiceDescriptorDocument( Collection of ServiceDescriptorDocument )
}
ServiceDescriptorDocument {
ServiceName( Collection of string )
FileName( string )
DescriptorType( string )
}
POST/dropbox/picturesaddPicture
Parameters
Accepts multipart/form-data
Name
Type
Description
Model
body
entity
base64Binary
Reponse
Produces text/plain
Status Code
Reason
Model
200
Success
string
PUT/dropbox/pictures/{pictureId}cropPicture
Parameters
Accepts application/x-www-form-urlencoded
Name
Type
Description
Model
pictureId
path
long
x
form
long
y
form
long
w
form
long
h
form
long
Reponse
Produces application/jsonapplication/vnd.soa.v71+jsonapplication/vnd.soa.v72+jsonapplication/vnd.soa.v80+jsonapplication/vnd.soa.v81+json
Status Code
Reason
Model
200
Success
any
GET/dropbox/pictures/{pictureId}getPicture
Parameters
Accepts */*
Name
Type
Description
Model
pictureId
path
long
size
query
integer
Reponse
Produces image/jpeg
Status Code
Reason
Model
200
Success
any