Web Service:PR-WS-7: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
actions: { | actions: { | ||
postDetails: 'http://rhea-pr.ihris.org/webservices/postDetails?id=211312', | postDetails: 'http://rhea-pr.ihris.org/webservices/postDetails?id=211312', | ||
editPost: 'http://rhea-pr.ihris.org/webservices/editPost?id=211312' | |||
} | } | ||
} | } |
Revision as of 19:28, 30 October 2012
Web Service: PR-WS-7 View post details
Show details of a provider's post
URL | /ws/rest/v1/professional/postDetails |
GET Parameters | The following query parameters are allowed:
|
GET Response | HTTP 200 - OK
Example: { type: 'PPS', #One of PPS or CHW category: 'NURSE', fosaid: '012321', orgunit: '197834', startdate: '1992-12-22' #year, month, day actions: { postDetails: 'http://rhea-pr.ihris.org/webservices/postDetails?id=211312', editPost: 'http://rhea-pr.ihris.org/webservices/editPost?id=211312' }} |
GET Error |
|
GET Example | /ws/rest/v1/professional/postDetails/?id=12312321312 |
Notes | Need to good way for limiting response length. See A collection: the list of bugs in the Launchpad API |
Other Resources: Use Case:PR-WS-7