GET v1/ProfilePersons/{id}/DownloadableProducts?sort={sort}
Gets the downloadable items for products purchased by the user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| sort |
A comma delimited list of columns to sort by. Field are sorted in ascending order by default. To have a field sort in descending order, preface it with the minus (-) sign. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDownloadableProductsOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| productId | integer |
None. |
|
| productName | string |
None. |
|
| orderId | integer |
None. |
|
| orderDate | date |
None. |
|
| fileName | string |
None. |
|
| downloadItemId | integer |
None. |
|
| DownloadExpirationDays | integer |
None. |
|
| DownloadExpirationDate | date |
None. |
|
| MaximumNumberOfDownloads | integer |
None. |
|
| NumberOfDownloads | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"productId": 2,
"productName": "sample string 3",
"orderId": 4,
"orderDate": "2025-12-04T16:06:13.9131215+00:00",
"fileName": "sample string 6",
"downloadItemId": 7,
"DownloadExpirationDays": 8,
"DownloadExpirationDate": "2025-12-04T16:06:13.9131215+00:00",
"MaximumNumberOfDownloads": 10,
"NumberOfDownloads": 11
},
{
"id": 1,
"productId": 2,
"productName": "sample string 3",
"orderId": 4,
"orderDate": "2025-12-04T16:06:13.9131215+00:00",
"fileName": "sample string 6",
"downloadItemId": 7,
"DownloadExpirationDays": 8,
"DownloadExpirationDate": "2025-12-04T16:06:13.9131215+00:00",
"MaximumNumberOfDownloads": 10,
"NumberOfDownloads": 11
}
]
text/html
Sample:
[{"id":1,"productId":2,"productName":"sample string 3","orderId":4,"orderDate":"2025-12-04T16:06:13.9131215+00:00","fileName":"sample string 6","downloadItemId":7,"DownloadExpirationDays":8,"DownloadExpirationDate":"2025-12-04T16:06:13.9131215+00:00","MaximumNumberOfDownloads":10,"NumberOfDownloads":11},{"id":1,"productId":2,"productName":"sample string 3","orderId":4,"orderDate":"2025-12-04T16:06:13.9131215+00:00","fileName":"sample string 6","downloadItemId":7,"DownloadExpirationDays":8,"DownloadExpirationDate":"2025-12-04T16:06:13.9131215+00:00","MaximumNumberOfDownloads":10,"NumberOfDownloads":11}]
application/xml, text/xml
Sample:
<ArrayOfv1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint">
<v1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput>
<DownloadExpirationDate>2025-12-04T16:06:13.9131215+00:00</DownloadExpirationDate>
<DownloadExpirationDays>8</DownloadExpirationDays>
<MaximumNumberOfDownloads>10</MaximumNumberOfDownloads>
<NumberOfDownloads>11</NumberOfDownloads>
<downloadItemId>7</downloadItemId>
<fileName>sample string 6</fileName>
<id>1</id>
<orderDate>2025-12-04T16:06:13.9131215+00:00</orderDate>
<orderId>4</orderId>
<productId>2</productId>
<productName>sample string 3</productName>
</v1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput>
<v1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput>
<DownloadExpirationDate>2025-12-04T16:06:13.9131215+00:00</DownloadExpirationDate>
<DownloadExpirationDays>8</DownloadExpirationDays>
<MaximumNumberOfDownloads>10</MaximumNumberOfDownloads>
<NumberOfDownloads>11</NumberOfDownloads>
<downloadItemId>7</downloadItemId>
<fileName>sample string 6</fileName>
<id>1</id>
<orderDate>2025-12-04T16:06:13.9131215+00:00</orderDate>
<orderId>4</orderId>
<productId>2</productId>
<productName>sample string 3</productName>
</v1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput>
</ArrayOfv1_ProfilePersons_ProfilePersonEndpointController.GetDownloadableProductsOutput>