GET api/WorkRequests/searchWworkRequests?requestNumber={requestNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requestNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SimpleWorkRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AccountID | integer |
None. |
|
| Priority | string |
None. |
|
| PriorityLevel | integer |
None. |
|
| Building | string |
None. |
|
| Floor | string |
None. |
|
| Room | string |
None. |
|
| StatusDate | date |
None. |
|
| Description | string |
None. |
|
| Status | string |
None. |
|
| EnDescription | string |
None. |
|
| AssetNumber | string |
None. |
|
| CommonName | string |
None. |
|
| EmployeeID | integer |
None. |
|
| EmployeeName | string |
None. |
|
| RequestNumber | string |
None. |
|
| RequestDate | date |
None. |
|
| NeededDate | date |
None. |
|
| Problem | string |
None. |
|
| Type | string |
None. |
|
| SubType | string |
None. |
|
| Shop | string |
None. |
|
| CostCenter | string |
None. |
|
| ContactName | string |
None. |
|
| ContactPhone | string |
None. |
|
| ContactEmail | string |
None. |
|
| DeletedReason | string |
None. |
|
| LastChangedBy | string |
None. |
|
| ServiceTypeID | integer |
None. |
|
| BuildingID | integer |
None. |
|
| TypeID | integer |
None. |
|
| SubTypeID | integer |
None. |
|
| ShopID | integer |
None. |
|
| TeamID | integer |
None. |
|
| LinkGroupID | integer |
None. |
|
| LinkGroup | string |
None. |
|
| AssetLinkGroupCount | integer |
None. |
|
| SelfIdentified | boolean |
None. |
|
| IsAttachment | boolean |
None. |
|
| WorkRequestPathDescription | string |
None. |
|
| Team | string |
None. |
|
| NeededDateSort | string |
None. |
|
| SecondaryEmployeesCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"AccountID": 2,
"Priority": "sample string 3",
"PriorityLevel": 4,
"Building": "sample string 5",
"Floor": "sample string 6",
"Room": "sample string 7",
"StatusDate": "2025-11-04T03:49:47.2434172Z",
"Description": "sample string 8",
"Status": "sample string 9",
"EnDescription": "samplestring8",
"AssetNumber": "sample string 10",
"CommonName": "sample string 11",
"EmployeeID": 1,
"EmployeeName": "sample string 12",
"RequestNumber": "sample string 13",
"RequestDate": "2025-11-04T03:49:47.2434172Z",
"NeededDate": "2025-11-04T03:49:47.2434172Z",
"Problem": "sample string 15",
"Type": "sample string 16",
"SubType": "sample string 17",
"Shop": "sample string 18",
"CostCenter": "sample string 19",
"ContactName": "sample string 20",
"ContactPhone": "sample string 21",
"ContactEmail": "sample string 22",
"DeletedReason": "sample string 23",
"LastChangedBy": "sample string 24",
"ServiceTypeID": 25,
"BuildingID": 26,
"TypeID": 27,
"SubTypeID": 1,
"ShopID": 1,
"TeamID": 1,
"LinkGroupID": 1,
"LinkGroup": "sample string 28",
"AssetLinkGroupCount": 1,
"SelfIdentified": true,
"IsAttachment": true,
"WorkRequestPathDescription": "sample string 13: sample string 16 sample string 15",
"Team": "sample string 31",
"NeededDateSort": "sample string 32",
"SecondaryEmployeesCount": 33
}
application/xml, text/xml
Sample:
<SimpleWorkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <AccountID>2</AccountID> <AssetLinkGroupCount>1</AssetLinkGroupCount> <AssetNumber>sample string 10</AssetNumber> <Building>sample string 5</Building> <BuildingID>26</BuildingID> <CommonName>sample string 11</CommonName> <ContactEmail>sample string 22</ContactEmail> <ContactName>sample string 20</ContactName> <ContactPhone>sample string 21</ContactPhone> <CostCenter>sample string 19</CostCenter> <DeletedReason>sample string 23</DeletedReason> <Description>sample string 8</Description> <EmployeeID>1</EmployeeID> <EmployeeName>sample string 12</EmployeeName> <Floor>sample string 6</Floor> <ID>1</ID> <IsAttachment>true</IsAttachment> <LastChangedBy>sample string 24</LastChangedBy> <LinkGroup>sample string 28</LinkGroup> <LinkGroupID>1</LinkGroupID> <NeededDate>2025-11-04T03:49:47.2434172+00:00</NeededDate> <NeededDateSort>sample string 32</NeededDateSort> <Priority>sample string 3</Priority> <PriorityLevel>4</PriorityLevel> <Problem>sample string 15</Problem> <RequestDate>2025-11-04T03:49:47.2434172+00:00</RequestDate> <RequestNumber>sample string 13</RequestNumber> <Room>sample string 7</Room> <SecondaryEmployeesCount>33</SecondaryEmployeesCount> <SelfIdentified>true</SelfIdentified> <ServiceTypeID>25</ServiceTypeID> <Shop>sample string 18</Shop> <ShopID>1</ShopID> <Status>sample string 9</Status> <StatusDate>2025-11-04T03:49:47.2434172+00:00</StatusDate> <SubType>sample string 17</SubType> <SubTypeID>1</SubTypeID> <Team>sample string 31</Team> <TeamID>1</TeamID> <Type>sample string 16</Type> <TypeID>27</TypeID> </SimpleWorkRequest>