Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Incomplete. Use with caution.
Note
titleOut of date

Newest schema mapping is here

Status

This schema is...

 

under review

complete

 

...

Authority

MMI Field Name

CSpace field name

DB table.field

NXQL table:field

notes

Entity

Display name

Display name

persons_common.displayname

persons_common:displayName

 

 

Lifespan

Lifespan

persons_mmi.lifespan

persons_mmi:lifeSpan

calculated  

 

Type

Entity type (CL)

persons_mmi.entitytype

persons_mmi:entityType

sometimes doesn't show in results if null value 

 

History notes

Biographical Note

persons_common.bionote

persons_common:bioNote

sometimes doesn't show in results if null value 

 

Source

Source (CL)

persons_mmi.namesource

persons_mmi:nameSource

sometimes doesn't show in results if null value 

 

Source notes

Source note

persons_mmi.sourcenote

persons_mmi:sourceNote

sometimes doesn't show in results if null value 

Production

Name

TBD

 

 

 

 

History notes

 

 

 

 

 

Source

 

 

 

 

 

Source notes

 

 

 

 

 

Attribute: Medium

 

 

 

 

 

Attribute: Director

 

 

 

 

 

Attribute: Release date

 

 

 

 

 

Attribute: Running dates

 

 

 

 

 

Attribute: Distributor

 

 

 

 

 

Attribute: Network/cable company

 

 

 

 

 

Attribute: Production company

 

 

 

 

Publication \ Citation

Name

in development

 

 

 

 

History notes

 

 

 

 

 

Source

 

 

 

 

 

Source notes

 

 

 

 

 

Attribute: Publisher

 

 

 

 

 

Attribute: Copyright holder

 

 

 

 

The fields marked (CL) describe a field that is a controlled list (HTML select element). The returned value is a non-spaced string. Please see Controlled List mapping for a mapping of controlled list strings to displayed values.

Other parameters

Note

In progress

Description

NXQL string

DB string

API query string

Required

is object record deleted?

CSpace specific flag

misc.lifestylestate <> 'deleted'

&wf_deleted=false

Y

sort by

CSpace specific flag

ORDER BY collectionspace_core.updatedat

?sortBy=collectionspace_core:updatedAt

N

Query construction

...

Using short ID in place of CSIDs

Foreknowledge of the parent authority CSID is no longer necessary. Only the short ID of the parent authority needs be known, which for MMI is urn:cspace:name(person). Likewise, the CSID of the person authority record can be replaced with the short ID of that record.

The URL structure can be formatted with CSIDs

Code Block

http://cspacetest.collectionspace.org:8180/cspace-services/personauthorities/

...

acc60b93-3a09-47eb-bd8f/f23e6629-53e1-4021-82be-58e70f34e0fc/

or with short IDs

Code Block

http://cspacetest.collectionspace.org:8180/cspace-services/personauthorities/urn:cspace:name(person)/urn:cspace:name(oc2584)

Also see /wiki/spaces/collectionspace/pages/666273476.

Get referenced authority records

Append authorityrefs to the API URL for authority with displayName 'Default Person Authority'.
The URL structure is formatted as such a collectionobject record to get a list of referenced authority records': sourceField, itemDisplayName and refName (in short ID format).

An example API call for authorityrefs for a given authority record

Code Block

http://

...

cspacetest.collectionspace.org:8180/cspace-services/personauthorities/

...

urn:cspace:name(person)/items/urn:cspace:name(FOOPERSON1330911677949)/authorityrefs

Get cataloging records referencing a specific person authority record

Note

This is currently broken for MMI.

Getting a list of cataloging records referencing a specific person authority record follows the same API construction listed in the previous section. An additional query path component is used, refObjs, to filter referencing cataloging, procedural or authority records. By default refObjs filters by procedural records, i.e. records that are not collectionobjects nor authorities, but using a ?type=object parameter will filter by object record. Likewise, ?type=authority will filter by authorities.

...

...

This sample API call will not return any results due to a bug in how document types are listed internally.

An example API call would be a as such

Code Block

http://cspacetest.collectionspace.org:8180/cspace-services/personauthorities/

...

urn:cspace:name(person)/items/urn:cspace:name(FOOPERSON1330911677949)/refObjs?type=object

Also see related Object References for authority term instances.

Controlled List mapping

Entity - Type

Controlled list string

Display string

corporation

Corporation

group

Group

individual

Individual

Entity - Source

Controlled list string

Display string

encyclopediaofearlycinema

Encyclopedia of Early Cinema

halliwellswhoswhointhemovies

Halliwell's Who's Who in the Cinema

libraryofcongressnameauthority

Library of Congress Name Authority

other

Other

root

Root

silentfilmnecrology2ndedition

Silent Film Necrology, 2nd Edition

thefilmencyclopedia4thedition

The Film Encyclopedia, 4th Edition

Authority REST API for Hierarchies
Person Services REST APIs
Organization Services REST APIs
Common Services REST API
Short Identifier /wiki/spaces/collectionspace/pages/666273476