Open RFPs REST API
Published: 2024-05-15
Resource Name
/open-rfps
GET
Returns all active RFPS in MDCMS for a specific application and level
Request
Path parameters
appl Required
string
The application code containing the RFPs to list
lvl Required
integer
The application level containing the RFPs to list
user
string
The User that owns the RFP
Example:
endpoint/mdcms/open-rfps?appl=TEST&lvl=10&user=MMORGAN
Response
Example:
{"rfps": [ { "appl": "TEST", "lvl": "10", "rfp": "1340", "user": "MMORGAN", "desc": "Git contents of a Tag" }, { "appl": "TEST", "lvl": "10", "rfp": "1605", "user": "MMORGAN", "desc": "test mdlmövo" }, { "appl": "TEST", "lvl": "10", "rfp": "1630", "user": "MMORGAN", "desc": "parts of the git tree" }, { "appl": "TEST", "lvl": "10", "rfp": "1655", "user": "MMORGAN", "desc": "test remote script" }, { "appl": "TEST", "lvl": "10", "rfp": "1697", "user": "MMORGAN", "desc": "commit message for contents / start log entry" }, { "appl": "TEST", "lvl": "10", "rfp": "1698", "user": "MMORGAN", "desc": "test jira workflow" }, { "appl": "TEST", "lvl": "10", "rfp": "1731", "user": "MMORGAN", "desc": "8.2 demo" } ]}