GET api/Dashboard/GetDashboardURL?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
DashboardUrlVMName | Description | Type | Additional information |
---|---|---|---|
DashboardUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "DashboardUrl": "sample string 1" }
application/xml, text/xml
Sample:
<DashboardUrlVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Dashboard"> <DashboardUrl>sample string 1</DashboardUrl> </DashboardUrlVM>