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.

  1. users-{User Key} - User Get GET {{baseUrl}}/users/:UserKey?IncludeTeams=false&IncludeApplicationRoles=false

  2. environments-{Environment Key}-applications - Environments Get Running Apps GET {{baseUrl}}/environments/:EnvironmentKey/applications/?IncludeModules=false&IncludeEnvStatus=false

  3. Downloads GET {{baseUrl}}/downloads/:DownloadKey/

  4. teams - Team Create POST {{baseUrl}}/teams

  5. teams - Team List GET {{baseUrl}}/teams?IncludeUsers=false&IncludeApplications=false

  6. teams-{Team Key} - Team Get GET {{baseUrl}}/teams/:TeamKey?IncludeUsers=false&IncludeApplications=false

  7. applications-{Application Key}-versions-{Version Key} - Applications Versions Get GET {{baseUrl}}/applications/:ApplicationKey/versions/:VersionKey/?IncludeModules=false

  8. users-{User Key}-applications - User Remove Application DELETE {{baseUrl}}/users/:UserKey/applications/:ApplicationKey

  9. users - User List GET {{baseUrl}}/users/?IncludeInactive=false&IncludeTeams=false&IncludeApplicationRoles=false

  10. environments-{Environment Key} - Environments Set Maintenance Mode PUT {{baseUrl}}/environments/:EnvironmentKey/maintenancemode