Web Service:PR-WS-4
From IHRIS Wiki
Web Service: PR-WS-4 Get Provider Posting Detail
Fetches details of a provider's postings by their EPID.
URL | /ws/rest/v2/providerPosts |
GET Parameters | This contains the following parameters to identify the provider whose details we shall return:
${epid} The provider's EPID
|
GET Response |
{ 0 : { facility: 'XXX District Hospital', foasid: '123213', type: 'PPS', category: 'NURSE', actions: { 'editPost': http://blahblah/, 'disablePost': http://blahblah/ } }, 1 : { facility: 'YYY District Hospital', code: '12345', type: 'PPS', category: 'NURSE', actions: { 'editPost': http://blahblah/, 'disablePost': http://blahblah/ } },} |
GET Error |
|
Other Resources: Use Case:PR-WS-4