Jump to content
We've recently updated our Privacy Statement, available here ×

sam.sabbaghpromontech.com

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by sam.sabbaghpromontech.com

  1. For anyone still trying to do this, here is an example that worked for me. Creating the folder "Reports" under myorg locally.

    Using PUT

    url = 'http://localhost:8080/jasperserver-pro/rest_v2/resources/organizations/myorg/Reports'

    headers = {'Content-Type': 'application/repository.folder+json'}

    content = {"uri" :"/organizations/myorg/Reports", "label":"Reports", "description":"Create and save your own reports here.", "permissionMask":"0", "creationDate": "2013-07-04T12:18:47", "updateDate": "2013-07-04T12:18:47", "version":"0"}

×
×
  • Create New...