GET v1/ProfilePersons/{id}/DownloadableProducts/{OrderId}/{DownloadItemId}?sort={sort}
Gets the information of all downloadable items for a single product purchased by the user.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | 
                                 Required  | 
                |
| OrderId | integer | 
                                 Required  | 
                |
| DownloadItemId | 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 GetProductSpecificDownloadableProductOutput| 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-11-03T22:32:39.7662179+00:00",
    "fileName": "sample string 6",
    "downloadItemId": 7,
    "DownloadExpirationDays": 8,
    "DownloadExpirationDate": "2025-11-03T22:32:39.7662179+00:00",
    "MaximumNumberOfDownloads": 10,
    "NumberOfDownloads": 11
  },
  {
    "id": 1,
    "productId": 2,
    "productName": "sample string 3",
    "orderId": 4,
    "orderDate": "2025-11-03T22:32:39.7662179+00:00",
    "fileName": "sample string 6",
    "downloadItemId": 7,
    "DownloadExpirationDays": 8,
    "DownloadExpirationDate": "2025-11-03T22:32:39.7662179+00:00",
    "MaximumNumberOfDownloads": 10,
    "NumberOfDownloads": 11
  }
]
        text/html
            Sample:
        
[{"id":1,"productId":2,"productName":"sample string 3","orderId":4,"orderDate":"2025-11-03T22:32:39.7662179+00:00","fileName":"sample string 6","downloadItemId":7,"DownloadExpirationDays":8,"DownloadExpirationDate":"2025-11-03T22:32:39.7662179+00:00","MaximumNumberOfDownloads":10,"NumberOfDownloads":11},{"id":1,"productId":2,"productName":"sample string 3","orderId":4,"orderDate":"2025-11-03T22:32:39.7662179+00:00","fileName":"sample string 6","downloadItemId":7,"DownloadExpirationDays":8,"DownloadExpirationDate":"2025-11-03T22:32:39.7662179+00:00","MaximumNumberOfDownloads":10,"NumberOfDownloads":11}]
        application/xml, text/xml
            Sample:
<ArrayOfv1_ProfilePersons_ProfilePersonEndpointController.GetProductSpecificDownloadableProductOutput 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.GetProductSpecificDownloadableProductOutput>
    <DownloadExpirationDate>2025-11-03T22:32:39.7662179+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-11-03T22:32:39.7662179+00:00</orderDate>
    <orderId>4</orderId>
    <productId>2</productId>
    <productName>sample string 3</productName>
  </v1_ProfilePersons_ProfilePersonEndpointController.GetProductSpecificDownloadableProductOutput>
  <v1_ProfilePersons_ProfilePersonEndpointController.GetProductSpecificDownloadableProductOutput>
    <DownloadExpirationDate>2025-11-03T22:32:39.7662179+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-11-03T22:32:39.7662179+00:00</orderDate>
    <orderId>4</orderId>
    <productId>2</productId>
    <productName>sample string 3</productName>
  </v1_ProfilePersons_ProfilePersonEndpointController.GetProductSpecificDownloadableProductOutput>
</ArrayOfv1_ProfilePersons_ProfilePersonEndpointController.GetProductSpecificDownloadableProductOutput>