Mappings
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 the list of mappings.
Total number of mappings retrieved.
42Bad request - Invalid input parameters.
Unauthorized - Authentication failed or insufficient permissions.
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 parent entity in the mapping.
department-id-123The type of the parent entity (e.g., "department", "team").
departmentThe unique identifier of the child entity in the mapping.
team-id-456The type of the child entity (e.g., "team", "person").
teamMapping created successfully.
Bad Request - Invalid or missing input data.
Unauthorized - Authentication failed or 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 mapping. Must be a 24-character alphanumeric string.
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}Mapping retrieved successfully.
The unique identifier of the mapping.
<mapping-id>The unique identifier of the parent entity in the mapping.
department-id-123The unique identifier of the child entity in the mapping.
team-id-456Bad Request - Invalid ID format.
Unauthorized - Authentication failed or insufficient permissions.
Forbidden - Access is denied.
Not Found - Mapping not found.
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 mapping to update.
<mapping-id>Pattern: ^[a-zA-Z0-9]{24}The updated unique identifier of the parent entity in the mapping.
updated-department-id-123The updated unique identifier of the child entity in the mapping.
updated-team-id-456Mapping updated successfully.
The unique identifier of the updated mapping.
<mapping-id>The parent entity in the mapping.
updated-department-id-123The child entity in the mapping.
updated-team-id-456Additional attributes for the mapping.
{"parentType":"department","childType":"team","relationship":"parent-child","mappingType":"org-hierarchy"}Timestamp when the mapping was last updated.
2023-11-05T12:00:00.000ZBad request - Invalid or missing input data.
Unauthorized - Authentication failed or insufficient permissions.
Mapping not found.
Internal server error.
Last updated

