GET api/admin/portal/getportaluploadsforrole?roleId={roleId}
Get all the live portal uploads associated with a property marketing role Processes this portal API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roleId |
The unique identifier of the role resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of LivePortalDebugInformationDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PartitionKey |
The partition key value. |
string |
None. |
| RowKey |
The row key value. |
string |
None. |
| Timestamp |
The timestamp, expressed as a date and time. |
date |
None. |
| Method |
The method value. |
string |
None. |
| RoleId |
The unique identifier of the related role resource. |
integer |
None. |
| BranchId |
The unique identifier of the related branch resource. |
integer |
None. |
| BrandId |
The unique identifier of the related brand resource. |
integer |
None. |
| PortalId |
The unique identifier of the related portal resource. |
integer |
None. |
| PortalConfigurationId |
The unique identifier of the related portal configuration resource. |
integer |
None. |
| Request |
The request value. |
string |
None. |
| Response |
The response value. |
string |
None. |
| RightmoveBranchProperties |
The rightmove branch properties value. |
string |
None. |
Response Formats
application/json, text/json
[
{
"PartitionKey": "sample string 1",
"RowKey": "sample string 2",
"Timestamp": "2026-08-06T02:07:42.0616124+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": "2026-08-06T02:07:42.0616124+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"
}
]