...
Info |
---|
Note: For PSI implementation, authorization is handled by OpenHIM, and Spring Boot security is disabled by default. |
Request Parameters
Required Parameters
You must provide at least one of the following parameters
Parameter | dhis2 Attribute | Description | Example | ||||||
---|---|---|---|---|---|---|---|---|---|
coordinates | (String) Format: "latitude,longitude" | ||||||||
points | (Array of Decimals)
| ||||||||
latitude | (Decimal) | ||||||||
longitude | (Decimal) | ||||||||
| |||||||||
Organization Unit | |||||||||
uid |
| (String) Unique identifier (UID) generated by DHIS2 for an organization unit. | |||||||
code |
| (String) Code assigned to the organization unit. | |||||||
shortName |
| (String) Short name of the organization unit. | |||||||
Ancestor (Organization Unit) | |||||||||
ancestor.uid |
| (String) OrgUnit UID / code for ancestor. When provided, all locators/facilities under it are populated. Represents the DHIS2 parent just above the Organization Unit. | |||||||
ancestor.code |
|
...