Retrieves the population models and their rights.
GET/api/v1/identity/populations/models
SOAP Equivalent: ACP_GetPopulationsModels
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| id | ID | PropertyFormular.ID_PropertyFormular |
| label | Label | Population label |
| code | Code | Population code |
| validityDateStart | ValidityDateStart | property.ValidityStart |
| validityDateEnd | ValidityDateEnd | property.ValidityEnd |
| rights[].objectTypeRight | ObjectTypeRight | IdentityLoginRight.TableType2 |
| rights[].rightObjectId | ID_RightObject | IdentityLoginRight.ID_Table (CATALOG transcoded to ID_Catalog) |
The population rights include a default ENVELOPE1 right (id 0) when none is granted.
Scoped by the x-tenant header; the session context (institution) is validated first.
Request
Responses
- 200
- 401
- 403
- 404
- 500
OK
Unauthorized
Forbidden
Not Found
Internal Server Error