GET api/Ticket/GetRequests
Request Information
URI Parameters
None.
Body Parameters
GetTicketModelName | Description | Type | Additional information |
---|---|---|---|
IdApplicant | integer |
None. |
|
IdTracker | integer |
None. |
|
IdSoftwareLock | integer |
None. |
|
IdTrackingState | byte |
None. |
|
IdDepartment | byte |
None. |
|
IdProblemType | byte |
None. |
|
Since | date |
None. |
|
Until | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdApplicant": 1, "IdTracker": 1, "IdSoftwareLock": 1, "IdTrackingState": 64, "IdDepartment": 64, "IdProblemType": 64, "Since": "2025-08-21 10:41:38", "Until": "2025-08-21 10:41:38" }
text/xml
Sample:
<GetTicketModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZhaniyaClub.Models"> <IdApplicant>1</IdApplicant> <IdDepartment>64</IdDepartment> <IdProblemType>64</IdProblemType> <IdSoftwareLock>1</IdSoftwareLock> <IdTracker>1</IdTracker> <IdTrackingState>64</IdTrackingState> <Since>2025-08-21T10:41:38.1647687+03:30</Since> <Until>2025-08-21T10:41:38.1647687+03:30</Until> </GetTicketModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TicketModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
IDApplicant | integer |
None. |
|
IDTracker | integer |
None. |
|
IDSoftwareLock | integer |
None. |
|
IDTrackingState | byte |
None. |
|
IDDepartment | byte |
None. |
|
IDProblemType | byte |
None. |
|
RequestDate | date |
None. |
|
RequestDateInt | integer |
None. |
|
Title | string |
None. |
|
Context | string |
None. |
|
TrackingDate | date |
None. |
|
Result | string |
None. |
|
DepartmentName | string |
None. |
|
ProblemTypeName | string |
None. |
|
SpecialName | string |
None. |
|
TrackingStateName | string |
None. |
|
ApplicantName | string |
None. |
|
TrackerName | string |
None. |
|
ApplicantUserName | string |
None. |
|
TrackerUserName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "IDApplicant": 1, "IDTracker": 1, "IDSoftwareLock": 1, "IDTrackingState": 64, "IDDepartment": 64, "IDProblemType": 64, "RequestDate": "2025-08-21 10:41:38", "RequestDateInt": 2, "Title": "sample string 3", "Context": "sample string 4", "TrackingDate": "2025-08-21 10:41:38", "Result": "sample string 5", "DepartmentName": "sample string 6", "ProblemTypeName": "sample string 7", "SpecialName": "sample string 8", "TrackingStateName": "sample string 9", "ApplicantName": "sample string 10", "TrackerName": "sample string 11", "ApplicantUserName": "sample string 12", "TrackerUserName": "sample string 13" }, { "ID": 1, "IDApplicant": 1, "IDTracker": 1, "IDSoftwareLock": 1, "IDTrackingState": 64, "IDDepartment": 64, "IDProblemType": 64, "RequestDate": "2025-08-21 10:41:38", "RequestDateInt": 2, "Title": "sample string 3", "Context": "sample string 4", "TrackingDate": "2025-08-21 10:41:38", "Result": "sample string 5", "DepartmentName": "sample string 6", "ProblemTypeName": "sample string 7", "SpecialName": "sample string 8", "TrackingStateName": "sample string 9", "ApplicantName": "sample string 10", "TrackerName": "sample string 11", "ApplicantUserName": "sample string 12", "TrackerUserName": "sample string 13" } ]
text/xml
Sample:
<ArrayOfTicketModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanaWebService.MyModel"> <TicketModel> <ApplicantName>sample string 10</ApplicantName> <ApplicantUserName>sample string 12</ApplicantUserName> <Context>sample string 4</Context> <DepartmentName>sample string 6</DepartmentName> <ID>1</ID> <IDApplicant>1</IDApplicant> <IDDepartment>64</IDDepartment> <IDProblemType>64</IDProblemType> <IDSoftwareLock>1</IDSoftwareLock> <IDTracker>1</IDTracker> <IDTrackingState>64</IDTrackingState> <ProblemTypeName>sample string 7</ProblemTypeName> <RequestDate>2025-08-21T10:41:38.1647687+03:30</RequestDate> <RequestDateInt>2</RequestDateInt> <Result>sample string 5</Result> <SpecialName>sample string 8</SpecialName> <Title>sample string 3</Title> <TrackerName>sample string 11</TrackerName> <TrackerUserName>sample string 13</TrackerUserName> <TrackingDate>2025-08-21T10:41:38.1647687+03:30</TrackingDate> <TrackingStateName>sample string 9</TrackingStateName> </TicketModel> <TicketModel> <ApplicantName>sample string 10</ApplicantName> <ApplicantUserName>sample string 12</ApplicantUserName> <Context>sample string 4</Context> <DepartmentName>sample string 6</DepartmentName> <ID>1</ID> <IDApplicant>1</IDApplicant> <IDDepartment>64</IDDepartment> <IDProblemType>64</IDProblemType> <IDSoftwareLock>1</IDSoftwareLock> <IDTracker>1</IDTracker> <IDTrackingState>64</IDTrackingState> <ProblemTypeName>sample string 7</ProblemTypeName> <RequestDate>2025-08-21T10:41:38.1647687+03:30</RequestDate> <RequestDateInt>2</RequestDateInt> <Result>sample string 5</Result> <SpecialName>sample string 8</SpecialName> <Title>sample string 3</Title> <TrackerName>sample string 11</TrackerName> <TrackerUserName>sample string 13</TrackerUserName> <TrackingDate>2025-08-21T10:41:38.1647687+03:30</TrackingDate> <TrackingStateName>sample string 9</TrackingStateName> </TicketModel> </ArrayOfTicketModel>