1. Knowledge Base
  2. Developers
  3. (Imagen Internal) Reference Endpoints

GET rights 📰

View rights available to users

Resource URL

https://{MEDIACONTROLCENTRE_HOST}[:PORT]/imcc/v1/rights

Response formats XML
Requires authentication? Yes
Required scope(s) readUsersData

 

 

Parameters

No parameters are required for this call


Example REST request

https://{MEDIACONTROLCENTRE_HOST}:83/imcc/v1/rights

Example Response

Returns success or an error response on failure.


Response on success

<?xml version="1.0" encoding="UTF-8" ?>
<Response>
   <Result>
       <Right Id="1">Database and services configuration</Right>
       <Right Id="2">Site administration</Right>
       <Right Id="3">User administration</Right>
       <Right Id="4">Create records</Right>
       <Right Id="5">Create collections</Right>
       <Right Id="6">Create segments</Right>
       <Right Id="7">Import records</Right>
       <Right Id="10">Manage jobs</Right>
       <Right Id="12">Delete records</Right>
       <Right Id="13">Create clip downloads</Right>
       <Right Id="14">Organisation administration</Right>
       <Right Id="15">Create comments</Right>
       <Right Id="16">Moderate comments</Right>
       <Right Id="17">Embed records</Right>
       <Right Id="18">Advanced ACL view</Right>
       <Right Id="19">Create clip downloads on behalf of another user</Right>
       <Right Id="21">Developer access</Right>
       <Right Id="22">Record ACL filter</Right>
       <Right Id="23">News editor</Right>
       <Right Id="24">IML editor</Right>
       <Right Id="25">Create RSS feeds</Right>
       <Right Id="26">Manage workflows</Right>
       <Right Id="27">Add to basket</Right>
       <Right Id="28">Subscription tiers</Right>
   </Result>
</Response>

Response on failure