Difference between revisions of "Data Reporting Template Web Services"

From FMR Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:WebService = Report Template Web Services = All these operations are available from the web user interface of the Fusion Registry, which use the same web services...")
 
(Report Template Web Services)
Line 1: Line 1:
 
[[Category:WebService]]
 
[[Category:WebService]]
= Report Template Web Services =
+
= Create Reporting Template =
All these operations are available from the web user interface of the Fusion Registry, which use the same web services as listed below.
 
== Create Reporting Template ==
 
 
Submit the file to the Fusion Registry SDMX POST web service, the syntax is as follows:
 
Submit the file to the Fusion Registry SDMX POST web service, the syntax is as follows:
 
GET
 
GET
 
ws/public/reporttemplate/provider/create/{agencyId}/{templateId}/{version}/{providerAgencyId}/{providerId}
 
ws/public/reporttemplate/provider/create/{agencyId}/{templateId}/{version}/{providerAgencyId}/{providerId}
== List Reporting Templates ==
+
 
 +
= List Reporting Templates =
 
The following web service will list all the Reporting Templates for the authenticated user.
 
The following web service will list all the Reporting Templates for the authenticated user.
 
ws/public/reporttemplate/provider/templates
 
ws/public/reporttemplate/provider/templates
Line 16: Line 15:
 
   ]
 
   ]
  
== Retrieve Worksheet Passwords ==
+
= Retrieve Worksheet Passwords =
 
Returns only passwords for Agency or Sub Agencies if not admin
 
Returns only passwords for Agency or Sub Agencies if not admin
 
ws/secure/settings/reporttemplate/retrievePasswords  
 
ws/secure/settings/reporttemplate/retrievePasswords  
  
== Update Worksheet Passwords ==  
+
= Update Worksheet Passwords =
 
Admin/Agency
 
Admin/Agency
 
Updates only the passwords sent in, can only save passwords for their agency
 
Updates only the passwords sent in, can only save passwords for their agency
Line 30: Line 29:
 
}
 
}
  
== Retrieve Observation Limit ==  
+
= Retrieve Observation Limit =  
 
ws/secure/settings/reporttemplate/getObsLimit
 
ws/secure/settings/reporttemplate/getObsLimit
  
== Set Observation Limit ==  
+
= Set Observation Limit =
 
ws/secure/settings/reporttemplate/setObsLimit
 
ws/secure/settings/reporttemplate/setObsLimit
  
== Remove Security ==  
+
= Remove Security =  
 
Allows any user to create a excel workbook for any report template / data provider.  When this is false, the user must authenticate, and must be either:
 
Allows any user to create a excel workbook for any report template / data provider.  When this is false, the user must authenticate, and must be either:
 
a) Admin (can create a excel workbook for any report template / data provider)
 
a) Admin (can create a excel workbook for any report template / data provider)
Line 43: Line 42:
 
ws/secure/settings/reporttemplate/setSecurityDisabled
 
ws/secure/settings/reporttemplate/setSecurityDisabled
  
== Check if Security is Disabled ==
+
= Check if Security is Disabled =
 
Purpose:  
 
Purpose:  
 
ws/secure/settings/reporttemplate/isSecurityDisabled
 
ws/secure/settings/reporttemplate/isSecurityDisabled

Revision as of 07:17, 2 March 2020

Create Reporting Template

Submit the file to the Fusion Registry SDMX POST web service, the syntax is as follows: GET ws/public/reporttemplate/provider/create/{agencyId}/{templateId}/{version}/{providerAgencyId}/{providerId}

List Reporting Templates

The following web service will list all the Reporting Templates for the authenticated user. ws/public/reporttemplate/provider/templates

[
 {
   "urn" : "templateurn",
   "providers" : ["urn1", "urn2"]
 }
 ]

Retrieve Worksheet Passwords

Returns only passwords for Agency or Sub Agencies if not admin ws/secure/settings/reporttemplate/retrievePasswords

Update Worksheet Passwords

Admin/Agency Updates only the passwords sent in, can only save passwords for their agency ws/secure/settings/reporttemplate/updatePasswords { "BIS" : "password", "BIS.DISS" : "password", "ECB" : "password" }

Retrieve Observation Limit

ws/secure/settings/reporttemplate/getObsLimit

Set Observation Limit

ws/secure/settings/reporttemplate/setObsLimit

Remove Security

Allows any user to create a excel workbook for any report template / data provider. When this is false, the user must authenticate, and must be either: a) Admin (can create a excel workbook for any report template / data provider) b) Agency (can create any workbook they own) c) Data Provider (can create any workbook relevant to them) ws/secure/settings/reporttemplate/setSecurityDisabled

Check if Security is Disabled

Purpose: ws/secure/settings/reporttemplate/isSecurityDisabled