GET api/RepairScopes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a Collection of Repair Scopes
Collection of CrmRepairScope| Name | Description | Type | Additional information |
|---|---|---|---|
| Description |
Text describing the details of the repair scope. Intended as Inspection Level - General Guidelines. |
string |
Optional |
| Id |
Unique Identifier (CRM Internal) of the repair scope. |
globally unique identifier |
Optional |
| Name |
Human-Readable Identifier of the repair scope. |
string |
Optional |
| Reference |
Used to reference the entity in CRM. |
EntityReference |
Optional |
| SystemDate |
Current system date of the client that created this object. |
date |
Optional |
| CapturedDate |
Date and time the client created this object. |
date |
Optional |
Response Formats
application/json, text/json
Sample:
[
{
"Description": "sample string 1",
"Id": "5a8e8be3-efa9-4673-aaf9-513051411018",
"Name": "sample string 3",
"Reference": {
"Id": "d63c0694-5e88-4422-82ac-70bfacfb39d0",
"LogicalName": "sample string 2",
"Name": "sample string 3"
},
"SystemDate": "2025-12-15T05:05:59.0628546-06:00",
"CapturedDate": "2025-12-15T05:05:59.0628546-06:00"
},
{
"Description": "sample string 1",
"Id": "5a8e8be3-efa9-4673-aaf9-513051411018",
"Name": "sample string 3",
"Reference": {
"Id": "d63c0694-5e88-4422-82ac-70bfacfb39d0",
"LogicalName": "sample string 2",
"Name": "sample string 3"
},
"SystemDate": "2025-12-15T05:05:59.0628546-06:00",
"CapturedDate": "2025-12-15T05:05:59.0628546-06:00"
}
]