GET api/PostInbox/Roller?loginToken={loginToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InboxMCASessionData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdFromMIP | string |
None. |
|
| FK_WebserviceId | integer |
None. |
|
| FK_MCARollerId | integer |
None. |
|
| FK_CustJobDailyShiftId | integer |
None. |
|
| FK_MCAProjectId | integer |
None. |
|
| ProjectIdFromMIP | integer |
None. |
|
| CreationDate | string |
None. |
|
| Project | string |
None. |
|
| Machine | string |
None. |
|
| CPID | string |
None. |
|
| GPSLatitude | decimal number |
None. |
|
| GPSLongitude | decimal number |
None. |
|
| IsRasterGenerated | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IdFromMIP": "sample string 2",
"FK_WebserviceId": 3,
"FK_MCARollerId": 4,
"FK_CustJobDailyShiftId": 5,
"FK_MCAProjectId": 6,
"ProjectIdFromMIP": 7,
"CreationDate": "sample string 8",
"Project": "sample string 9",
"Machine": "sample string 10",
"CPID": "sample string 11",
"GPSLatitude": 12.1,
"GPSLongitude": 13.1,
"IsRasterGenerated": true
},
{
"Id": 1,
"IdFromMIP": "sample string 2",
"FK_WebserviceId": 3,
"FK_MCARollerId": 4,
"FK_CustJobDailyShiftId": 5,
"FK_MCAProjectId": 6,
"ProjectIdFromMIP": 7,
"CreationDate": "sample string 8",
"Project": "sample string 9",
"Machine": "sample string 10",
"CPID": "sample string 11",
"GPSLatitude": 12.1,
"GPSLongitude": 13.1,
"IsRasterGenerated": true
}
]
application/xml, text/xml
Sample:
<ArrayOfInboxMCASessionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickTypePost">
<InboxMCASessionData>
<CPID>sample string 11</CPID>
<CreationDate>sample string 8</CreationDate>
<FK_CustJobDailyShiftId>5</FK_CustJobDailyShiftId>
<FK_MCAProjectId>6</FK_MCAProjectId>
<FK_MCARollerId>4</FK_MCARollerId>
<FK_WebserviceId>3</FK_WebserviceId>
<GPSLatitude>12.1</GPSLatitude>
<GPSLongitude>13.1</GPSLongitude>
<Id>1</Id>
<IdFromMIP>sample string 2</IdFromMIP>
<IsRasterGenerated>true</IsRasterGenerated>
<Machine>sample string 10</Machine>
<Project>sample string 9</Project>
<ProjectIdFromMIP>7</ProjectIdFromMIP>
</InboxMCASessionData>
<InboxMCASessionData>
<CPID>sample string 11</CPID>
<CreationDate>sample string 8</CreationDate>
<FK_CustJobDailyShiftId>5</FK_CustJobDailyShiftId>
<FK_MCAProjectId>6</FK_MCAProjectId>
<FK_MCARollerId>4</FK_MCARollerId>
<FK_WebserviceId>3</FK_WebserviceId>
<GPSLatitude>12.1</GPSLatitude>
<GPSLongitude>13.1</GPSLongitude>
<Id>1</Id>
<IdFromMIP>sample string 2</IdFromMIP>
<IsRasterGenerated>true</IsRasterGenerated>
<Machine>sample string 10</Machine>
<Project>sample string 9</Project>
<ProjectIdFromMIP>7</ProjectIdFromMIP>
</InboxMCASessionData>
</ArrayOfInboxMCASessionData>