| Contact | Donate | Imprint |
| CreatorTool | PlaylistModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | CreatorTool | ||
| (2) IsOwnedBySpotify | BOOL | CreatorTool | ||
| (3) Name | STRING | CreatorTool |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /creatortool/{id} | deleteCreatorToolById(id) | PlaylistModule | DELETE | CreatorTool |
| (2) /creatortool/{id} | findCreatorToolById(id) | PlaylistModule | GET | CreatorTool |
| (3) /creatortool | insertCreatorTool(creatortool) | PlaylistModule | POST | CreatorTool |
| (4) /creatortool | findAllCreatorTool() | PlaylistModule | GET | CreatorTool |
| (5) /creatortool/{id} | updateCreatorToolById(creatortool) | PlaylistModule | PUT | CreatorTool |
| (6) /creatortoolusage/creatortool/{id} | findAllCreatorToolUsageOfCreatorTool(id) | TrackModule | GET | CreatorTool CreatorToolUsage |
Example:
final CreatorTool creatortool = (CreatorTool) invokeModule(PLAYLIST_MODULE + "/creatortool/" + id, CreatorTool.class);| Contact | Donate | Imprint |