Skip to content

There could be more than one Entity reference for external sources #90

@paulo-graca

Description

@paulo-graca

https://github.com/DSpace/Rest7Contract/blob/master/external-authority-sources.md


     },
        "type": "externalSourceEntry",
        "_links": {
          "entity": {
            "href": "https://dspace7.4science.cloud/server/api/core/item/6fd90bf5-b84f-47b3-aaec-a55bde3a2a5a"
          },
          "self": {
            "href": "https://dspace7.4science.cloud/server/api/integration/externalsources/orcid/entryValues/0000-0003-3681-2038"
          }
        }
      }

which regards the entity reference in the example above, there are cases where can exist more than one. By default It should be an array. Example:

"_links": {
          "entity": [{
            "href": "https://dspace7.4science.cloud/server/api/core/item/6fd90bf5-b84f-47b3-aaec-a55bde3a2a5a"
          }],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions