GET api/Inspection/inspectionScoreTypeChoices?InspectScoreTypeID={InspectScoreTypeID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InspectScoreTypeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InspectionScoreTypeChoiceName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
String length: inclusive between 0 and 60 |
|
EnDescription | string |
None. |
|
Value | integer |
None. |
|
UserName | string |
None. |
|
LastChanged | date |
None. |
|
InspectScoreTypeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Description": "sample string 2", "EnDescription": "samplestring2", "Value": 3, "UserName": "sample string 4", "LastChanged": "2025-04-03T08:44:32.4435446Z", "InspectScoreTypeID": 5 }, { "ID": 1, "Description": "sample string 2", "EnDescription": "samplestring2", "Value": 3, "UserName": "sample string 4", "LastChanged": "2025-04-03T08:44:32.4435446Z", "InspectScoreTypeID": 5 } ]
application/xml, text/xml
Sample:
<ArrayOfInspectionScoreTypeChoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <InspectionScoreTypeChoice> <Description>sample string 2</Description> <ID>1</ID> <InspectScoreTypeID>5</InspectScoreTypeID> <LastChanged>2025-04-03T08:44:32.4435446+00:00</LastChanged> <UserName>sample string 4</UserName> <Value>3</Value> </InspectionScoreTypeChoice> <InspectionScoreTypeChoice> <Description>sample string 2</Description> <ID>1</ID> <InspectScoreTypeID>5</InspectScoreTypeID> <LastChanged>2025-04-03T08:44:32.4435446+00:00</LastChanged> <UserName>sample string 4</UserName> <Value>3</Value> </InspectionScoreTypeChoice> </ArrayOfInspectionScoreTypeChoice>