GET api/Dashboard/getDashboardAreas?flagExt={flagExt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| flagExt | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DashboardAreasResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Roles | Collection of defaultList |
None. |
|
| DG | SP_getDashboardGeneral_Result |
None. |
|
| ListDG | Collection of DashboardAreasObj |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Roles": [
{
"ID": 1,
"Nombre": "sample string 2",
"TipoCatalogoID": 3,
"NombreTipoCatalogo": "sample string 4",
"FechaCreacion": "2025-12-13T13:39:48.5590296-05:00"
},
{
"ID": 1,
"Nombre": "sample string 2",
"TipoCatalogoID": 3,
"NombreTipoCatalogo": "sample string 4",
"FechaCreacion": "2025-12-13T13:39:48.5590296-05:00"
}
],
"DG": {
"PERTOTAL": 1.1,
"PERDeseable": 1.1,
"PERContrato": 1.1,
"PEROperaciones": 1.1
},
"ListDG": [
{
"Rol": "sample string 1",
"DArea": {
"PERTOTAL": 1.1,
"PERDeseable": 1.1,
"PERContrato": 1.1,
"PEROperaciones": 1.1
}
},
{
"Rol": "sample string 1",
"DArea": {
"PERTOTAL": 1.1,
"PERDeseable": 1.1,
"PERContrato": 1.1,
"PEROperaciones": 1.1
}
}
],
"status": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<DashboardAreasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EXPU_Backend.Models">
<message>sample string 2</message>
<status>1</status>
<DG xmlns:d2p1="http://schemas.datacontract.org/2004/07/EXPU_Backend">
<d2p1:PERContrato>1.1</d2p1:PERContrato>
<d2p1:PERDeseable>1.1</d2p1:PERDeseable>
<d2p1:PEROperaciones>1.1</d2p1:PEROperaciones>
<d2p1:PERTOTAL>1.1</d2p1:PERTOTAL>
</DG>
<ListDG>
<DashboardAreasObj>
<DArea xmlns:d4p1="http://schemas.datacontract.org/2004/07/EXPU_Backend">
<d4p1:PERContrato>1.1</d4p1:PERContrato>
<d4p1:PERDeseable>1.1</d4p1:PERDeseable>
<d4p1:PEROperaciones>1.1</d4p1:PEROperaciones>
<d4p1:PERTOTAL>1.1</d4p1:PERTOTAL>
</DArea>
<Rol>sample string 1</Rol>
</DashboardAreasObj>
<DashboardAreasObj>
<DArea xmlns:d4p1="http://schemas.datacontract.org/2004/07/EXPU_Backend">
<d4p1:PERContrato>1.1</d4p1:PERContrato>
<d4p1:PERDeseable>1.1</d4p1:PERDeseable>
<d4p1:PEROperaciones>1.1</d4p1:PEROperaciones>
<d4p1:PERTOTAL>1.1</d4p1:PERTOTAL>
</DArea>
<Rol>sample string 1</Rol>
</DashboardAreasObj>
</ListDG>
<Roles>
<defaultList>
<FechaCreacion>2025-12-13T13:39:48.5590296-05:00</FechaCreacion>
<ID>1</ID>
<Nombre>sample string 2</Nombre>
<NombreTipoCatalogo>sample string 4</NombreTipoCatalogo>
<TipoCatalogoID>3</TipoCatalogoID>
</defaultList>
<defaultList>
<FechaCreacion>2025-12-13T13:39:48.5590296-05:00</FechaCreacion>
<ID>1</ID>
<Nombre>sample string 2</Nombre>
<NombreTipoCatalogo>sample string 4</NombreTipoCatalogo>
<TipoCatalogoID>3</TipoCatalogoID>
</defaultList>
</Roles>
</DashboardAreasResponse>