Web Service:PR-WS-4: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|description=Fetches details of a provider's postings by their EPID. | |description=Fetches details of a provider's postings by their EPID. | ||
|applications=Interoperability Layer, Point-Of-Care, Facility Registry, iHRIS | |applications=Interoperability Layer, Point-Of-Care, Facility Registry, iHRIS | ||
|url=/ws/rest/v2/ | |url=/ws/rest/v2/queryPosts | ||
|params=This contains the following parameters to identify the provider whose details we shall return: | |params=This contains the following parameters to identify the provider whose details we shall return: | ||
${epid} The provider's EPID | ${epid} The provider's EPID |
Revision as of 19:27, 30 October 2012
Web Service: PR-WS-4 Get Provider Postings
Fetches details of a provider's postings by their EPID.
URL | /ws/rest/v2/queryPosts |
GET Parameters | This contains the following parameters to identify the provider whose details we shall return:
${epid} The provider's EPID
|
GET Response |
{ total_size : 2, start: 0, posts: { 98798798 : { editPost: http://rhea-pr.ihris.org/webservices/editPost?id=98798798', postDetails: http://rhea-pr.ihris.org/webservices/postDetails?id=98798798' }, 9878799 : { editPost: http://rhea-pr.ihris.org/webservices/editPost?id=98798799', postDetails: http://rhea-pr.ihris.org/webservices/postDetails?id=98798799' } }} |
GET Error |
|
Other Resources: Use Case:PR-WS-4