GET api/v2/AnalysisRevisionServiceCenters/{analysisRevisionId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| analysisRevisionId | integer |
Required |
Response
AnalysisRevisionServiceCentersBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| AnalysisRevision | AnalysisRevisionBasic | ||
| ServiceCenter | ServiceCenterBasic |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"AnalysisRevision": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
},
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:07:29.4910355Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
}
}
text/html
Sample:
{"Id":1,"AnalysisRevision":{"Id":1,"Identification":"sample string 2","Active":true},"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:07:29.4910355Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}