SOAP API methode Style_file
Beschrijving
Get access to a single file, based on object or ID
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | int | Unique identifier (id) of the object Style. The method only applies to the style with this id. |
| file | Structure of type 'file' | |
| medialibraryfile | Structure of type 'medialibraryfile' | |
| stylefile | Structure of type 'stylefile' | |
| stylesnapshotfile | Structure of type 'stylesnapshotfile' | |
| emailingdocumentsnapshotfile | Structure of type 'emailingdocumentsnapshotfile' | |
| surveyfile | Structure of type 'surveyfile' | |
| emailingdocumentattachment | Structure of type 'emailingdocumentattachment' | |
| emailingdocumentsnapshotattachment | Structure of type 'emailingdocumentsnapshotattachment' | |
| webdocumentfile | Structure of type 'webdocumentfile' | |
| emailingdocumentfile | Structure of type 'emailingdocumentfile' | |
| xsltfile | Structure of type 'xsltfile' | |
| profilefile | Structure of type 'profilefile' | |
| webtemplatefile | Structure of type 'webtemplatefile' | |
| emailingtemplatefile | Structure of type 'emailingtemplatefile' | |
| file | integer | |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| stylefile | Structure of type 'stylefile' |
Structuur 'file'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'medialibraryfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'stylefile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'stylesnapshotfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'emailingdocumentsnapshotfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'surveyfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'emailingdocumentattachment'
| Naam | Type | Beschrijving |
|---|---|---|
| type | string | The type of the attachment. |
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'emailingdocumentsnapshotattachment'
| Naam | Type | Beschrijving |
|---|---|---|
| type | string | The type of the attachment. |
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'webdocumentfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'emailingdocumentfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'xsltfile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'profilefile'
| Naam | Type | Beschrijving |
|---|---|---|
| author | string | The name of the person who uploaded the file. |
| created | timestamp | The timestamp when the file was uploaded for the first time. |
| modified | timestamp | The timestamp when the file was last modified. |
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'webtemplatefile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'emailingtemplatefile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |
Structuur 'login'
| Naam | Type | Beschrijving |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structuur 'stylefile'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | The ID of the file. |
| mimetype | string | The mimetype of the file. |
| hashcode | string | Expose the file hashcode |
| data | binary | The data of the file. The data is base64 encoded. |
| name | string | The filename of the file. |
| size | int | The size of the file. |