API specs that route applications to employee inbox assigned for action.
Last updated 1 year ago
OK
const response = await fetch('/inbox/v1/dss/_search', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
const response = await fetch('/inbox/v1/elastic/_search', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
BPA application object to capture the details of land, land owners, and address of the land.
const response = await fetch('/inbox/v1/_search', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();