Safe Creative API Web Services Reference v2 - D R A F T

work.rightsholders.list

Info

Parameters

* Required parameter

Description

You can get a list of the copyright holders of a work
'Shared works management' professional service must be active for the authorizing user.

Example

Example of retrieving the list of copyright holders from the work:

REQUEST:

https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&component=work.rightsholders.list
&workcode=1004200146116
&signature=ee206fae6a7796a538b94941730e748bc67a0322


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<rightsholders>
  <rightsholder>
    <usercode>0907100000018</usercode>
    <name>0907100000018</name>
    <can-edit>true</can-edit>
    <state>ACTIVE</state>
    <entrydate>2010-04-20T07:50:43Z</entrydate>
    <roles>
      <role>AUTHOR</role>
      <role>RIGHTS_OWNER</role>
    </roles>
  </rightsholder>
</rightsholders>

TOC