WS for getting perspectives related data for active configuration.
Get members of specified perspective in active system configuration.
name | type | description | default | constraints |
---|---|---|---|---|
perspectiveId | path | The unique identifier of perspective | long |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with description of perspective
Example of response:
{"list":[{"classId":"10","classLabel":"Faciliteter"},{"classId":"11","classLabel":"Fastighet"},{"classId":"13","classLabel":"Plan"},{"classId":"12","classLabel":"Hus"}]}
|
Get perspectives for specified perspective set.
name | type | description | default | constraints |
---|---|---|---|---|
perspectiveSetId | path | The unique identifier of perspective | long |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with description of perspective
Example of response:
{"list":[{"classId":"10","classLabel":"Faciliteter"},{"classId":"11","classLabel":"Fastighet"},{"classId":"13","classLabel":"Plan"},{"classId":"12","classLabel":"Hus"}]}
|