accounting
get/accounting/contract/{id}
Path parameters
idinteger required
Response
OK
Example response
{
"contractTerms": [
{
"contractTermsId": "00000000-0000-0000-0000-000000000000"
}
],
"contractReleases": [
{
"licensorId": "00000000-0000-0000-0000-000000000000"
}
],
"contractTracks": [
{
"trackRecordingVersions": [
{
"audioFiles": [
{
"audioId": "00000000-0000-0000-0000-000000000000"
}
]
}
],
"licensorId": "00000000-0000-0000-0000-000000000000"
}
],
"contractLicensors": [
{
"id": "00000000-0000-0000-0000-000000000000"
}
],
"contractPayees": [
{
"permission": {
"imageId": "00000000-0000-0000-0000-000000000000",
"permissionsAccountId": "00000000-0000-0000-0000-000000000000"
},
"payee": {
"contact": {
"imageId": "00000000-0000-0000-0000-000000000000",
"image": {
"fileId": "00000000-0000-0000-0000-000000000000"
}
}
}
}
]
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.