program_get ()
Function prototype | program_get (session, program, [subscription]) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.32) |
Description
Returns all the information about the program give it in the input parameter including a list of the program protocols.
Required permissions:
Depending on the access type of the PROGRAM:
“Public” or “Shared” access type: anyone can request information about it (PROFESSIONALS and CASES)
“Private” access type: then depending on the active USER:
If the active USER is a PROFESSIONAL, he must be member of the PROGRAM (directly or indirectly via a member TEAM)
If the active USER is a CASE, then he must have an ADMISSION created for that PROGRAM
If the active USER is an ASSOCIATE, then any of the people being cared by him must have an ADMISSION in that PROGRAM
Special case: Programs with only a “DRAFT” version. If a a PROGRAM has no version published and there exists only the DRAFT version, then only a PROFESSIONAL that is member of the PROGRAM OWNER with role “PROGRAM EDITOR” will be granted permission to retrieve the information about the PROGRAM
Input parameters: |
|
Output parameters: |
|
Request example
program_get ( “LCAAAAAAAAAAAA”, 12, 129)
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to request the PROGRAM information |
PROGRAM.NOT_FOUND | The requested PROGRAM was not found |