Skip to content

Instantly share code, notes, and snippets.

@akhilesh26
Last active March 25, 2018 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhilesh26/7d954afcc2117d61f57d2f44ef4841b3 to your computer and use it in GitHub Desktop.
Save akhilesh26/7d954afcc2117d61f57d2f44ef4841b3 to your computer and use it in GitHub Desktop.

The following list shows which data provided by API :-

There are five entity types of data model - publication, edition, work, creator and publisher.
For each entity type, the following data will be available:

  • list of entities
  • specific entity
  • list of aliases for entity
  • list of identifiers for entity
  • list of entity relationships
  • list of revisions for entity

For specific entity, the following data will be available:

  • list of editions for a publication.
  • list of publications for a creator.
  • list of works for a creator.
  • list of publication for a publisher.
  • list of works for a publisher.

For a search query, the following data will be available:

  • list of entities, entities can belong to any of the five entity-types.
  • list of entities, entities belong to a specific entity-type.

For the editor, the following data will be available:

  • list of editors.
  • specific editor.
  • list of revisions created by specified editor.
  • list of entities for each entity-type created by specified editor.
  • list of top n editors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment