GET api/admin/portal/getportaluploadsforrole?roleId={roleId}
Get all the live portal uploads associated with a property marketing role
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.Internal.TableStorage.LivePortalDebugInformationDataContractName | Description | Type | Additional information |
---|---|---|---|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
Method | string |
None. |
|
RoleId | integer |
None. |
|
BranchId | integer |
None. |
|
BrandId | integer |
None. |
|
PortalId | integer |
None. |
|
PortalConfigurationId | integer |
None. |
|
Request | string |
None. |
|
Response | string |
None. |
|
RightmoveBranchProperties | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PartitionKey": "sample string 1", "RowKey": "sample string 2", "Timestamp": "2024-11-21T09:40:58.1958691+00:00", "Method": "sample string 4", "RoleId": 5, "BranchId": 6, "BrandId": 7, "PortalId": 8, "PortalConfigurationId": 9, "Request": "sample string 10", "Response": "sample string 11", "RightmoveBranchProperties": "sample string 12" }, { "PartitionKey": "sample string 1", "RowKey": "sample string 2", "Timestamp": "2024-11-21T09:40:58.1958691+00:00", "Method": "sample string 4", "RoleId": 5, "BranchId": 6, "BrandId": 7, "PortalId": 8, "PortalConfigurationId": 9, "Request": "sample string 10", "Response": "sample string 11", "RightmoveBranchProperties": "sample string 12" } ]