GET api/Attachments?lastImportDate={lastImportDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lastImportDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPrimary | boolean |
None. |
|
| IsRigid | boolean |
None. |
|
| VariableHorizontol | boolean |
None. |
|
| HorizontalPivot | integer |
None. |
|
| VariableVertical | boolean |
None. |
|
| VerticalPivot | integer |
None. |
|
| AttachmentLength | integer |
None. |
|
| AttachmentWeight | integer |
None. |
|
| Leverage | integer |
None. |
|
| Image | string |
None. |
|
| Id | integer |
None. |
|
| Description | string |
Required |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IsPrimary": true,
"IsRigid": true,
"VariableHorizontol": true,
"HorizontalPivot": 1,
"VariableVertical": true,
"VerticalPivot": 1,
"AttachmentLength": 1,
"AttachmentWeight": 1,
"Leverage": 1,
"Image": "sample string 5",
"Id": 6,
"Description": "sample string 7",
"IsDeleted": true
},
{
"IsPrimary": true,
"IsRigid": true,
"VariableHorizontol": true,
"HorizontalPivot": 1,
"VariableVertical": true,
"VerticalPivot": 1,
"AttachmentLength": 1,
"AttachmentWeight": 1,
"Leverage": 1,
"Image": "sample string 5",
"Id": 6,
"Description": "sample string 7",
"IsDeleted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vekta.Data">
<Attachment>
<Description>sample string 7</Description>
<Id>6</Id>
<IsDeleted>true</IsDeleted>
<AttachmentLength>1</AttachmentLength>
<AttachmentWeight>1</AttachmentWeight>
<HorizontalPivot>1</HorizontalPivot>
<Image>sample string 5</Image>
<IsPrimary>true</IsPrimary>
<IsRigid>true</IsRigid>
<Leverage>1</Leverage>
<VariableHorizontol>true</VariableHorizontol>
<VariableVertical>true</VariableVertical>
<VerticalPivot>1</VerticalPivot>
</Attachment>
<Attachment>
<Description>sample string 7</Description>
<Id>6</Id>
<IsDeleted>true</IsDeleted>
<AttachmentLength>1</AttachmentLength>
<AttachmentWeight>1</AttachmentWeight>
<HorizontalPivot>1</HorizontalPivot>
<Image>sample string 5</Image>
<IsPrimary>true</IsPrimary>
<IsRigid>true</IsRigid>
<Leverage>1</Leverage>
<VariableHorizontol>true</VariableHorizontol>
<VariableVertical>true</VariableVertical>
<VerticalPivot>1</VerticalPivot>
</Attachment>
</ArrayOfAttachment>