Skip to content

erasmus-without-paper/ewp-specs-api-iia-approval-cnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interinstitutional Agreement Approval CNR API

Summary

This document describes the Interinstitutional Agreement Approval CNR API. This API can be implemented by all EWP partners, and will be called by some other EWP partners whenever related IIAs are approved by them. It allows the partners to listen for approvals of their copies of the IIAs.

CNR stands for Change Notification Receiver. For a detailed introduction on how CNR APIs work, please read this page.

Clients and servers MUST NOT use IIA Approval CNR API for agreements that are not properly mapped (do not provide partner agreement ID).

Request method

  • Requests MUST be made with HTTP POST method. Servers MAY reject all other request methods.

Request parameters

Parameters MUST be provided in the regular application/x-www-form-urlencoded format.

iia_id (required)

Partner's identifier of the IIA, which has been approved. Note:** this is NOT the ID assigned by the notifier (approving HEI), but by the owner of the copy which has been approved.

Security

This version of this API uses standard EWP Authentication and Security, Version 2. Server implementers choose which security methods they support by declaring them in their Manifest API entry.

Handling of invalid parameters

  • General error handling rules apply.

  • Servers MUST return a valid (HTTP 200) XML response whenever the request has been properly received. Unless HTTP 200 is received, clients are RECOMMENDED to automatically retry the request after some time.

Response

Servers MUST respond with a valid XML document described by the response.xsd schema. See the schema annotations for further information.

Keep in mind that...

It is NOT guaranteed that all notifications will be delivered to you promptly. Some notifications may also not reach you at all, e.g. due to implementation errors on the sending institution's server.

About

Specifications of EWP's Interinstitutional Agreement Approval CNR API

Resources

License

Stars

Watchers

Forks

Packages

No packages published