Projects
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Required. The unique identifier for the project.
proj-123456Required. The name of the project.
New Web ApplicationExternal identifier for the project.
abc123-def456-ghi789Organization associated with the project.
OpseraBusiness unit associated with the project.
EngineeringDepartment responsible for the project.
PlatformGroup the project belongs to.
DevelopmentTeam managing the project.
Backend TeamProject created successfully.
Unique identifier for the created project.
proj-123456Success message.
Project created successfully.Bad Request - Invalid or missing data provided.
Forbidden - Access denied due to insufficient permissions.
Internal Server Error - An unexpected error occurred.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Successfully retrieved all projects.
Total number of projects retrieved.
10Bad Request - Invalid or missing data provided.
Forbidden - Access denied due to insufficient permissions.
Internal Server Error - An unexpected error occurred.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The unique identifier of the project to retrieve.
<project-id>Successfully retrieved the project.
Unique identifier for the project.
<project-id>Name of the project.
Phase 2External identifier for the project.
<external-id>Organization associated with the project.
OpseraBusiness unit associated with the project.
EngineeringDepartment responsible for the project.
PlatformGroup the project belongs to.
Phase 2Team managing the project.
AODProject not found.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The unique identifier of the project to update.
<mapping-id>Updated organization associated with the project.
Opsera Inc.Updated business unit for the project.
TechnologyUpdated department responsible for the project.
EngineeringUpdated group the project belongs to.
Development GroupUpdated team managing the project.
Backend TeamProject updated successfully.
Unique identifier for the project.
<mapping-id>Organization associated with the project.
Opsera Inc.Business unit for the project.
TechnologyDepartment responsible for the project.
EngineeringGroup the project belongs to.
Development GroupTeam managing the project.
Backend TeamTimestamp of when the project was last updated.
2023-11-05T12:00:00.000ZBad request - Invalid or missing input data.
Unauthorized - Authentication failed or missing.
Forbidden - Access denied due to insufficient permissions.
Project not found.
Internal server error.
Last updated

