{
"Action": "DescribeCodingCIBuildLogRaw",
"BuildId": 56,
"Start": 0
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeCodingCIBuildLogRaw' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeCodingCIBuildLogRaw",
"BuildId": 56,
"Start": 0
}'{
"Response": {
"Data": null,
"RequestId": "string"
}
}