GET api/WorkRequests/linkgroupworkrequestsmobile?filter={filter}

Get Link Group Work Requests

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

Body Parameters

None.

Response Information

Resource Description

TupleOfIPagedListOfMobileMaintenanceLinkGroupAndInt32
NameDescriptionTypeAdditional information
Item1

Collection of Object

None.

Item2

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Item1": null,
  "Item2": 1
}

application/xml, text/xml

Sample:
<TupleOfanyTypeint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <m_Item1 i:nil="true" />
  <m_Item2>1</m_Item2>
</TupleOfanyTypeint>