| Contact | Donate | Imprint |
| CreatorToolUsage | TrackModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Artist | LONG | CreatorToolUsage | Artist | TrackModule |
| (2) CreatorTool | LONG | CreatorToolUsage | CreatorTool | PlaylistModule |
| (3) Podcast | LONG | CreatorToolUsage | Podcast | CompanyEntityModule |
| (4) StartedAt | DATE | CreatorToolUsage | ||
| (5) UserAccount | LONG | CreatorToolUsage | UserAccount | UserAccountModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /creatortoolusage/artist/{id} | findAllCreatorToolUsageOfArtist(id) | TrackModule | GET | Artist CreatorToolUsage |
| (2) /creatortoolusage/{id} | deleteCreatorToolUsageById(id) | TrackModule | DELETE | CreatorToolUsage |
| (3) /creatortoolusage/useraccount/{id} | findAllCreatorToolUsageOfUserAccount(id) | TrackModule | GET | UserAccount CreatorToolUsage |
| (4) /creatortoolusage | findAllCreatorToolUsage() | TrackModule | GET | CreatorToolUsage |
| (5) /creatortoolusage/{id} | updateCreatorToolUsageById(creatortoolusage) | TrackModule | PUT | CreatorToolUsage |
| (6) /creatortoolusage/{id} | findCreatorToolUsageById(id) | TrackModule | GET | CreatorToolUsage |
| (7) /creatortoolusage/podcast/{id} | findAllCreatorToolUsageOfPodcast(id) | TrackModule | GET | Podcast CreatorToolUsage |
| (8) /creatortoolusage/creatortool/{id} | findAllCreatorToolUsageOfCreatorTool(id) | TrackModule | GET | CreatorTool CreatorToolUsage |
| (9) /creatortoolusage | insertCreatorToolUsage(creatortoolusage) | TrackModule | POST | CreatorToolUsage |
Example:
final CreatorToolUsage creatortoolusage = (CreatorToolUsage) invokeModule(TRACK_MODULE + "/creatortoolusage/" + id, CreatorToolUsage.class);| Contact | Donate | Imprint |