GET projects/GetUserProjects/{userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Project| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| Status | integer |
None. |
|
| Product | Product |
None. |
|
| Background | Background |
None. |
|
| Stamps | Collection of Stamp |
None. |
|
| Assets | Collection of ProjectAsset |
None. |
|
| ARAsset | ARAsset |
None. |
|
| BackgroundId | globally unique identifier |
None. |
|
| BackgroundColor | string |
None. |
|
| LayoutMaskId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| GuestUserId | globally unique identifier |
None. |
|
| PreviewImageDetails | string |
None. |
|
| FormTemplate | string |
None. |
|
| s7ImageVersion | string |
None. |
|
| FinalVingetteImageLocation | string |
None. |
|
| FinalFlatImageLocation | string |
None. |
|
| FinalFlatImageBlobLocation | string |
None. |
|
| PreviewFlatImageLocation | string |
None. |
|
| FinalFlatFilename | string |
None. |
|
| IsDefaultProjectName | boolean |
None. |
|
| ProjectImageSource | string |
None. |
|
| FinalImageSource | integer |
None. |
|
| ArtboardFlatImage | Collection of byte |
None. |
|
| ArtboardFlatImageLocation | string |
None. |
|
| SiteCode | string |
None. |
|
| SiteCodeID | integer |
None. |
|
| ShowS7NoBackgroundExistsWarning | boolean |
None. |
|
| EditRequestDateUTC | date |
None. |
|
| IsCSREditing | boolean |
None. |
|
| FinalFlatImage | Collection of byte |
None. |
|
| FinalFlatImageNoMask | Collection of byte |
None. |
|
| isThemeProject | boolean |
None. |
|
| SourceProjectId | globally unique identifier |
None. |
|
| LicenseId | globally unique identifier |
None. |
|
| ThemeProjectId | globally unique identifier |
None. |
|
| PDPFG | string |
None. |
|
| PurchaseFG | string |
None. |
|
| IsSourceThemeProject | boolean |
None. |
|
| SMSOptIn | boolean |
None. |
|
| TemplateBackgroundId | globally unique identifier |
None. |
|
| TemplateBackgroundColor | string |
None. |
|
| S7DecorationPositionHorizontal | integer |
None. |
|
| ApplyBGColorToBottomOnly | boolean |
None. |
|
| ExpiryDate | date |
None. |
|
| IsOrderProjectExpired | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"Id": "a92b4f00-4323-4c8e-8a40-d2d83f356432",
"Name": "sample string 2",
"CreatedDate": "2026-07-02T16:37:19.0768116+00:00",
"ModifiedDate": "2026-07-02T16:37:19.0768116+00:00",
"Status": 5,
"Product": {
"Id": "5877e7a0-7303-4119-bd4f-4615a3f09520",
"Name": "sample string 2",
"Size": 3,
"Category": "sample string 4",
"Price": 5.1,
"WrapHeight": 6.1,
"WrapWidth": 7.1,
"Backgrounds": [
{
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
},
{
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
}
],
"Guideline": {
"Id": "25b72f03-10f3-4367-8050-1fbef4509156",
"LicenseID": "bc9ce184-8dc3-4ba7-b472-61f9bc3cac1e",
"Name": "sample string 3",
"Description": "sample string 4",
"IconURL": "sample string 5",
"DesignRules": "sample string 6",
"IsActive": true
},
"Form": null,
"FGCode": "sample string 8",
"IsActive": true,
"SiteCodeID": 10,
"IsProjectCopiedFromTemplate": true
},
"Background": {
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
},
"Stamps": [
{
"Id": "366b0c42-552c-4e20-a23a-9243a836532e",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Top": 4.1,
"Left": 5.1,
"Height": 6.1,
"Width": 7.1,
"CanChangeColor": true,
"DefaultColor": "sample string 9",
"Layer": 10,
"Rotation": 11,
"Url": "sample string 12",
"AssetId": "384b7d72-00b6-4446-911c-082d9ece88f1",
"BackgroundColor": "sample string 14"
},
{
"Id": "366b0c42-552c-4e20-a23a-9243a836532e",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Top": 4.1,
"Left": 5.1,
"Height": 6.1,
"Width": 7.1,
"CanChangeColor": true,
"DefaultColor": "sample string 9",
"Layer": 10,
"Rotation": 11,
"Url": "sample string 12",
"AssetId": "384b7d72-00b6-4446-911c-082d9ece88f1",
"BackgroundColor": "sample string 14"
}
],
"Assets": [
{
"ProjectAssetId": "9e3a3b53-a2e1-4137-a2a0-ac9d839acdec",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "ca868c71-c9a7-4ac0-ac9f-4bf296ef759b",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "f7d4ccb7-74d6-4442-91ed-c3c6ee44f353",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "e9949fa8-b93b-42e3-9fcf-ca651e816d7e",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
},
{
"ProjectAssetId": "9e3a3b53-a2e1-4137-a2a0-ac9d839acdec",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "ca868c71-c9a7-4ac0-ac9f-4bf296ef759b",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "f7d4ccb7-74d6-4442-91ed-c3c6ee44f353",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "e9949fa8-b93b-42e3-9fcf-ca651e816d7e",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
}
],
"ARAsset": {
"Id": "4171bd07-47de-4c31-8146-54b06afc92fb",
"IsVideoEncoded": true,
"IsVideoTrimmed": true,
"IsPortraitVideo": true,
"IsKeepLowResolutionVideo": true,
"PublishedVideoURL": "sample string 6",
"OriginalAssetURL": "sample string 7",
"VideoThumbnailURL": "sample string 8",
"CreatedDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"ModifiedDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"VideoStatus": 11,
"IsTemp": true,
"ErrorText": "sample string 13",
"ARVideoUploadStatus": 0
},
"BackgroundId": "1cc684a9-3a34-4e50-a4af-3f778d11d49f",
"BackgroundColor": "sample string 7",
"LayoutMaskId": "6e7d4d9d-5b60-40b5-b2e0-0ba18879b86c",
"ProductId": "92ec135f-cdfb-41af-9880-7df85becf950",
"UserID": "18231224-c16e-4f5e-8778-7c12d6c0c82f",
"GuestUserId": "7b02adf7-4cfa-45c6-a740-52a4038e3ba6",
"PreviewImageDetails": "sample string 11",
"FormTemplate": "sample string 12",
"s7ImageVersion": "sample string 13",
"FinalVingetteImageLocation": "sample string 14",
"FinalFlatImageLocation": "sample string 15",
"FinalFlatImageBlobLocation": "sample string 16",
"PreviewFlatImageLocation": "sample string 17",
"FinalFlatFilename": "sample string 18",
"IsDefaultProjectName": true,
"ProjectImageSource": "sample string 20",
"FinalImageSource": 21,
"ArtboardFlatImage": "QEA=",
"ArtboardFlatImageLocation": "sample string 22",
"SiteCode": "sample string 23",
"SiteCodeID": 24,
"ShowS7NoBackgroundExistsWarning": true,
"EditRequestDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"IsCSREditing": true,
"FinalFlatImage": "QEA=",
"FinalFlatImageNoMask": "QEA=",
"isThemeProject": true,
"SourceProjectId": "20d83849-ba4f-4977-b105-3da5644666cf",
"LicenseId": "65206509-489c-46d8-b0bb-1dc4a59539c4",
"ThemeProjectId": "dd014c04-1f6c-4771-a92f-0a71b6ddb322",
"PDPFG": "sample string 28",
"PurchaseFG": "sample string 29",
"IsSourceThemeProject": true,
"SMSOptIn": true,
"TemplateBackgroundId": "f641a4ab-7c49-4eb2-9962-ad49df25a02d",
"TemplateBackgroundColor": "sample string 31",
"S7DecorationPositionHorizontal": 1,
"ApplyBGColorToBottomOnly": true,
"ExpiryDate": "2026-08-01T16:37:19.0768116+00:00",
"IsOrderProjectExpired": false
},
{
"Id": "a92b4f00-4323-4c8e-8a40-d2d83f356432",
"Name": "sample string 2",
"CreatedDate": "2026-07-02T16:37:19.0768116+00:00",
"ModifiedDate": "2026-07-02T16:37:19.0768116+00:00",
"Status": 5,
"Product": {
"Id": "5877e7a0-7303-4119-bd4f-4615a3f09520",
"Name": "sample string 2",
"Size": 3,
"Category": "sample string 4",
"Price": 5.1,
"WrapHeight": 6.1,
"WrapWidth": 7.1,
"Backgrounds": [
{
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
},
{
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
}
],
"Guideline": {
"Id": "25b72f03-10f3-4367-8050-1fbef4509156",
"LicenseID": "bc9ce184-8dc3-4ba7-b472-61f9bc3cac1e",
"Name": "sample string 3",
"Description": "sample string 4",
"IconURL": "sample string 5",
"DesignRules": "sample string 6",
"IsActive": true
},
"Form": null,
"FGCode": "sample string 8",
"IsActive": true,
"SiteCodeID": 10,
"IsProjectCopiedFromTemplate": true
},
"Background": {
"Id": "817f07e5-5863-4b0b-a4a4-50754ab2f4c7",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Url": "sample string 4",
"IsDefault": true,
"LicenseID": "5bc42b07-24ec-45e6-9249-f872a11603a3",
"IsLicensed": true,
"PDPFG": "sample string 7",
"PurchaseFG": "sample string 8",
"PurchasePrice": 1.1,
"LayoutRulesCompareResult": "sample string 9",
"IsSameLayoutAvailable": true,
"IsSameRulesAvailable": true,
"AddedBy": "sample string 12",
"IsMonogram": true,
"IsAR": true,
"IsActive": true,
"IsForAdmin": true,
"IsDeleted": true
},
"Stamps": [
{
"Id": "366b0c42-552c-4e20-a23a-9243a836532e",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Top": 4.1,
"Left": 5.1,
"Height": 6.1,
"Width": 7.1,
"CanChangeColor": true,
"DefaultColor": "sample string 9",
"Layer": 10,
"Rotation": 11,
"Url": "sample string 12",
"AssetId": "384b7d72-00b6-4446-911c-082d9ece88f1",
"BackgroundColor": "sample string 14"
},
{
"Id": "366b0c42-552c-4e20-a23a-9243a836532e",
"Name": "sample string 2",
"CategoryNames": "sample string 3",
"Top": 4.1,
"Left": 5.1,
"Height": 6.1,
"Width": 7.1,
"CanChangeColor": true,
"DefaultColor": "sample string 9",
"Layer": 10,
"Rotation": 11,
"Url": "sample string 12",
"AssetId": "384b7d72-00b6-4446-911c-082d9ece88f1",
"BackgroundColor": "sample string 14"
}
],
"Assets": [
{
"ProjectAssetId": "9e3a3b53-a2e1-4137-a2a0-ac9d839acdec",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "ca868c71-c9a7-4ac0-ac9f-4bf296ef759b",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "f7d4ccb7-74d6-4442-91ed-c3c6ee44f353",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "e9949fa8-b93b-42e3-9fcf-ca651e816d7e",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
},
{
"ProjectAssetId": "9e3a3b53-a2e1-4137-a2a0-ac9d839acdec",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "ca868c71-c9a7-4ac0-ac9f-4bf296ef759b",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "f7d4ccb7-74d6-4442-91ed-c3c6ee44f353",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "e9949fa8-b93b-42e3-9fcf-ca651e816d7e",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
}
],
"ARAsset": {
"Id": "4171bd07-47de-4c31-8146-54b06afc92fb",
"IsVideoEncoded": true,
"IsVideoTrimmed": true,
"IsPortraitVideo": true,
"IsKeepLowResolutionVideo": true,
"PublishedVideoURL": "sample string 6",
"OriginalAssetURL": "sample string 7",
"VideoThumbnailURL": "sample string 8",
"CreatedDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"ModifiedDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"VideoStatus": 11,
"IsTemp": true,
"ErrorText": "sample string 13",
"ARVideoUploadStatus": 0
},
"BackgroundId": "1cc684a9-3a34-4e50-a4af-3f778d11d49f",
"BackgroundColor": "sample string 7",
"LayoutMaskId": "6e7d4d9d-5b60-40b5-b2e0-0ba18879b86c",
"ProductId": "92ec135f-cdfb-41af-9880-7df85becf950",
"UserID": "18231224-c16e-4f5e-8778-7c12d6c0c82f",
"GuestUserId": "7b02adf7-4cfa-45c6-a740-52a4038e3ba6",
"PreviewImageDetails": "sample string 11",
"FormTemplate": "sample string 12",
"s7ImageVersion": "sample string 13",
"FinalVingetteImageLocation": "sample string 14",
"FinalFlatImageLocation": "sample string 15",
"FinalFlatImageBlobLocation": "sample string 16",
"PreviewFlatImageLocation": "sample string 17",
"FinalFlatFilename": "sample string 18",
"IsDefaultProjectName": true,
"ProjectImageSource": "sample string 20",
"FinalImageSource": 21,
"ArtboardFlatImage": "QEA=",
"ArtboardFlatImageLocation": "sample string 22",
"SiteCode": "sample string 23",
"SiteCodeID": 24,
"ShowS7NoBackgroundExistsWarning": true,
"EditRequestDateUTC": "2026-07-02T16:37:19.0768116+00:00",
"IsCSREditing": true,
"FinalFlatImage": "QEA=",
"FinalFlatImageNoMask": "QEA=",
"isThemeProject": true,
"SourceProjectId": "20d83849-ba4f-4977-b105-3da5644666cf",
"LicenseId": "65206509-489c-46d8-b0bb-1dc4a59539c4",
"ThemeProjectId": "dd014c04-1f6c-4771-a92f-0a71b6ddb322",
"PDPFG": "sample string 28",
"PurchaseFG": "sample string 29",
"IsSourceThemeProject": true,
"SMSOptIn": true,
"TemplateBackgroundId": "f641a4ab-7c49-4eb2-9962-ad49df25a02d",
"TemplateBackgroundColor": "sample string 31",
"S7DecorationPositionHorizontal": 1,
"ApplyBGColorToBottomOnly": true,
"ExpiryDate": "2026-08-01T16:37:19.0768116+00:00",
"IsOrderProjectExpired": false
}
]
application/xml
Sample:
text/xml
Sample: