Skip to content

Instantly share code, notes, and snippets.

@aakash14goplani
Last active November 5, 2018 11:39
Show Gist options
  • Save aakash14goplani/52a482c6146ba662e8f042f7c5dae812 to your computer and use it in GitHub Desktop.
Save aakash14goplani/52a482c6146ba662e8f042f7c5dae812 to your computer and use it in GitHub Desktop.
REST API OWCS Introduction

The current REST APIs (for v11.x.x) allow you to the following:

  • Read, create and delete Asset Types and read subtypes
  • Create, read, edit and delete assets
  • Read the asset associations for a specific asset
  • Search for assets by asset type, by site, by site and asset type, search assets globally
  • Create, read, edit and delete search indexes
  • Create, read, edit and delete a Site
  • Read the site plan tree
  • Create, read, edit and delete Roles
  • Create, read, edit and delete WEM Applications (FW_View and FW_Application)
  • Create, read, edit and delete users
  • List all user locales
  • List the attributes defined for user profiles
  • List ACL
  • List security groups
  • Read the server time zone

Important Links:

  1. OWC REST API
  2. Jersey API
  3. Aggregate REST API
  4. Resource Reference PDF
  5. Manifesto blog: Part-1
  6. Manifesto blog: Part-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment