Retorna informações sobre os relatórios cadastrados no módulo Organização.
URL
{RMUrl}/api/organization/reports/<ReportId>
MÉTODO DE SOLICITAÇÃO
GET
PARÂMETROS DA URL
ReportId: Id do relatório
EXEMPLO DE SOLICITAÇÃO
{RMUrl}/api/organization/reports/e7cc0086-a69c-11ea-80d2-000d3a011c02
EXEMPLO DE RESPOSTA DE SUCESSO
{
"Id": "e7cc0086-a69c-11ea-80d2-000d3a011c02",
"ReportName": "3 Relatorio LGPD Areas Vertical",
"Culture": "pt-br",
"ModelType": "Organization",
"AuthorId": "01c835a3-1b05-11e7-80c8-000d3a011c02",
"FromModulo": false,
"LastUpdate": "/Date(-62135596800000)/",
"DataSources": [
{
"Name": "Processos",
"DisplayName": "Processos",
"Description": "",
"QueryProvider": "AggregatedQuery",
"Origin": "Organization"
},
{
"Name": "Rel 3 LGPD Areas",
"DisplayName": "Rel 3 LGPD Areas",
"QueryProvider": "SqlQuery",
"Origin": "Organization",
"SqlQueryConfiguration": {
"Id": "7fbaa6de-a69c-11ea-80d2-000d3a011c02",
"Filters": [
{
"FieldName": "Prioridade da Área",
"DataType": "Double"
},
{
"FieldName": "Título",
"DataType": "String"
},
{
"FieldName": "instancia",
"DataType": "String"
}
]
}
}
]
}