POST api/MediaDownloadLog/GetLogs
Request Information
URI Parameters
None.
Body Parameters
MediaDownloadLogDTOName | Description | Type | Additional information |
---|---|---|---|
AgencyId | integer |
None. |
|
CreatedDate | date |
None. |
|
DateInString | string |
None. |
|
officeName | string |
None. |
|
ApplicationName | string |
None. |
|
UserName | string |
None. |
|
DocumentId | integer |
None. |
|
Id | integer |
None. |
|
MediaTypeId | integer |
None. |
|
OfficeId | integer |
None. |
|
Title | string |
None. |
|
UserId | integer |
None. |
|
dateFrom | string |
None. |
|
dateTo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgencyId": 1, "CreatedDate": "2025-10-14T00:39:54.3235378-07:00", "DateInString": "sample string 3", "officeName": "sample string 4", "ApplicationName": "sample string 5", "UserName": "sample string 6", "DocumentId": 7, "Id": 8, "MediaTypeId": 9, "OfficeId": 10, "Title": "sample string 11", "UserId": 12, "dateFrom": "sample string 13", "dateTo": "sample string 14" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfMediaDownloadLogDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of MediaDownloadLogDTO |
None. |
|
Data | Collection of MediaDownloadLogDTO |
None. |
|
TotalRecords | integer |
None. |
|
TotalAssociateRecords | integer |
None. |
|
CwaTotal | decimal number |
None. |
|
AlpTotal | decimal number |
None. |
|
AnHTotal | decimal number |
None. |
|
SubmittedAgentCount | integer |
None. |
|
TotalNoPrds | integer |
None. |
|
TotalCompletedNoPrds | decimal number |
None. |
|
TotalCancelNoPrds | integer |
None. |
|
TotalAlpNoPrds | decimal number |
None. |
|
FormattedTotalAlpNoPrds | string |
None. |
|
TotalCompletedAlpNoPrds | decimal number |
None. |
|
FormattedTotalCompletedAlpNoPrds | string |
None. |
|
TotalCancelAlpNoPrds | decimal number |
None. |
|
FormattedTotalCancelAlpNoPrds | string |
None. |
|
IsSearchLimitCompleted | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PagedRecords": [ { "AgencyId": 1, "CreatedDate": "2025-10-14T00:39:54.3235378-07:00", "DateInString": "sample string 3", "officeName": "sample string 4", "ApplicationName": "sample string 5", "UserName": "sample string 6", "DocumentId": 7, "Id": 8, "MediaTypeId": 9, "OfficeId": 10, "Title": "sample string 11", "UserId": 12, "dateFrom": "sample string 13", "dateTo": "sample string 14" }, { "AgencyId": 1, "CreatedDate": "2025-10-14T00:39:54.3235378-07:00", "DateInString": "sample string 3", "officeName": "sample string 4", "ApplicationName": "sample string 5", "UserName": "sample string 6", "DocumentId": 7, "Id": 8, "MediaTypeId": 9, "OfficeId": 10, "Title": "sample string 11", "UserId": 12, "dateFrom": "sample string 13", "dateTo": "sample string 14" } ], "Data": [ { "AgencyId": 1, "CreatedDate": "2025-10-14T00:39:54.3235378-07:00", "DateInString": "sample string 3", "officeName": "sample string 4", "ApplicationName": "sample string 5", "UserName": "sample string 6", "DocumentId": 7, "Id": 8, "MediaTypeId": 9, "OfficeId": 10, "Title": "sample string 11", "UserId": 12, "dateFrom": "sample string 13", "dateTo": "sample string 14" }, { "AgencyId": 1, "CreatedDate": "2025-10-14T00:39:54.3235378-07:00", "DateInString": "sample string 3", "officeName": "sample string 4", "ApplicationName": "sample string 5", "UserName": "sample string 6", "DocumentId": 7, "Id": 8, "MediaTypeId": 9, "OfficeId": 10, "Title": "sample string 11", "UserId": 12, "dateFrom": "sample string 13", "dateTo": "sample string 14" } ], "TotalRecords": 1, "TotalAssociateRecords": 2, "CwaTotal": 3.1, "AlpTotal": 4.1, "AnHTotal": 5.1, "SubmittedAgentCount": 6, "TotalNoPrds": 7, "TotalCompletedNoPrds": 8.1, "TotalCancelNoPrds": 9, "TotalAlpNoPrds": 10.1, "FormattedTotalAlpNoPrds": "10.10", "TotalCompletedAlpNoPrds": 11.1, "FormattedTotalCompletedAlpNoPrds": "11.10", "TotalCancelAlpNoPrds": 12.1, "FormattedTotalCancelAlpNoPrds": "12.10", "IsSearchLimitCompleted": true, "PolicySearchesLeft": "sample string 14" }