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

work.get

Info

Parameters

* Required parameter

Description

You can get the public work info. To access this info the work must be public and in REGISTERED state.


REQUEST:

https://api.safecreative.org/v2/
?code=0909160105818
&component=work.get


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<work>
  <code>0909160105818</code>
  <title>Safe Creative Logo</title>
  <entrydate>2009-09-16T11:52:30Z</entrydate>
  <excerpt></excerpt>
  <tags></tags>
  <thumbnail>https://arenathumbnails-safecreative-org.s3.amazonaws.com/1/00000123/c2b0/b731/6958/47510043f320/safecreativelogo_thumb.png</thumbnail>
  <authors>
    <author>
      <code>0907100000018</code>
      <name>david c</name>
      <human-url>http://arena.safecreative.org/user/0907100000018</human-url>
    </author>
  </authors>
  <rights-holders>
    <rights-holder>
      <code>0907100000018</code>
      <name>david c</name>
      <human-url>http://arena.safecreative.org/user/0907100000018</human-url>
    </rights-holder>
  </rights-holders>
  <license>
    <code>copyright</code>
    <name>All rights reserved</name>
    <shortname>(c)</shortname>
    <endDate></endDate>
    <human-url>http://www.safecreative.org/license/copyright</human-url>
    <features>
      <derivations>NO</derivations>
      <distribution>NO</distribution>
      <recognition>NOT_APPLICABLE</recognition>
      <commercial>NO</commercial>
      <timelimited>NOT_APPLICABLE</timelimited>
    </features>
  </license>
  <human-url>http://arena.safecreative.org/work/0909160105818</human-url>
  <machine-url>http://arena.safecreative.org/v2/?component=work.get&amp;code=0909160105818</machine-url>
  <allowdownload>true</allowdownload>
  <worktype>
    <code>literature</code>
    <name>Literary: Other</name>
  </worktype>
  <worktypegroup>
    <code>Literary</code>
    <name>Literary</name>
  </worktypegroup>
</work>

work.get.private

Info

Parameters

* Required parameter

Description

You can get the public work info. To access this info the work could be in any state and the user has to be the work owner.


REQUEST:

https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&code=1004200146116
&component=work.get.private
&ztime=1271749847821
&signature=40c6cabb341a463e4d824e702b1c4606692fa293


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<work>
  <code>1004200146116</code>
  <title>My first long registration</title>
  <entrydate>2010-04-20T07:50:43Z</entrydate>
  <state>PRE_REGISTERED</state>
  <excerpt>Very long text about registry philosophy</excerpt>
  <observations>Obs 2</observations>
  <tags>tag1, tag2</tags>
  <license>
    <code>http://creativecommons.org/licenses/nc-sampling+/1.0/</code>
    <name>Creative Commons NonCommercial Sampling Plus 1.0</name>
    <shortname>CC nc-sampling+-1.0</shortname>
    <endDate></endDate>
    <human-url>http://creativecommons.org/licenses/nc-sampling+/1.0/legalcode</human-url>
    <features>
      <derivations>YES</derivations>
      <distribution>YES</distribution>
      <recognition>YES</recognition>
      <commercial>NO</commercial>
      <timelimited>NOT_APPLICABLE</timelimited>
    </features>
  </license>
  <allowdownload>true</allowdownload>
  <registrypublic>true</registrypublic>
  <usealias>true</usealias>
  <userauthor>true</userauthor>
  <userrights>true</userrights>
  <worktype>
    <code>article</code>
    <name>Article</name>
  </worktype>
  <worktypegroup>
    <code>Literary</code>
    <name>Literary</name>
  </worktypegroup>
</work>

TOC