GET api/Inspection/templatesSpaceXRef?filter={filter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MobileInspectionTemplateSpaceXRef| Name | Description | Type | Additional information |
|---|---|---|---|
| InspectTemplateID | integer |
None. |
|
| SpaceGroupID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InspectTemplateID": 1,
"SpaceGroupID": 2
},
{
"InspectTemplateID": 1,
"SpaceGroupID": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfMobileInspectionTemplateSpaceXRef xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
<MobileInspectionTemplateSpaceXRef>
<InspectTemplateID>1</InspectTemplateID>
<SpaceGroupID>2</SpaceGroupID>
</MobileInspectionTemplateSpaceXRef>
<MobileInspectionTemplateSpaceXRef>
<InspectTemplateID>1</InspectTemplateID>
<SpaceGroupID>2</SpaceGroupID>
</MobileInspectionTemplateSpaceXRef>
</ArrayOfMobileInspectionTemplateSpaceXRef>