ShareDoc:The PostMan Collection: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:How to import the Share-VDE API Collection: the PostMan Collection}}


The following link: https://www.getpostman.com/collections/bd55c075725e90383779 points to a collection of API examples that can be imported in PostMan<ref><nowiki>https://www.postman.com</nowiki></ref> using the steps described below.
The Postman collection has been updated: login via environment variables (no embedded credentials), a consistent environment, and extended coverage of all read-only calls (REST and GraphQL).
 
To use it:
#Import the collection and the UAT environment (both attached to this page).
#In the environment, set the API address (<code>https://uat-mt.api-gw.svde.org</code>), the login/IdP
  address (<code>https://uat-mt.idp.share-family.org/auth/realms/svde</code>) and your own credentials.
#Run the login request first to obtain a token; the other requests reuse it automatically.


The examples you'll find in the collection target the UAT environment.
The examples you'll find in the collection target the UAT environment.
Line 22: Line 29:
The examples have been divided in several subfolders, listed and described as follows.
The examples have been divided in several subfolders, listed and described as follows.


=====REST=====
=====REST =====
The folder contains the examples related to the REST API.
The folder contains the examples related to the REST API.


======Content Negotiation======
====== Content Negotiation======
The content negotiation capabilities, as described [[ShareDoc:Content Negotiation|in this page]]. Note there are three sub-folders that illustrate the three different ways to negotiate / request a given format.
The content negotiation capabilities, as described [[ShareDoc:Content Negotiation|in this page]]. Note there are three sub-folders that illustrate the three different ways to negotiate / request a given format.


Line 33: Line 40:
By means of the Provenance API, the requestor can list the provenances that contributed to a given entity.  
By means of the Provenance API, the requestor can list the provenances that contributed to a given entity.  


======Core Entities (e.g. Opus, Work, Instance)======
======Core Entities (e.g. Opus, Work, Instance) ======
There is a folder for each type of entity managed in ShareVDE. API calls have been divided by entity for simplifying and better organising them.
There is a folder for each type of entity managed in ShareVDE. API calls have been divided by entity for simplifying and better organising them.



Latest revision as of 13:03, 3 July 2026


The Postman collection has been updated: login via environment variables (no embedded credentials), a consistent environment, and extended coverage of all read-only calls (REST and GraphQL).

To use it:

  1. Import the collection and the UAT environment (both attached to this page).
  2. In the environment, set the API address (https://uat-mt.api-gw.svde.org), the login/IdP
 address (https://uat-mt.idp.share-family.org/auth/realms/svde) and your own credentials.
  1. Run the login request first to obtain a token; the other requests reuse it automatically.

The examples you'll find in the collection target the UAT environment.

Install Postman / access Postman web application

Postman is available in several shapes: as a standalone or web application. The interface is pretty similar in both shapes.

You should

  • install the application in your machine (not needed if you prefer the web application)
  • create an account
  • login

Create a workspace

The very first time you log into the application you should create a new workspace. That can be done using the "Workspace" menu item. The workspace can be a team or personal workspace.

Although it is possible to create also a "public" workspace, at this stage we don't recommend to create that for hosting the Share VDE API calls.

Import the sample collection

Once the workspace has been created click on the "Import" link that appears on the top of the explorer panel

Postman "Import" menu item .png

The import dialog should appear. You need to select the "Links" tab and put this link https://api.postman.com/collections/18463300-129f4856-9257-4b16-85bf-7b4920af482f?access_key=PMAT-01HJ5XM822ZT5CBC29YTYC6S1Z in the text box, as illustrated in the following picture.

import.png

Once confirmed, in the left explorer pane you should see the examples. Just click on one of them and it executes the request, including the authentication workflow.

collection imported.png

Collection overview

The examples have been divided in several subfolders, listed and described as follows.

REST

The folder contains the examples related to the REST API.

Content Negotiation

The content negotiation capabilities, as described in this page. Note there are three sub-folders that illustrate the three different ways to negotiate / request a given format.

Provenance API

ShareVDE entities are the result of merging data coming from several sources. As a consequence of that, an entity provides a set of attributes that have been originally contributed by one or more sources. We call those sources "provenances".

By means of the Provenance API, the requestor can list the provenances that contributed to a given entity.

Core Entities (e.g. Opus, Work, Instance)

There is a folder for each type of entity managed in ShareVDE. API calls have been divided by entity for simplifying and better organising them.

Varia
GraphQL

The folder contains the examples related to the GraphQL API. Each folder includes specific entities; in addition there are two requests that can be used as templates:

  • Sample Query Template: a query example with variables
  • Sample Schema Request: a schema query example

­