GET api/Package/Attachments/{packageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| packageId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CommonAttachmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Attachment_ID | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| Description | string |
None. |
|
| FileExtension | string |
None. |
|
| FileSize | integer |
None. |
|
| ContentType | string |
None. |
|
| FilePath | string |
None. |
|
| SourceType | integer |
None. |
|
| SourceType_ID | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| OrchestratorUserID | integer |
None. |
|
| IFSUserId | string |
None. |
|
| IsLinkedAttachment | boolean |
None. |
|
| Duration | integer |
None. |
|
| MediumImagePath | string |
None. |
|
| SmallImagePath | string |
None. |
|
| IsImage | boolean |
None. |
|
| UploadType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Attachment_ID": "89bc7796-dd59-4295-a338-a5ac27383d19",
"FileName": "sample string 2",
"Description": "sample string 3",
"FileExtension": "sample string 4",
"FileSize": 5,
"ContentType": "sample string 6",
"FilePath": "sample string 7",
"SourceType": 8,
"SourceType_ID": "2655e69e-b4dc-4847-b394-9fa89cb8e114",
"CreatedDate": "2026-02-04T20:51:30.6921662-05:00",
"CreatedBy": "sample string 10",
"OrchestratorUserID": 1,
"IFSUserId": "sample string 11",
"IsLinkedAttachment": true,
"Duration": 1,
"MediumImagePath": "sample string 13",
"SmallImagePath": "sample string 14",
"IsImage": true,
"UploadType": 1
},
{
"Attachment_ID": "89bc7796-dd59-4295-a338-a5ac27383d19",
"FileName": "sample string 2",
"Description": "sample string 3",
"FileExtension": "sample string 4",
"FileSize": 5,
"ContentType": "sample string 6",
"FilePath": "sample string 7",
"SourceType": 8,
"SourceType_ID": "2655e69e-b4dc-4847-b394-9fa89cb8e114",
"CreatedDate": "2026-02-04T20:51:30.6921662-05:00",
"CreatedBy": "sample string 10",
"OrchestratorUserID": 1,
"IFSUserId": "sample string 11",
"IsLinkedAttachment": true,
"Duration": 1,
"MediumImagePath": "sample string 13",
"SmallImagePath": "sample string 14",
"IsImage": true,
"UploadType": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCommonAttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.Common">
<CommonAttachmentModel>
<Attachment_ID>89bc7796-dd59-4295-a338-a5ac27383d19</Attachment_ID>
<ContentType>sample string 6</ContentType>
<CreatedBy>sample string 10</CreatedBy>
<CreatedDate>2026-02-04T20:51:30.6921662-05:00</CreatedDate>
<Description>sample string 3</Description>
<Duration>1</Duration>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 2</FileName>
<FilePath>sample string 7</FilePath>
<FileSize>5</FileSize>
<IFSUserId>sample string 11</IFSUserId>
<IsImage>true</IsImage>
<IsLinkedAttachment>true</IsLinkedAttachment>
<MediumImagePath>sample string 13</MediumImagePath>
<OrchestratorUserID>1</OrchestratorUserID>
<SmallImagePath>sample string 14</SmallImagePath>
<SourceType>8</SourceType>
<SourceType_ID>2655e69e-b4dc-4847-b394-9fa89cb8e114</SourceType_ID>
<UploadType>1</UploadType>
</CommonAttachmentModel>
<CommonAttachmentModel>
<Attachment_ID>89bc7796-dd59-4295-a338-a5ac27383d19</Attachment_ID>
<ContentType>sample string 6</ContentType>
<CreatedBy>sample string 10</CreatedBy>
<CreatedDate>2026-02-04T20:51:30.6921662-05:00</CreatedDate>
<Description>sample string 3</Description>
<Duration>1</Duration>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 2</FileName>
<FilePath>sample string 7</FilePath>
<FileSize>5</FileSize>
<IFSUserId>sample string 11</IFSUserId>
<IsImage>true</IsImage>
<IsLinkedAttachment>true</IsLinkedAttachment>
<MediumImagePath>sample string 13</MediumImagePath>
<OrchestratorUserID>1</OrchestratorUserID>
<SmallImagePath>sample string 14</SmallImagePath>
<SourceType>8</SourceType>
<SourceType_ID>2655e69e-b4dc-4847-b394-9fa89cb8e114</SourceType_ID>
<UploadType>1</UploadType>
</CommonAttachmentModel>
</ArrayOfCommonAttachmentModel>
text/html
Sample:
[{"Attachment_ID":"89bc7796-dd59-4295-a338-a5ac27383d19","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7","SourceType":8,"SourceType_ID":"2655e69e-b4dc-4847-b394-9fa89cb8e114","CreatedDate":"2026-02-04T20:51:30.6921662-05:00","CreatedBy":"sample string 10","OrchestratorUserID":1,"IFSUserId":"sample string 11","IsLinkedAttachment":true,"Duration":1,"MediumImagePath":"sample string 13","SmallImagePath":"sample string 14","IsImage":true,"UploadType":1},{"Attachment_ID":"89bc7796-dd59-4295-a338-a5ac27383d19","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7","SourceType":8,"SourceType_ID":"2655e69e-b4dc-4847-b394-9fa89cb8e114","CreatedDate":"2026-02-04T20:51:30.6921662-05:00","CreatedBy":"sample string 10","OrchestratorUserID":1,"IFSUserId":"sample string 11","IsLinkedAttachment":true,"Duration":1,"MediumImagePath":"sample string 13","SmallImagePath":"sample string 14","IsImage":true,"UploadType":1}]