LifeTime API v2
Number of APIs: 72
The LifeTime API allows you to manage applications, modules, environments, and deployments of your OutSystems infrastructure. Version 2 of the API adds support for deployment zones, users, teams, and roles.
For more information you can consult the documentation.
-
users-{User Key} - User Get GET {{baseUrl}}/users/:UserKey?IncludeTeams=false&IncludeApplicationRoles=false
-
environments-{Environment Key}-applications - Environments Get Running Apps GET {{baseUrl}}/environments/:EnvironmentKey/applications/?IncludeModules=false&IncludeEnvStatus=false
-
Downloads GET {{baseUrl}}/downloads/:DownloadKey/
-
teams - Team Create POST {{baseUrl}}/teams
-
teams - Team List GET {{baseUrl}}/teams?IncludeUsers=false&IncludeApplications=false
-
teams-{Team Key} - Team Get GET {{baseUrl}}/teams/:TeamKey?IncludeUsers=false&IncludeApplications=false
-
applications-{Application Key}-versions-{Version Key} - Applications Versions Get GET {{baseUrl}}/applications/:ApplicationKey/versions/:VersionKey/?IncludeModules=false
-
users-{User Key}-applications - User Remove Application DELETE {{baseUrl}}/users/:UserKey/applications/:ApplicationKey
-
users - User List GET {{baseUrl}}/users/?IncludeInactive=false&IncludeTeams=false&IncludeApplicationRoles=false
-
environments-{Environment Key} - Environments Set Maintenance Mode PUT {{baseUrl}}/environments/:EnvironmentKey/maintenancemode