Skip to content

Data Reporting Template Web Services

Create Reporting Template

Submit the file to the Fusion Metadata Registry SDMX POST web service, the syntax is as follows:

POST 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

GET ws/secure/settings/reporttemplate/retrievePasswords

Update Worksheet Passwords

Admin/Agency Updates only the passwords sent in, can only save passwords for their agency

POST ws/secure/settings/reporttemplate/updatePasswords

{
  "BIS" : "password",
  "BIS.DISS" : "password",
  "ECB" : "password"
}

Retrieve Observation Limit

GET ws/secure/settings/reporttemplate/getObsLimit

Set Observation Limit

POST ws/secure/settings/reporttemplate/setObsLimit

Remove Security

POST ws/secure/settings/reporttemplate/setSecurityDisabled

Check if Security is Disabled

Purpose:

GET ws/secure/settings/reporttemplate/isSecurityDisabled