The following SDC supports two sets of REST API calls are available for the Portal subsystem:
- GET Available Applications List
- ADD/Modify/Remove User to/from the Application Administrator Role
- Add/Modify/Remove USER to/from the Application USER Roles
- GET Application List where user currently have Administrator Roles
- GET Application User Roles List
For more information, see the Portal API specification.External:
this API's are provided to applications external to SDC who want retrieve/add/modify/delete items in the SDC catalog.
the REST API uses basic authentication to validate that the rest calls are from authorized users.
SDC external API AID:
View file | ||||
---|---|---|---|---|
|
SDC external API Swagger
SDC access swagger on the server:
Internal:
SDC provides a large set of internal REST API's, this API's are used by the SDC UI.
internal API calls are authenticated by the user header provided in the rest call.
each user in the system has a role, based on this role the API will check if the operation is permitted or not and what data needs to be returned.
internal API AID: TBD
internal API Swagger: TBD