# 360 Screens 360 Screens ## Gets all of the 360 screens in the system. - [GET /360Screens/{tenantId}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/list360screens.md): This method will scan all 360 screens and and return them to the caller. ## Creates a new 360 screen record that does not already exist. - [POST /360Screens/{tenantId}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/create360screen.md): This method will auto-generate an ID and create a new 360 screen. If an ID is specified for the 360 screen, an error will be thrown. ## Execute Batch Operations - [POST /360Screens/{tenantId}/batch](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/executebatchoperations.md): TAllows you to perform up to 100 parallel patch/delete operations ## Returns a list of records with the specified service - [GET /360Screens/{tenantId}/service/{service}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/listscreensbyservice.md): Returns a list of records with the specified service ## Returns a 360 screen from the system by its ID. - [DELETE /360Screens/{tenantId}/{id}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/delete360screen.md): This method will delete a 360 screen with the specified ID. ## Returns a 360 screen from the system by its ID. - [GET /360Screens/{tenantId}/{id}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/get360screen.md): This method will look up a 360 screen by the specified ID and return it back. ## Partially updates a 360 screen with the specified ID. - [PATCH /360Screens/{tenantId}/{id}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/patch360screen.md): This method will patch an existing 360 screen with the specified ID, using the HTTP PATCH specification. ## Updates a 360 screen with the specified ID. - [PUT /360Screens/{tenantId}/{id}](https://docs.api.rhythmsoftware.com/apis/platform/platform-v1/360-screens/update360screen.md): This method will update an existing 360 screen with the specified ID.